Corrected some more docs,

Corrected size of spinbutton
  wxWindow::PopUp() now doesn't return control
    to the program until the menu disappears as
    it is documented and done by wxMSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-07-27 21:46:34 +00:00
parent 4dcaf11a7b
commit 2259e00789
9 changed files with 67 additions and 35 deletions

View File

@@ -1520,7 +1520,8 @@ processed as usually.
\wxheading{Remarks}
Just before the menu is popped up, \helpref{wxMenu::UpdateUI}{wxmenuupdateui} is called
to ensure that the menu items are in the correct state.
to ensure that the menu items are in the correct state. The menu does not get deleted
by the window.
\membersection{wxWindow::PushEventHandler}\label{wxwindowpusheventhandler}
@@ -1597,6 +1598,19 @@ functions so should not be required by the application programmer.
\docparam{child}{Child window to remove.}
\membersection{wxWindow::Reparent}\label{wxwindowreparent}
\func{virtual bool}{Reparent}{\param{wxWindow* }{newParent}}
Reparents the window, i.e the window will be removed from its
current parent window (e.g. a non-standard toolbar in a wxFrame)
and then re-inserted into another (e.g. a wxMiniFrame for a
floating toolbar). Available on Windows and GTK+.
\wxheading{Parameters}
\docparam{newParent}{New parent.}
\membersection{wxWindow::ScreenToClient}\label{wxwindowscreentoclient}
\constfunc{virtual void}{ScreenToClient}{\param{int* }{x}, \param{int* }{y}}