+ static wxAppInitializerFunction GetInitializerFunction() { return m_appInitFn; }
+
+ /* override for altering the way wxGTK intializes the GUI (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 OnInitGui();