]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap...
[wxWidgets.git] / include / wx / gtk / app.h
index b258ea5a9969000994fc50ed33a4d33180ca778b..ce6da5421e6b319d73a229f42cfb608a4dae6aa6 100644 (file)
@@ -36,6 +36,7 @@ public:
      * (palette/visual/colorcube). under wxMSW, OnInitGui() does nothing by
      * default. when overriding this method, the code in it is likely to be
      * platform dependent, otherwise use OnInit(). */
+    virtual bool SetNativeTheme(const wxString& theme);
     virtual bool OnInitGui();
 
     // override base class (pure) virtuals