Home
last modified time | relevance | path

Searched refs:toolBar (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_athena.c432 toolBar = NULL; in gui_x11_destroy_widgets()
572 XtVaGetValues(toolBar, in gui_mch_set_toolbar_pos()
578 XtVaSetValues(toolBar, in gui_mch_set_toolbar_pos()
584 XtManageChild(toolBar); in gui_mch_set_toolbar_pos()
651 if (XtIsManaged(toolBar)) in gui_mch_enable_menu()
653 XtVaSetValues(toolBar, in gui_mch_enable_menu()
666 if (XtIsManaged(toolBar)) in gui_mch_enable_menu()
1193 if (!XtIsManaged(toolBar) in gui_mch_add_menu_item()
1334 XtManageChild(toolBar); in gui_mch_show_toolbar()
1366 XtUnmanageChild(toolBar); in gui_mch_show_toolbar()
[all …]
H A Dgui_motif.c71 static Widget toolBar; variable
481 gui_motif_menu_colors(toolBar); in gui_x11_create_widgets()
1326 type, toolBar, args, n); in gui_mch_add_menu_item()
1463 gui_motif_menu_colors(toolBar); in gui_mch_new_menu_colors()
1500 if (toolBar == (Widget)0) in gui_mch_new_tooltip_font()
1515 if (toolBar == (Widget)0) in gui_mch_new_tooltip_colors()
1645 else if (parent == toolBar) in gui_mch_destroy_menu()
2930 if (toolBar == (Widget)0) in gui_mch_show_toolbar()
2995 XtManageChild(XtParent(toolBar)); in gui_mch_show_toolbar()
3109 XtVaGetValues(toolBar, in gui_mch_compute_toolbar_height()
[all …]
H A Dgui_haiku.cc218 { return toolBar; } in ToolBar()
220 VimToolbar *toolBar; member in VimFormView
984 toolBar(NULL), in VimFormView()
1007 delete toolBar; in ~VimFormView()
1030 toolBar = new VimToolbar(BRect(0,0,0,0), "VimToolBar"); in init()
1031 toolBar->PrepareButtonBitmaps(); in init()
1032 AddChild(toolBar); in init()
1053 return toolBar ? toolBar->ToolbarHeight() : 0.; in ToolbarHeight()
1090 toolBar->MoveTo(remaining.left, remaining.top); in AllAttached()
1091 toolBar->ResizeTo(remaining.right, ToolbarHeight()); in AllAttached()