Data Fields | |
GtkWidget * | ws_gui_main_menu |
application submenu | |
GtkWidget * | ws_gui_menu_dictionaries |
dictionaries submenu (managing with the dictionary files) | |
GtkWidget * | ws_gui_menu_load_dict |
menuitem in dictionaries submenu; load new dictionary file into application | |
GtkWidget * | ws_gui_menu_select_dict |
menuitem in dictionaries submenu; allow to select which dictionaries are used | |
GtkWidget * | ws_gui_menu_remove_dict |
menuitem in dictionaries submenu; remove dictionary files which are no longer used | |
GtkWidget * | ws_gui_menu_optimize_dict |
menuitem used for optimizing dictionaries | |
GtkWidget * | ws_gui_menu_bookmarks |
GtkWidget * | ws_gui_menu_open_bookmark |
bookmarks submenu | |
GtkWidget * | ws_gui_menu_close_bookmark |
menuitem, opens bookmark window | |
GtkWidget * | ws_gui_menu_add_bookmark |
menuitem, closes bookmark window | |
GtkWidget * | ws_gui_menu_remove_bookmark |
menuitem used fot adding bookmarks | |
GtkWidget * | ws_gui_menu_edit |
menuitem, allows for removing bookmarks edit submenu(connected with text editing) | |
GtkWidget * | ws_gui_menu_copy |
menuitem in edit submenu; copy selected text to the clipboard | |
GtkWidget * | ws_gui_menu_paste |
menuitem in edit submenu; paste content of the clipboard into find toolbar entry | |
GtkWidget * | ws_gui_menu_select_all |
menuitem in edit submenu; select whole text in the translation (html) area | |
GtkWidget * | ws_gui_menu_view |
view submenu | |
GtkWidget * | ws_gui_menu_hide_list |
menuitem which allows to hide/show words list | |
GtkWidget * | ws_gui_menu_zoom_in |
menuitem which allows to zoom in text in the translation area | |
GtkWidget * | ws_gui_menu_zoom_out |
menuitem which allows to zoom out text in the translation area | |
GtkWidget * | ws_gui_menu_full_screen |
menuitem which allows to switch between fullscreen and normal mode | |
GtkWidget * | ws_gui_menu_search |
search submenu (connected with searching) | |
GtkWidget * | ws_gui_menu_find_word |
menuitem which allows to start searching | |
GtkWidget * | ws_gui_menu_find_prev |
menuitem which allows to find previous word from the history | |
GtkWidget * | ws_gui_menu_find_next |
menuitem which allows to find next word in the history | |
GtkWidget * | ws_gui_menu_stop |
menuitem which stops search | |
GtkWidget * | ws_gui_menu_about |
menuitem which opens 'about application' dialog window | |
GtkWidget * | ws_gui_menu_close |
menuitem which closes the application | |
GtkWidget * | ws_gui_submenu_0 |
submenu which is necessaty to build dictionaries submenu | |
GtkWidget * | ws_gui_submenu_1 |
submenu which is necessary to build edit submenu | |
GtkWidget * | ws_gui_submenu_2 |
submenu which is necessary to build view submenu | |
GtkWidget * | ws_gui_submenu_3 |
submenu which is necessary to build search submenu | |
GtkWidget * | ws_gui_submenu_4 |
submenu which is necessary to build search submenu | |
GtkWidget * | ws_gui_separator |
separator, it is used to provide nice layout | |
GtkWidget * | ws_gui_popup_menu |
popup menu | |
GtkWidget * | ws_gui_popup_search |
search option, allow to search selected text | |
GtkWidget * | ws_gui_popup_bookmark |
search option, allow to search selected text | |
GtkWidget * | ws_gui_popup_edit |
edit submenu | |
GtkWidget * | ws_gui_popup_submenu |
submenu (necessary to create edit submenu) | |
GtkWidget * | ws_gui_popup_copy |
menuitem which allows to copy selected to the clipboard | |
GtkWidget * | ws_gui_popup_paste |
menuitem which allows to paste content of the clipboard into find toolbar entry | |
GtkWidget * | ws_gui_popup_select_all |
menuitem which allows to select whole text in translation area | |
GtkWidget * | ws_gui_popup_zoom_in |
menuitem which allows to zoom in text in translation area | |
GtkWidget * | ws_gui_popup_zoom_out |
menuitem which allows to zoom in text in translation area | |
GtkWidget * | ws_gui_separator1 |
separator, it is used to provide nice layout | |
GtkWidget * | ws_gui_separator2 |
separator, it is used to provide nice layout |
here are placed all components of application menu and popup menu
Definition at line 129 of file ws_gui.h.
GtkWidget* WSGuiMenu::ws_gui_main_menu |
application submenu
Definition at line 131 of file ws_gui.h.
Referenced by ws_gui_create_main_menu().