Displaying 2 results from an estimated 2 matches for "htmlwindow_loadpage".
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
...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><span class="cx">
<...
2007 Feb 12
0
[866] trunk/wxruby2/doc/textile/htmlwindow.txtl: Added missing methods section
...quot;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_onopeningurl
+* "HtmlWindow#on...