/* * GUI menubar & toolbar header * * Copyright INOUE Seiichiro , licensed under the GPL. */ #ifndef __GDIFF_MENU_TOOL_BAR_H__ #define __GDIFF_MENU_TOOL_BAR_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* Global function declarations */ extern void menubar_create(GDiffWindow *gdwin); extern void menubar_install_hints_for_statusbar(GDiffWindow *gdwin); extern void menubar_update(GDiffWindow *gdwin, const Preference *pref, ViewType vtype); extern void toolbar_create(GDiffWindow *gdwin); extern void bars_modify(GDiffWindow *gdwin); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __GDIFF_MENU_TOOL_BAR_H__ */