]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
DnD fixes
[wxWidgets.git] / include / wx / gtk / button.h
index 0d5bf16b5cc6fda265f1350b928142ef4e1249c1..45f0c1b4ae368ce200c05f525698fa6d4e94e9ac 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        button.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -60,6 +59,11 @@ class wxButton: public wxControl
     void SetDefault(void);
     void SetLabel( const wxString &label );
     void Enable( bool enable );
+
+  // implementation        
+  
+    void ApplyWidgetStyle();    
+    
 };
 
 #endif // __GTKBUTTONH__