]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dialog.h
Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)
[wxWidgets.git] / include / wx / gtk / dialog.h
index d896ea47dd97d500855ee630d0a91cfdf669bf99..be05cebb0fbc9e4320a98e0dc39184de10d0d050 100644 (file)
@@ -63,12 +63,12 @@ public:
   void OnOK( wxCommandEvent &event );
   void OnPaint( wxPaintEvent& event );
   void OnSize( wxSizeEvent &event );
+  void OnCloseWindow( wxCloseEvent& event );
 /*
   void OnCharHook( wxKeyEvent& event );
 */
 
   bool Destroy();
-  void OnCloseWindow( wxCloseEvent& event );
 
   virtual void SetSize( int x, int y, int width, int height,
       int sizeFlags = wxSIZE_AUTO );