Various little tweaks to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,6 +67,22 @@ __init__ as a plain old wx.Control is not very useful.", "");
|
||||
"Do the 2nd phase and create the GUI control.", "");
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
int , GetAlignment() const,
|
||||
"Get the control alignment (left/right/centre, top/bottom/centre)", "");
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
static wxString , GetLabelText(const wxString& label),
|
||||
"Get the string without mnemonic characters ('&')", "");
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
wxString , GetLabelText() const,
|
||||
"Get just the text of the label, without mnemonic characters ('&')", "");
|
||||
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
void , Command(wxCommandEvent& event),
|
||||
"Simulates the effect of the user issuing a command to the item.
|
||||
|
Reference in New Issue
Block a user