Displaying 7 results from an estimated 7 matches for "sashwin".
Did you mean:
ashwin
2007 Jun 23
0
[1061] trunk/wxruby2/swig/classes/EvtHandler.i: Remove a lot of no longer needed includes from EvtHandler.i
...#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 <wx/wizard.h>
-#include <wx/aui/aui.h>
-#ifdef WXSCINTILLA
-# include <wx/wxscintilla.h>
-#endif
-%}
-
</del><span class="cx"> %module(directors="1") wxEvtHandler
</span><span class="cx"> GC_MANAGE_AS_OBJECT(...
2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...;nbsp      2006-11-13 07:01:17 UTC (rev 733)
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx"> #include <wx/imagbmp.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><span class="cx"> #include <wx/prntbase.h>
</span><ins>+//#include <wx/dcbuffer.h>
</ins><span class="cx">
</span><del>-
</del><span class="cx"> // All of these exist on only one plat...
2006 Aug 01
4
SashWindows
Hi
Please find attached a set of patches to implement Sash Layouts plus a
little sample. These are resizable panes that can be used to create an
IDE-like application, with sidebars etc. They''re quite a lot more
powerful than SplitterWindow, for example you can split an MDI client
window, and you can have lots of them. Not quite as nice as wxAUI
(Advanced User Interface) - a project
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...06 UTC (rev 685)
</span><span class="lines">@@ -17,6 +17,7 @@
</span><span class="cx"> #include <wx/laywin.h>
</span><span class="cx"> #include <wx/imagbmp.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><ins>+#include <wx/prntbase.h>
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> // All of these exist on only one platform, so in those
</span><span class="lines...
2006 Nov 13
0
[735] trunk/wxruby2: Got the ''get_item_sample'' sample working had to add some missing ListCtrl constants.
...;nbsp      2006-11-13 07:21:40 UTC (rev 735)
</span><span class="lines">@@ -18,6 +18,7 @@
</span><span class="cx"> #include <wx/imagbmp.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><span class="cx"> #include <wx/prntbase.h>
</span><ins>+#include <wx/listbase.h>
</ins><span class="cx"> //#include <wx/dcbuffer.h>
</span><span class="cx">
</span><span class=&quo...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...odule 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 <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 WXSCINTIL...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...nbsp      2007-03-22 22:00:00 UTC (rev 916)
</span><span class="lines">@@ -16,6 +16,7 @@
</span><span class="cx"> #include <wx/listctrl.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><span class="cx"> #include <wx/wizard.h>
</span><ins>+#include <wx/aui/aui.h>
</ins><span class="cx"> #ifdef WXSCINTILLA
</span><span class="cx"> # include <wx/wxscintilla.h>
</span>...