Home
last modified time | relevance | path

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

/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFX4Splitter.h92 ExpandTop = ExpandTopLeft|ExpandTopRight, /// Expand top children enumerator
101 ID_EXPAND_TOP=ID_EXPAND_NONE+ExpandTop,
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFX4Splitter.h92 ExpandTop = ExpandTopLeft|ExpandTopRight, /// Expand top children enumerator
101 ID_EXPAND_TOP=ID_EXPAND_NONE+ExpandTop,
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFX4Splitter.h101 ExpandTop = ExpandTopLeft|ExpandTopRight, /// Expand top children enumerator
112 ID_EXPAND_TOP=ID_EXPAND_NONE+ExpandTop,
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFX4Splitter.h101 ExpandTop = ExpandTopLeft|ExpandTopRight, /// Expand top children enumerator
112 ID_EXPAND_TOP=ID_EXPAND_NONE+ExpandTop,
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameOverDlg.cpp149 caMain.ExpandTop(C4GUI_IconExHgt - pGoalDisplay->GetBounds().Hgt); in C4GameOverDlg()
186 caMain.ExpandTop(-iMaxHgt); in C4GameOverDlg()
192 caMain.ExpandTop(-rcCustomStringBounds.Hgt); in C4GameOverDlg()
H A DC4StartupPlrSelDlg.cpp1348 caMain.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1359 caMain.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1369 caColorArea.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1372 caPictureArea.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1390 caMain.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1395 caControlArea.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1398 caSkinArea.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
1429 caMain.ExpandTop(-BetweenElementDist); in C4StartupPlrPropertiesDlg()
H A DC4ChatDlg.cpp408 caLogin.ExpandTop(2*(iIndent1-iIndent2)); in UpdateSize()
411 caLogin.ExpandTop(2*(iIndent1-iIndent2)); in UpdateSize()
414 caLogin.ExpandTop(2*(iIndent1-iIndent2)); in UpdateSize()
417 caLogin.ExpandTop(2*(iIndent1-iIndent2)); in UpdateSize()
H A DC4StartupOptionsDlg.cpp469 caArea.ExpandTop(caArea.GetVMargin()); in ControlConfigArea()
471 caArea.ExpandTop(caArea.GetVMargin()); in ControlConfigArea()
992 caSheetNetwork.ExpandTop(-iNetHgt0); in C4StartupOptionsDlg()
H A DC4GuiEdit.cpp797 caMain.ExpandTop(-2); in LabeledEdit()
H A DC4GameLobby.cpp207 caRight.ExpandTop(iIndentY4*2 + 1); // undo margin, so client list is located directly under label in MainDlg()
H A DC4Gui.h2808 …void ExpandTop(int32_t iByHgt) { rcClientArea.y-=iByHgt; rcClientArea.Hgt+=iByHgt; } // enlarge cl…
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dworkspacebrowserbuilder.h66 void ExpandTop();
H A Dworkspacebrowserbuilder.cpp103 ExpandTop(); in BuildTree()
698 void WorkspaceBrowserBuilder::ExpandTop() in ExpandTop() function in WorkspaceBrowserBuilder
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Dialogs.cpp516 caAll.ExpandTop(iFreedHeight); in C4Network2ClientListDlg()