tusage.tex

来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 23 行

TEX
23
字号
\section{Notes on using the reference}\label{referencenotes}In the descriptions of the wxWidgets classes and their memberfunctions, note that descriptions of inherited member functions are notduplicated in derived classes unless their behaviour is different. So inusing a class such as wxScrolledWindow, be aware that wxWindow functions may berelevant.Note also that arguments with default values may be omitted from afunction call, for brevity. Size and position arguments may usually begiven a value of -1 (the default), in which case wxWidgets will choose asuitable value.Most strings are returned as wxString objects. However, for remainingchar * return values, the strings are allocated anddeallocated by wxWidgets. Therefore, return values should always becopied for long-term use, especially since the same buffer is oftenused by wxWidgets.The member functions are given in alphabetical order except forconstructors and destructors which appear first.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?