Searched refs:ToolbarHeight (Results 1 – 1 of 1) sorted by relevance
216 float ToolbarHeight() const;332 float ToolbarHeight() const;1051 VimFormView::ToolbarHeight() const in ToolbarHeight() function in VimFormView1053 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 VimToolbar4974 gui.toolbar_height = (toolbar && showit) ? toolbar->ToolbarHeight() : 0.; in gui_mch_show_toolbar()