Displaying 3 results from an estimated 3 matches for "get_page_count".
Did you mean:
set_page_count
2008 Jan 18
0
[ wxruby-Feature Requests-17188 ] Add a each_page method to AuiNotebook class
...e
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:
ht...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...iNotebook_create
+* "AuiNotebook#delete_page":#AuiNotebook_deletepage
+* "AuiNotebook#get_art_provider":#AuiNotebook_getartprovider
+* "AuiNotebook#get_page":#AuiNotebook_getpage
+* "AuiNotebook#get_page_bitmap":#AuiNotebook_getpagebitmap
+* "AuiNotebook#get_page_count":#AuiNotebook_getpagecount
+* "AuiNotebook#get_page_index":#AuiNotebook_getpageindex
+* "AuiNotebook#get_page_text":#AuiNotebook_getpagetext
+* "AuiNotebook#get_selection":#AuiNotebook_getselection
+* "AuiNotebook#insert_page":#AuiNotebook_insertpage
+*...
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi,
What about releasing a new version shortly ?
This is a long-awaited request from several users especially for
recent ruby-1.9.1 versions on MinGW.
Cheers.
Chauk-Mean.