src/toolbar_gui.h
author smatz
Sat, 05 Apr 2008 12:30:48 +0000
changeset 8831 d598d3d0380a
parent 8723 e513a23c2797
child 8975 678648173fcf
permissions -rw-r--r--
(svn r12579) -Change: reset cursor when the Plant trees GUI is opened
/* $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*/