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:
Robert Roebling
1999-12-07 11:59:07 +00:00
parent 9b00bb1626
commit 6308151359
8 changed files with 291 additions and 19 deletions

View File

@@ -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;