]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/control.cpp
Add wxActivateEvent::GetActivationReason().
[wxWidgets.git] / src / gtk / control.cpp
index dee13ff82c2d69562141c82b9e2e00fd0cf2ca64..b63b370645e3d5935b765a44bb8db14139192741 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk/control.cpp
 // Purpose:     wxControl implementation for wxGTK
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart and Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -105,7 +104,6 @@ void wxControl::PostCreation(const wxSize& size)
     gtk_widget_ensure_style(m_widget);
 #endif
 
-    GTKApplyWidgetStyle();
     SetInitialSize(size);
 }