]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMMainHelpDialog.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMMainHelpDialog.h
index 1fc0e2b49553a8b204eabe87a9569b9cb4ca7be0..a011c245fa4c3ec23a53140ff08ec6bb299682de 100644 (file)
@@ -79,6 +79,7 @@ public:
    * @param position Dialog position. By default wxDefaultPosition.
    * @param size Dialog size. By default 350, 370.
    * @param style Dialog style. By default wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER.
+   * @return if the creation was successful.
    */
   bool Create(
       wxWindow* parent,
@@ -106,20 +107,24 @@ private:
 protected:
   /**
    * Handler to close help dialog.
+   * @param event Unused.
    */
   void OnFinish(wxCommandEvent& event);
 
   /**
    * Handler when new project button is pressed.
+   * @param event Unused.
    */
   void OnNewProject(wxCommandEvent& event);
   /**
    * Handler when open project button is pressed.
+   * @param event Unused.
    */
   void OnOpenProject(wxCommandEvent& event);
 
   /**
    * Handler when the disable help checkbox is changed.
+   * @param event check box event.
    */
   void OnDisableHelp(wxCommandEvent& event);
 };