+ virtual bool HandlePropertyChange(WXEvent *event);
+
+ // Values that can be passed on the command line.
+ // Returns -1, -1 if none specified.
+ const wxSize& GetInitialSize() const { return m_initialSize; }
+ bool GetShowIconic() const { return m_showIconic; }
+
+#if wxUSE_UNICODE
+ // Global context for Pango layout. Either use X11
+ // or use Xft rendering according to GDK_USE_XFT
+ // environment variable
+ PangoContext* GetPangoContext();
+#endif
+
+ wxXVisualInfo* GetVisualInfo(WXDisplay* display)
+ {
+ // this should be implemented correctly for wxBitmap to work
+ // with multiple display
+ return m_visualInfo;
+ }
+