Displaying 2 results from an estimated 2 matches for "choicebk".
Did you mean:
choice
2007 Jun 23
0
[1061] trunk/wxruby2/swig/classes/EvtHandler.i: Remove a lot of no longer needed includes from EvtHandler.i
...pan class="lines">@@ -3,25 +3,6 @@
</span><span class="cx">
</span><span class="cx"> %include "../common.i"
</span><span class="cx">
</span><del>-%{
-#include <wx/calctrl.h>
-#include <wx/choicebk.h>
-#include <wx/fdrepdlg.h>
-#include <wx/listbook.h>
-#include <wx/notebook.h>
-#include <wx/grid.h>
-#include <wx/spinbutt.h>
-#include <wx/treectrl.h>
-#include <wx/splitter.h>
-#include <wx/listctrl.h>
-#include <wx/sashwin.h>
-#include...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...working, check that the event type is correclty defined
-// in swig/classes/include/events.rb as this file is used by fixevents.rb
-// to generate the event handler methods.
-
-
-
-%{
-
-//NO_CLASS - This tells fixmodule not to expect a class
-
-#include <wx/calctrl.h>
-#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...