noreply at rubyforge.org
2008-Jan-18 00:32 UTC
[wxruby-development] [ wxruby-Feature Requests-17188 ] Add a each_page method to AuiNotebook class
Feature Requests item #17188, was opened at 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 poor english) and thanks very much. Im having much fun with wxruby. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17188&group_id=35
Maybe Matching Threads
- [ wxruby-Feature Requests-17084 ] Missing method advance_selection in class AuiNotebook
- [ wxruby-Feature Requests-17085 ] missing methods in AuiNotebook
- [ wxruby-Feature Requests-16788 ] Support Dynamic wxgtk libraries in Linux
- [ wxruby-Feature Requests-17101 ] wxFileDropTarget
- [ wxruby-Feature Requests-20367 ] wxToolBarTool (wxToolBarToolBase) missing, thus anti-OO