X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..c4c3e30f2eb4b6771869d1661c32e0b732a6874a:/contrib/samples/xrc/derivdlg.h diff --git a/contrib/samples/xrc/derivdlg.h b/contrib/samples/xrc/derivdlg.h index 1e82f6f5b0..edcf91f525 100644 --- a/contrib/samples/xrc/derivdlg.h +++ b/contrib/samples/xrc/derivdlg.h @@ -36,26 +36,26 @@ class PreferencesDialog : public wxDialog { -public: - +public: + // Constructor. /* \param parent The parent window. Simple constructor. - */ + */ PreferencesDialog( wxWindow* parent ); - - // Destructor. + + // Destructor. ~PreferencesDialog(); private: - + // Stuff to do when "My Button" gets clicked void OnMyButtonClicked( wxCommandEvent &event ); - // Stuff to do when a "My Checkbox" gets updated + // Stuff to do when a "My Checkbox" gets updated // (drawn, or it changes its value) void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event ); - + // Override base class functions of a wxDialog. void OnOK( wxCommandEvent &event );