/* gui_athena.c */
void gui_x11_create_widgets __PARMS((void));
void gui_mch_set_text_area_pos __PARMS((int x, int y, int w, int h));
void gui_x11_set_back_color __PARMS((void));
void gui_mch_enable_menu __PARMS((int flag));
void gui_mch_set_menu_pos __PARMS((int x, int y, int w, int h));
void gui_mch_add_menu __PARMS((GuiMenu *menu, GuiMenu *parent));
void gui_mch_add_menu_item __PARMS((GuiMenu *menu, GuiMenu *parent));
void gui_mch_destroy_menu __PARMS((GuiMenu *menu));
void gui_mch_set_scrollbar_thumb __PARMS((GuiScrollbar *sb, int val, int size, int max));
void gui_mch_set_scrollbar_pos __PARMS((GuiScrollbar *sb, int x, int y, int w, int h));
void gui_mch_create_scrollbar __PARMS((GuiScrollbar *sb, int orient));
void gui_mch_destroy_scrollbar __PARMS((GuiScrollbar *sb));
Window gui_x11_get_wid __PARMS((void));
