search for: treebook

Displaying 5 results from an estimated 5 matches for "treebook".

2007 Nov 09
6
Wx::Notebook tabs, bug reports on...
Thank you Alex for the answer to my previous question -- it was exactly what I was looking for! Moving on, I have some bugs to report: I''m using the Wx::Notebook class and it looks to me like Wx::NB_LEFT, Wx::NB_RIGHT, and Wx::NB_BOTTOM are defined incorrectly. To get my tabs to appear on the bottom, for example, I find I have to use Wx::NB_LEFT. Same symptom in
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...8 UTC (rev 1081) </span><span class="lines">@@ -30,6 +30,7 @@ </span><span class="cx"> #include <wx/tglbtn.h> </span><span class="cx"> #include <wx/aui/aui.h> </span><span class="cx"> #include <wx/treebook.h> </span><ins>+#include <wx/hyperlink.h> </ins><span class="cx"> </span><span class="cx"> #ifdef WXSCINTILLA </span><span class="cx"> # include <wx/wxscintilla.h> </span><span class="line...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...extDropTarget.o obj/TextEntryDialog.o obj/TextUrlEvent.o obj/TextValidator.o obj/Timer.o obj/TimerEvent.o obj/TipProvider.o obj/TipWindow.o obj/ToggleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/Toolbook.o obj/ToolbookEvent.o obj/TopLevelWindow.o obj/TreeCtrl.o obj/TreeEvent.o obj/Treebook.o obj/TreebookEvent.o obj/UpdateUIEvent.o obj/VListBox.o obj/VScrolledWindow.o obj/Validator.o obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wizard.o obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o obj/XmlResource.o obj/RubyConstants...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...asmultiplepages). Window#has_multiple_pages + + Boolean *has_multiple_pages*() + +This method should be overridden to return @true@ if this window has +multiple pages. All standard class with multiple pages such as +"Notebook":notebook.html, "Listbook":listbook.html and +"Treebook":treebook.html already override it to return @true@ +and user-defined classes with similar behaviour should do it as well to allow +the library to handle such windows appropriately. + + </ins><span class="cx"> h3(#Window_hasscrollbar). Window#has_scrollbar </span>&l...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...in.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> +#include <wx/treebook.h> + +#ifdef WXSCINTILLA +# include <wx/wxscintilla.h> +#endif + +%} + +%constant const int wxEVT_NULL;// 0) +%constant const int wxEVT_COMMAND_BUTTON_CLICKED;// 1) +%constant const int wxEVT_COMMAND_CHECKBOX_CLICKED;// 2) +%constant const int wxEVT_COMMAND_CHOICE_SELECTED;// 3) +%const...