📄 tusage.tex
字号:
\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -