summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.h
blob: 766ee37c7bb86bc9d1a3f4f2eb9f54bb3c2f31d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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*/