(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:
13
src/toolbar_gui.h
Normal file
13
src/toolbar_gui.h
Normal 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*/
|
Reference in New Issue
Block a user