]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
fix warnings in EventsSuppressor ctor from gcc with -O option
[wxWidgets.git] / include / wx / gtk / toplevel.h
index f3d8c858fe12079374686e2b0ffe43a4f19d4aba..f6f1b7c5407f92c0feca50181f7cb06f69136e26 100644 (file)
@@ -16,6 +16,7 @@
 
 class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase
 {
+    DECLARE_EVENT_TABLE()
 public:
     // construction
     wxTopLevelWindowGTK() { Init(); }
@@ -85,6 +86,9 @@ public:
     // GTK callbacks
     virtual void OnInternalIdle();
 
+    // Respond to system colour change
+    void OnSysColourChanged(wxSysColourChangedEvent& event);
+
     // do *not* call this to iconize the frame, this is a private function!
     void SetIconizeState(bool iconic);