src/toolbar_gui.h
changeset 9219 d232ad03c54c
child 10235 684949ed0f03
equal deleted inserted replaced
9218:5fd7cb5ebf87 9219:d232ad03c54c
       
     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*/