Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc216 float ToolbarHeight() const;
332 float ToolbarHeight() const;
1051 VimFormView::ToolbarHeight() const in ToolbarHeight() function in VimFormView
1053 return toolBar ? toolBar->ToolbarHeight() : 0.; in ToolbarHeight()
1091 toolBar->ResizeTo(remaining.right, ToolbarHeight()); in AllAttached()
1092 remaining.top += ToolbarHeight(); in AllAttached()
1093 gui.toolbar_height = ToolbarHeight(); in AllAttached()
2747 VimToolbar::ToolbarHeight() const in ToolbarHeight() function in VimToolbar
4974 gui.toolbar_height = (toolbar && showit) ? toolbar->ToolbarHeight() : 0.; in gui_mch_show_toolbar()