• 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:managed

53 another. In proportionally managed docks, the pane position indicates
66 managed pane. Thus, if a pane is in layer 0, it will be closest to the
127 \func{}{wxAuiManager}{\param{wxWindow* }{managed\_wnd = NULL}, \param{unsigned int }{flags = wxAUI\_MGR\_DEFAULT}}
129 Constructor. \arg{managed\_wnd} specifies the wxFrame which should be managed.
153 The window, if in a floated frame, is reparented to the frame managed
160 Returns an array of all panes managed by the frame manager.
186 Returns the frame currently being managed by wxAuiManager.
193 specify any child window or sub-child window of the frame or window managed by wxAuiManager.
194 The \arg{window} parameter need not be managed by the manager itself, nor does it even need to be a child
195 or sub-child of a managed window. It must however be inside the window hierarchy underneath the managed
224 into the frame manager, or to insert a currently managed pane somewhere
286 docks to be limited to half of the size of the entire managed window.
297 \func{void}{SetManagedWindow}{\param{wxWindow* }{managed\_wnd}}
299 Called to specify the frame or window which is to be managed by wxAuiManager. Frame management is not restricted to just frames. Child windows or custom controls are also allowed.
311 Uninitializes the framework and should be called before a managed frame or window is destroyed. UnInit() is usually called in the managed wxFrame's destructor. It is necessary to call this function before the managed frame or window is destroyed, otherwise the manager cannot remove its custom event handlers from a window.
318 made to any of the managed panes. Update() must be invoked after