]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfNewContourMenu.h
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfNewContourMenu.h
index bf2ec97a9a8a875a3c88b83b64e6982a3b377130..21c1b5a7430e608f589f4995862ed2e133b644d8 100644 (file)
@@ -41,6 +41,13 @@ private:
        **      This method is in charge of capturing the event when the button is clicked
        **/
        void onCreateContourCircle( wxCommandEvent& event );
+       /**
+       **      This method is in charge of capturing the event when the button is clicked
+       **/
+       void onCreateContourLine( wxCommandEvent& event );
+       
+       //void onCreateContourPoints( wxCommandEvent& event );
+       
 };
 
 #endif