- /* this may have to be overwritten when special, non-default visuals have
- to be set. it is also platform dependent as only X knows about displays
- and visuals. by standard, this routine looks at wxVisualSetByExternal
- which might have been set in the wxModule code of the OpenGL canvas */
- virtual bool InitVisual();
-
- virtual bool OnInit();
+ /* 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(). */