src/toolbar_gui.h
branchnoai
changeset 9826 9707ad4c9b60
child 10235 684949ed0f03
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/toolbar_gui.h	Fri Mar 28 10:32:55 2008 +0000
@@ -0,0 +1,13 @@
+/* $Id$ */
+
+/** @file toolbar_gui.h Stuff related to the (main) toolbar. */
+
+#ifndef TOOLBAR_GUI_H
+#define TOOLBAR_GUI_H
+
+#include "window_type.h"
+
+Point GetToolbarDropdownPos(uint16 parent_button, int width, int height);
+Window *AllocateToolbar();
+
+#endif /*TOOLBAR_GUI_H*/