src/toolbar_gui.h
changeset 8723 e513a23c2797
child 8975 678648173fcf
equal deleted inserted replaced
8722:6c3a3816bff5 8723:e513a23c2797
       
     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*/