Applied patch [ 829144 ] Compilation error fixes for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,24 +40,24 @@ protected:
|
||||
// (pointer to which will be saved in the provided variable if not NULL)
|
||||
// with the specified id
|
||||
wxSizer *CreateSizerWithText(wxControl *control,
|
||||
wxWindowID id = -1,
|
||||
wxWindowID id = wxID_ANY,
|
||||
wxTextCtrl **ppText = NULL);
|
||||
|
||||
// create a sizer containing a label and a text ctrl
|
||||
wxSizer *CreateSizerWithTextAndLabel(const wxString& label,
|
||||
wxWindowID id = -1,
|
||||
wxWindowID id = wxID_ANY,
|
||||
wxTextCtrl **ppText = NULL);
|
||||
|
||||
// create a sizer containing a button and a text ctrl
|
||||
wxSizer *CreateSizerWithTextAndButton(wxWindowID idBtn,
|
||||
const wxString& labelBtn,
|
||||
wxWindowID id = -1,
|
||||
wxWindowID id = wxID_ANY,
|
||||
wxTextCtrl **ppText = NULL);
|
||||
|
||||
// create a checkbox and add it to the sizer
|
||||
wxCheckBox *CreateCheckBoxAndAddToSizer(wxSizer *sizer,
|
||||
const wxString& label,
|
||||
wxWindowID id = -1);
|
||||
wxWindowID id = wxID_ANY);
|
||||
|
||||
public:
|
||||
// the head of the linked list containinginfo about all pages
|
||||
|
Reference in New Issue
Block a user