search for: auinotebook

Displaying 12 results from an estimated 12 matches for "auinotebook".

2008 Jan 18
0
[ wxruby-Feature Requests-17188 ] Add a each_page method to AuiNotebook class
...t 17-01-2008 19:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17188&group_id=35 Category: API improvement Group: None Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Add a each_page method to AuiNotebook class Initial Comment: I wrote this little helper method to iterate over the AuiNotebook pages. class Wx::AuiNotebook def each_page for i in 0..(get_page_count-1) do yield get_page(i) end end end My suggestion is to add that method to wxruby. SFMPE (sorry for my...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...ot;#trunkwxruby2doctextileauidockarttxtl">trunk/wxruby2/doc/textile/auidockart.txtl</a></li> <li><a href="#trunkwxruby2doctextileauimanagertxtl">trunk/wxruby2/doc/textile/auimanager.txtl</a></li> <li><a href="#trunkwxruby2doctextileauinotebooktxtl">trunk/wxruby2/doc/textile/auinotebook.txtl</a></li> <li><a href="#trunkwxruby2doctextileauipaneinfotxtl">trunk/wxruby2/doc/textile/auipaneinfo.txtl</a></li> <li><a href="#trunkwxruby2doctextileauitabarttxtl">trunk/wxru...
2008 Jan 14
0
[ wxruby-Feature Requests-17084 ] Missing method advance_selection in class AuiNotebook
...respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17084&group_id=35 Category: Missing method(s) in class Group: None Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Missing method advance_selection in class AuiNotebook Initial Comment: i think that the summary says all. thanks. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17084&group_id=35
2008 Jan 14
0
[ wxruby-Feature Requests-17085 ] missing methods in AuiNotebook
...-01-2008 11:33 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17085&group_id=35 Category: Missing method(s) in class Group: None Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: missing methods in AuiNotebook Initial Comment: methods GetHeightForPageHeight, SetFont, SetNormalFont, SetSelectedFont, SetMeasuringFont and ShowWindowMenu ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17085...
2009 Jun 04
0
Wx::AuiNotebook.delete_page Segmentation fault
Hi, I got the following error several times (while working most of time), I couldn''t create repeatable test case. main_frame.rb:1765: [BUG] Segmentation fault ruby 1.8.6 (2008-03-03) [i386-mswin32] line 1765: @notebook_content.delete_page(0) if @notebook_content Env: Ruby 1.8.6 p114, wxRuby 2.0 msin32 on Windows XP Zhimin -- Posted via http://www.ruby-forum.com/.
2009 Dec 11
2
Closing event on a Notebook page.
How do I catch a closing event for a Notebook page. I have added a number of pages (class Panel) to a Notebook and I can remove them via the default close button on the pane. But I what to run some code before the page(Panel) is closed, so I assumed that it gets a ''evt_close'', but that seems not to be the case. How do I get to run some code before the page(Panel) closes?
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
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...ion with the command g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEvent.o obj/CalendarCtrl.o obj/CalendarDateAttr.o obj/CalendarEvent.o obj/Caret.o obj/CheckBox.o obj/Check...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...dgets_282/swig/classes/AuiDockArt.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesAuiManagerEventi">branches/wxruby2/wxwidgets_282/swig/classes/AuiManagerEvent.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesAuiNotebooki">branches/wxruby2/wxwidgets_282/swig/classes/AuiNotebook.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesAuiNotebookEventi">branches/wxruby2/wxwidgets_282/swig/classes/AuiNotebookEvent.i</a></li> <li><a href="#bran...
2008 Jan 17
7
1.9.4 released
..., 1.9.4. The main purpose of this release is to offer an OS X gem that''s compatible with both 10.4 and 10.5 - The wxruby-1.9.3 OS X binary gem would only work with version 10.5 (Leopard). Version 1.9.4 also includes a couple of other minor fixes and enhancements, including * Some new AuiNotebook methods added in recent wxWidgets 2.8 * Use normal wxRuby-style event handling for HtmlLinkEvent and HtmlCellEvent * Added Wx::Timer.every and Wx::Timer.after convenience methods If you have an application that uses HtmlWindow, you may need to check the latest docs and current version of the html...
2007 Jun 27
2
Splitting wxRuby2.so into multiple libraries
Hey Alex and fellow developers, I figured I''d split this off into a seperate discussion, to get an idea of what to look at with this. Ofcourse, with every first step, there needs to be some kind of outline set forth to split up wxRuby2 into multiple libraries, to ensure coherance amongst the developers, and future development, so people will know, this goes to this, this goes to
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BookCtrlBase.o obj/BookCtrlBaseEvent.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEvent.o obj/CalendarCtrl.o obj/CalendarDateAttr.o obj/CalendarE...