Searched refs:menubar (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 652 parent_widget = (parent != NULL) ? parent->submenu_id : gui.menubar; in gui_mch_add_menu() 961 if (menu->id != NULL && gui.menubar != NULL in gui_mch_destroy_menu() 962 && gtk_widget_get_parent(menu->id) == gui.menubar) in gui_mch_destroy_menu() 963 gtk_container_remove(GTK_CONTAINER(gui.menubar), menu->id); in gui_mch_destroy_menu()
|
| H A D | gui.h | 376 GtkWidget *menubar; // menubar member
|
| H A D | gui_gtk_x11.c | 2833 width += get_item_dimensions(gui.menubar, GTK_ORIENTATION_VERTICAL); in get_menu_tool_width() 2853 height += get_item_dimensions(gui.menubar, GTK_ORIENTATION_HORIZONTAL); in get_menu_tool_height() 3568 gui.menubar = gtk_menu_bar_new(); in gui_mch_init() 3569 gtk_widget_set_name(gui.menubar, "vim-menubar"); in gui_mch_init() 3585 gnome_app_set_menus(GNOME_APP(gui.mainwin), GTK_MENU_BAR(gui.menubar)); in gui_mch_init() 3599 gtk_widget_show(gui.menubar); in gui_mch_init() 3600 gtk_box_pack_start(GTK_BOX(vbox), gui.menubar, FALSE, FALSE, 0); in gui_mch_init() 4548 widget = gui.menubar; in gui_mch_enable_menu()
|
| H A D | getchar.c | 1750 if (c == K_F10 && gui.menubar != NULL) in vgetc() 1753 GTK_MENU_SHELL(gui.menubar), FALSE); in vgetc()
|
| H A D | gui_haiku.cc | 4455 BMenuBar *menubar = gui.vimForm->MenuBar(); in gui_mch_enable_menu() local 4456 menubar->SetEnabled(flag); in gui_mch_enable_menu()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui_x11.txt | 354 menubar, scrollbar, whatever), those are GTK specific settings and you 543 - Uses the GNOME dock, so that the toolbar and menubar can be moved to 545 the left, right, top, or bottom). The placement of the menubar and 547 - That means the menubar and toolbar handles are back! Yeah! And the
|
| H A D | usr_09.txt | 40 | File Edit Tools Syntax Buffers Window Help | <- menubar
|
| H A D | usr_42.txt | 264 m When removed the menubar is not displayed.
|
| H A D | develop.txt | 465 together with the command line, menubar, toolbar, etc. they
|
| H A D | version6.txt | 2232 and menubar to disappear and resize the window (which clears the text). 2233 Now always grey-out the toplevel menus to avoid that the menubar changes size 2467 menubar didn't wrap. Now manually set the menubar height. 2888 - Made the menu priority work for the menubar. 3279 completely show. Solution is to only resize the menubar for Lesstif. 12056 Problem: Win32: Adding and removing the menubar resizes the Vim window.
|
| H A D | version5.txt | 5178 Problem: Motif version with Lesstif: When removing the menubar and then 5697 Solution: Don't remove the item from the menubar, but from the parent popup
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_dos.txt | 89 won't show a menubar. Then you need to set the $VIM environment variable to
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 8th.vim | 273 Builtin menubar-begin nk:menubar-begin menubar-end nk:menubar-end mouse-pos nk:mouse-pos msgdlg nk…
|
| H A D | progress.vim | 210 …tor memptr-to-node-value menu menu-bar menu-item menu-k[ey] menu-m[ouse] menubar merge-by-field me…
|
| H A D | typescriptcommon.vim | 1109 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName menubar
|