author | rubidium |
Sun, 06 Apr 2008 12:26:40 +0000 | |
branch | noai |
changeset 9867 | b7d9ffe24f81 |
parent 9826 | 9707ad4c9b60 |
child 10235 | 684949ed0f03 |
permissions | -rw-r--r-- |
9826 | 1 |
/* $Id$ */ |
2 |
||
3 |
/** @file toolbar_gui.h Stuff related to the (main) toolbar. */ |
|
4 |
||
5 |
#ifndef TOOLBAR_GUI_H |
|
6 |
#define TOOLBAR_GUI_H |
|
7 |
||
8 |
#include "window_type.h" |
|
9 |
||
10 |
Point GetToolbarDropdownPos(uint16 parent_button, int width, int height); |
|
11 |
Window *AllocateToolbar(); |
|
12 |
||
13 |
#endif /*TOOLBAR_GUI_H*/ |