Home
last modified time | relevance | path

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

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Demos/Demo_PanelView/
H A DPanelDynamic.cpp24 int height_current = 0; in initialise() local
27 …>createWidget<MyGUI::TextBox>("TextBox", MyGUI::IntCoord(width_step, height_current, width, height… in initialise()
32 …I::EditBox>("Edit", MyGUI::IntCoord(width_step + width_step + width, height_current, mWidgetClient… in initialise()
35 height_current += height_step; in initialise()
38 mPanelCell->setClientHeight(height_current, false); in initialise()
50 int height_current = 0; in setVisibleCount() local
57 height_current += height_step; in setVisibleCount()
65 mPanelCell->setClientHeight(height_current, true); in setVisibleCount()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Demos/Demo_PanelView/
H A DPanelDynamic.cpp24 int height_current = 0; in initialise() local
27 …>createWidget<MyGUI::TextBox>("TextBox", MyGUI::IntCoord(width_step, height_current, width, height… in initialise()
32 …I::EditBox>("Edit", MyGUI::IntCoord(width_step + width_step + width, height_current, mWidgetClient… in initialise()
35 height_current += height_step; in initialise()
38 mPanelCell->setClientHeight(height_current, false); in initialise()
50 int height_current = 0; in setVisibleCount() local
57 height_current += height_step; in setVisibleCount()
65 mPanelCell->setClientHeight(height_current, true); in setVisibleCount()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Demos/Demo_PanelView/
H A DPanelDynamic.cpp24 int height_current = 0; in initialise() local
27 …>createWidget<MyGUI::TextBox>("TextBox", MyGUI::IntCoord(width_step, height_current, width, height… in initialise()
32 …I::EditBox>("Edit", MyGUI::IntCoord(width_step + width_step + width, height_current, mWidgetClient… in initialise()
35 height_current += height_step; in initialise()
38 mPanelCell->setClientHeight(height_current, false); in initialise()
50 int height_current = 0; in setVisibleCount() local
57 height_current += height_step; in setVisibleCount()
65 mPanelCell->setClientHeight(height_current, true); in setVisibleCount()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Demos/Demo_PanelView/
H A DPanelDynamic.cpp24 int height_current = 0; in initialise() local
27 …>createWidget<MyGUI::TextBox>("TextBox", MyGUI::IntCoord(width_step, height_current, width, height… in initialise()
32 …I::EditBox>("Edit", MyGUI::IntCoord(width_step + width_step + width, height_current, mWidgetClient… in initialise()
35 height_current += height_step; in initialise()
38 mPanelCell->setClientHeight(height_current, false); in initialise()
50 int height_current = 0; in setVisibleCount() local
57 height_current += height_step; in setVisibleCount()
65 mPanelCell->setClientHeight(height_current, true); in setVisibleCount()
/dports/x11/plank/plank-0.11.89/lib/Widgets/
H A DDockWindow.vala504 int width_current, height_current;
505 get_size_request (out width_current, out height_current);
506 var needs_resize = (win_rect.width != width_current || win_rect.height != height_current);