2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
11 /* The values correspond to the menu indexes in the option widget */
16 TOOLBAR_HORIZONTAL
= 3,
19 extern Option o_toolbar
, o_toolbar_info
;
22 void toolbar_init(void);
23 void toolbar_update_info(FilerWindow
*filer_window
);
24 void toolbar_update_toolbar(FilerWindow
*filer_window
);
26 #endif /* _TOOLBAR_H */