39 FUNCTION render_full() -> void; |
39 FUNCTION render_full() -> void; |
40 FUNCTION set_title (const String& message) -> void; |
40 FUNCTION set_title (const String& message) -> void; |
41 FUNCTION update_statusbar() -> void; |
41 FUNCTION update_statusbar() -> void; |
42 FUNCTION connect (String address, String password) -> void; |
42 FUNCTION connect (String address, String password) -> void; |
43 FUNCTION need_refresh() -> void; |
43 FUNCTION need_refresh() -> void; |
44 FUNCTION tab_complete (const String& part, const String& complete) -> void; |
44 FUNCTION tab_complete (const String& part, String complete) -> void; |
45 }; |
45 }; |