]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectHelpDialog.h
Fixes:
[crea.git] / lib / creaDevManagerLib / wxCDMProjectHelpDialog.h
index bc79bf946c931f497d3e05cb2e7ec965fdbdbe32..0087dd06946d6e6ba326a6560abde3cb80e2419b 100644 (file)
@@ -64,7 +64,7 @@ public:
       wxWindowID id = wxID_ANY,
       const wxString& caption = wxT("Project Ready"),
       const wxPoint& position = wxDefaultPosition,
-      const wxSize& size = wxSize(350,700),
+      const wxSize& size = wxSize(350,730),
       long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER
   );
   /**
@@ -79,13 +79,14 @@ public:
    * @param position Dialog position. By default wxDefaultPosition.
    * @param size Dialog size. By default 350, 700.
    * @param style Dialog style. By default wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER.
+   * @return if the creation was successful.
    */
   bool Create(
       wxWindow* parent,
       wxWindowID id = wxID_ANY,
       const wxString& caption = wxT("Project Ready"),
       const wxPoint& position = wxDefaultPosition,
-      const wxSize& size = wxSize(350,700),
+      const wxSize& size = wxSize(350,730),
       long style = wxDEFAULT_DIALOG_STYLE
   );
 
@@ -106,11 +107,13 @@ private:
 protected:
   /**
    * Handler to close help dialog.
+   * @param event Unused.
    */
   void OnFinish(wxCommandEvent& event);
 
   /**
    * Handler when the disable help checkbox is changed.
+   * @param event Check box event.
    */
   void OnDisableHelp(wxCommandEvent& event);
 };