]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tglbtn.h
updated to generate ZIP files with DOS line endings
[wxWidgets.git] / include / wx / gtk / tglbtn.h
index 7da1777c18c496d03892a01b5f270380ef10a5c1..3c5bc6c5416d2b9133be84c5d1a883495f384590 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     08.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Johnny C. Norris II
-// License:     Rocketeer license
+// License:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_GTK_TOGGLEBUTTON_H_
@@ -74,7 +74,7 @@ public:
     wxBitmap  m_bitmap;
 
     void OnSetBitmap();
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow(GdkWindow *window);
 
     virtual void OnInternalIdle();
@@ -128,7 +128,7 @@ public:
     // implementation
     bool m_blockEvent;
 
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow(GdkWindow *window);
 
     virtual void OnInternalIdle();