Displaying 1 result from an estimated 1 matches for "sfmpe".
Did you mean:
sampe
2008 Jan 18
0
[ wxruby-Feature Requests-17188 ] Add a each_page method to AuiNotebook class
...ethod 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