Added wxUSE_SPINCTRL,
Added various HAVE_XIM patches. Added forty's headers to list of installed files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -167,6 +167,12 @@ public:
|
||||
GtkWidget *m_widget;
|
||||
GtkWidget *m_wxwindow;
|
||||
|
||||
#if HAVE_XIM
|
||||
/* XIM support for wxWindows */
|
||||
GdkIC *m_ic;
|
||||
GdkICAttr *m_icattr;
|
||||
#endif
|
||||
|
||||
/* scrolling stuff */
|
||||
GtkAdjustment *m_hAdjust,*m_vAdjust;
|
||||
float m_oldHorizontalPos;
|
||||
|
Reference in New Issue
Block a user