(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.

This commit is contained in:
rubidium
2008-03-23 07:35:29 +00:00
parent 449b51a8b4
commit 672087ecf6
8 changed files with 978 additions and 878 deletions

13
src/toolbar_gui.h Normal file
View File

@@ -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*/