docstring tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1892d641c6
commit
b728771971
@ -85,7 +85,7 @@ under GTK+ 2.", "
|
|||||||
|
|
||||||
The stock IDs and coresponding labels are
|
The stock IDs and coresponding labels are
|
||||||
|
|
||||||
================== ====================
|
===================== ======================
|
||||||
wx.ID_ADD 'Add'
|
wx.ID_ADD 'Add'
|
||||||
wx.ID_APPLY '\&Apply'
|
wx.ID_APPLY '\&Apply'
|
||||||
wx.ID_BOLD '\&Bold'
|
wx.ID_BOLD '\&Bold'
|
||||||
@ -136,7 +136,7 @@ The stock IDs and coresponding labels are
|
|||||||
wx.ID_ZOOM_FIT 'Zoom to \&Fit'
|
wx.ID_ZOOM_FIT 'Zoom to \&Fit'
|
||||||
wx.ID_ZOOM_IN 'Zoom \&In'
|
wx.ID_ZOOM_IN 'Zoom \&In'
|
||||||
wx.ID_ZOOM_OUT 'Zoom \&Out'
|
wx.ID_ZOOM_OUT 'Zoom \&Out'
|
||||||
================== ====================
|
===================== ======================
|
||||||
");
|
");
|
||||||
|
|
||||||
DocCtorStrName(
|
DocCtorStrName(
|
||||||
|
@ -50,6 +50,8 @@ Events
|
|||||||
-------
|
-------
|
||||||
================ ===============================================
|
================ ===============================================
|
||||||
EVT_COMBOBOX Sent when an item on the list is selected.
|
EVT_COMBOBOX Sent when an item on the list is selected.
|
||||||
|
Note that calling `GetValue` in this handler
|
||||||
|
will return the newly selected value.
|
||||||
EVT_TEXT Sent when the combobox text changes.
|
EVT_TEXT Sent when the combobox text changes.
|
||||||
================ ===============================================
|
================ ===============================================
|
||||||
");
|
");
|
||||||
|
Loading…
Reference in New Issue
Block a user