summaryrefslogtreecommitdiff
path: root/frontends/gtk/page_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/page_info.h')
-rw-r--r--frontends/gtk/page_info.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontends/gtk/page_info.h b/frontends/gtk/page_info.h
index ad443fcfd..23e1e348c 100644
--- a/frontends/gtk/page_info.h
+++ b/frontends/gtk/page_info.h
@@ -27,4 +27,14 @@
*/
nserror nsgtk_page_info(struct browser_window *bw);
+/**
+ * Position the given page information window at the given
+ * coordinates.
+ *
+ * \param pi the page info window to position
+ * \param x the X coordinate for the top left of the window
+ * \param y the Y coordinate for the top left of the window
+ */
+void nsgtk_page_info_set_position(struct nsgtk_pi_window *pi, int x, int y);
+
#endif