summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-22 21:55:08 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-22 21:55:08 +0000
commit287986b28a9290cc46ef585bfcc47782ea55cc70 (patch)
tree823a3a953c97e8f9bb8f6dd8b1847fe456cb4d44 /desktop/gui.h
parent84dd766141745dbf06567c309f1d7099e0996d57 (diff)
downloadnetsurf-287986b28a9290cc46ef585bfcc47782ea55cc70.tar.gz
netsurf-287986b28a9290cc46ef585bfcc47782ea55cc70.tar.bz2
[project @ 2003-09-22 21:55:08 by bursa]
Experimental textarea editing code. svn path=/import/netsurf/; revision=309
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 01f1f9fb5..c4cb60d85 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -60,7 +60,8 @@ void gui_window_stop_throbber(gui_window* g);
void gui_gadget_combo(struct browser_window* bw, struct gui_gadget* g, unsigned long mx, unsigned long my);
void gui_edit_textarea(struct browser_window* bw, struct gui_gadget* g);
-void gui_edit_textbox(struct browser_window* bw, struct gui_gadget* g);
void gui_edit_password(struct browser_window* bw, struct gui_gadget* g);
+void gui_window_place_caret(gui_window *g, int x, int y, int height);
+
#endif