Displaying 3 results from an estimated 3 matches for "load_page".
Did you mean:
head_page
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
...al height
</span><span class="cx"> is changed dynamically depending on page size.
</span><span class="cx"> Once the window is created you can set its content by calling
</span><del>-"set_page(text)":#HtmlWindow_setpage(text),
-"load_page(filename)":#HtmlWindow_loadpage(filename) or
-"load_file":#HtmlWindow_loadfile.
</del><ins>+"set_page(html_code)":#HtmlWindow_setpage,
+"load_page(location)":#HtmlWindow_loadpage or
+"load_file(file_name)":#HtmlWindow_loadfile.
</ins>&l...
2007 Feb 12
0
[866] trunk/wxruby2/doc/textile/htmlwindow.txtl: Added missing methods section
...storycanback
+* "HtmlWindow#history_can_forward":#HtmlWindow_historycanforward
+* "HtmlWindow#history_clear":#HtmlWindow_historyclear
+* "HtmlWindow#history_forward":#HtmlWindow_historyforward
+* "HtmlWindow#load_file":#HtmlWindow_loadfile
+* "HtmlWindow#load_page":#HtmlWindow_loadpage
+* "HtmlWindow#on_cell_clicked":#HtmlWindow_oncellclicked
+* "HtmlWindow#on_cell_mouse_hover":#HtmlWindow_oncellmousehover
+* "HtmlWindow#on_link_clicked":#HtmlWindow_onlinkclicked
+* "HtmlWindow#on_opening_url":#HtmlWindow_onopenin...
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote:
> I''m a big fan of automated UI testing (i.e. driving the UI from some
robot API). I appreciate this
> is potentially a whole new project, but does wxwidgets provide a
method of clicking buttons,
> typing into components ... if so, would it be technically possible to
expose this in wxruby.
I like automated UI testing too, but