X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..28f15a1f70e45c276740c70c518efd03fcd1c227:/samples/html/test/f.html diff --git a/samples/html/test/f.html b/samples/html/test/f.html index 625ec44f81..c3aa837950 100644 --- a/samples/html/test/f.html +++ b/samples/html/test/f.html @@ -1,5 +1,7 @@ -
wxWindow::OnKillFocus
wxWindow::OnIdle
wxWindow::OnInitDialog
-wxWindow::OnMenuCommand
wxWindow::OnMenuHighlight
wxWindow::OnMouseEvent
wxWindow::OnMove
@@ -1072,7 +1063,7 @@ Returns a 2-tuple, (width, height)
See also
wxValidator, wxWindow::TransferDataToWindow
-
-void OnMenuCommand(wxCommandEvent& event)
-Called when a menu command is received from a menu bar.
-Parameters
-event
-Remarks
-A function with this name doesn't actually exist; you can choose any member function to receive -menu command events, using the EVT_COMMAND macro for individual commands or EVT_COMMAND_RANGE for -a range of commands.
-See also
-wxCommandEvent, -wxWindow::OnMenuHighlight, -Event handling overview
-
See also
wxMenuEvent, -wxWindow::OnMenuCommand, Event handling overview