• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:class

12 \section{\class{wxWindow}}\label{wxwindow}
14 wxWindow is the base class for all windows and represents any visible object on
28 results in a virtual function name hiding at the derived class level (in
29 English, this means that the derived class has to override all overloaded
31 class, wxWidgets uses a unique protected virtual \texttt{DoGetXXX()} method
47 window class or on all platforms.
147 should generate a default position for the window. If using the wxWindow class directly, supply
851 is a type-safe \helpref{wxList}{wxlist}-like class whose elements are of type
954 the call is automatically dispatched to the correct class (as usual with
955 virtual functions) and you don't have to specify the class name explicitly.
1020 to the window class; it may be the text colour or other colour, or it may not
1106 The interpretation of this function differs from class to class.
1477 multiple pages. All standard class with multiple pages such as
1504 wxWindow-derived class to ensure that background is painted correctly.
1724 wxWindow::Move function, which is defined in the base wxWindow class
1822 %% details about this class.}
1858 %% details about this class.}
1942 %% details about this class.}
1974 %% details about this class.}
2127 %% Here is an example of using the \helpref{wxRegionIterator}{wxregioniterator} class:
2266 handler in a derived class.
2987 to the window class; it may be the text colour or other colour, or it may not
3537 The base class version returns \false, but this method is overridden in