• 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 refs:must

108 \twocolitem{\windowstyle{wxWS\_EX\_TRANSIENT}}{Don't use this window as an implicit parent for the other windows: this must
208 window. In particular, this means that you must release the mouse as many times
213 {\em must} handle \helpref{wxMouseCaptureLostEvent}{wxmousecapturelostevent}
214 and cancel this operation when it receives the event. The event handler must
713 on screen, the window is not redrawn at all. \helpref{Thaw}{wxwindowthaw} must
1759 must not be NULL}
2095 %% Sent to the event handler when the window must be refreshed.
2105 %% Note that In a paint event handler, the application must {\it always} create a \helpref{wxPaintDC}{wxpaintdc} object,
2438 \docparam{hotkeyId}{Numeric identifier of the hotkey. For applications this must be between 0 and 0xBFFF. If
2439 this function is called from a shared DLL, it must be a system wide unique identifier between 0xC000 and 0xFFFF.
2502 \docparam{handler}{The event handler to remove, must be non-{\tt NULL} and
2503 must be present in this windows event handlers chain}
2796 You must call \helpref{wxWindow::SetAutoLayout}{wxwindowsetautolayout} to tell a window to use
2797 the constraints automatically in OnSize; otherwise, you must override OnSize and call Layout()
2814 % VZ: the docs are correct, if the code doesn't behave like this, it must be
3336 x and y parameters, and must be used with non-default width and height values.
3394 You must call \helpref{wxWindow::SetAutoLayout}{wxwindowsetautolayout} to tell a window to use
3395 the sizer automatically in OnSize; otherwise, you must override OnSize and call Layout()
3570 \helpref{Freeze}{wxwindowfreeze}. To really thaw the control, it must be called