Displaying 1 result from an estimated 1 matches for "tabctrl".
Did you mean:
tabctrl_
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...#include <wx/choicebk.h>
-#include <wx/fdrepdlg.h>
-#include <wx/notebook.h>
-#include <wx/listbook.h>
-#include <wx/listctrl.h>
-#include <wx/treectrl.h>
-#include <wx/dialup.h>
-#include <wx/sashwin.h>
-#include <wx/taskbar.h>
-#include <wx/tabctrl.h>
-#include <wx/wizard.h>
-#include <wx/splitter.h>
-#include <wx/grid.h>
-#include <wx/laywin.h>
-#include <wx/process.h>
-#include <wx/tglbtn.h>
-#include <wx/aui/aui.h>
-
-#ifdef WXSCINTILLA
-# include <wx/wxscintilla.h>
-#endif
-
-%}
-
-
-%...