]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/accel.h
wxMenu::Insert() seems to work, bug in wxMenuBase::Insert() is corrected
[wxWidgets.git] / include / wx / gtk / accel.h
index 9bca3cf6f937fc92057715fd8f252efa50966994..51efa101f7d126b6ff0647e210b5b7b254e627e3 100644 (file)
@@ -56,8 +56,7 @@ extern wxAcceleratorTable wxNullAcceleratorTable;
 
 class wxAcceleratorEntry: public wxObject
 {
-  public:
-
+public:
     wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0)
       { m_flags = flags; m_keyCode = keyCode; m_command = cmd; }
 
@@ -97,8 +96,9 @@ public:
 
     bool Ok() const;
     
-//  implementation
-  
+    // implementation
+    // --------------
     int GetCommand( wxKeyEvent &event );
     
 private: