Home
last modified time | relevance | path

Searched refs:ButtonWidth (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/kdecorations/aurorae/
H A Dtheme-description139 ButtonWidth=20
140 ButtonWidthMinimize=? # optional - default depends on ButtonWidth
141 ButtonWidthMaximizeRestore=? # optional - default depends on ButtonWidth
142 ButtonWidthClose=? # optional - default depends on ButtonWidth
143 ButtonWidthAlldesktops=? # optional - default depends on ButtonWidth
144 ButtonWidthKeepabove=? # optional - default depends on ButtonWidth
145 ButtonWidthKeepbelow=? # optional - default depends on ButtonWidth
146 ButtonWidthShade=? # optional - default depends on ButtonWidth
147 ButtonWidthHelp=? # optional - default depends on ButtonWidth
148 ButtonWidthMenu=? # optional - default depends on ButtonWidth
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaintcontrols/
H A Dlctoolbars.pas40 result.ButtonWidth := AImages.Width+5;
98 AToolbar.ButtonWidth:= AImages.Width+HorizPadding;
203 result.Width := AToolbar.ButtonWidth*2;
218 result.Width := AToolbar.ButtonWidth*5;
237 inc(x, AToolbar.ButtonWidth);
277 x:= max(btnCount * toolbar.ButtonWidth,x);
282 x += toolbar.ButtonWidth;
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsmessagebox.c358 const int ButtonWidth = 88; in WIN_ShowMessageBox() local
438 if (Size.cx < messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin) in WIN_ShowMessageBox()
439 Size.cx = messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin; in WIN_ShowMessageBox()
455 x = Size.cx - (ButtonWidth + ButtonMargin) * messageboxdata->numbuttons; in WIN_ShowMessageBox()
465 … if (!AddDialogButton(dialog, x, y, ButtonWidth, ButtonHeight, buttons[i].text, i, isDefault)) { in WIN_ShowMessageBox()
469 x += ButtonWidth + ButtonMargin; in WIN_ShowMessageBox()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsmessagebox.c358 const int ButtonWidth = 88; in WIN_ShowMessageBox() local
438 if (Size.cx < messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin) in WIN_ShowMessageBox()
439 Size.cx = messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin; in WIN_ShowMessageBox()
455 x = Size.cx - (ButtonWidth + ButtonMargin) * messageboxdata->numbuttons; in WIN_ShowMessageBox()
465 … if (!AddDialogButton(dialog, x, y, ButtonWidth, ButtonHeight, buttons[i].text, i, isDefault)) { in WIN_ShowMessageBox()
469 x += ButtonWidth + ButtonMargin; in WIN_ShowMessageBox()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowsmessagebox.c358 const int ButtonWidth = 88; in WIN_ShowMessageBox() local
438 if (Size.cx < messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin) in WIN_ShowMessageBox()
439 Size.cx = messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin; in WIN_ShowMessageBox()
455 x = Size.cx - (ButtonWidth + ButtonMargin) * messageboxdata->numbuttons; in WIN_ShowMessageBox()
465 … if (!AddDialogButton(dialog, x, y, ButtonWidth, ButtonHeight, buttons[i].text, i, isDefault)) { in WIN_ShowMessageBox()
469 x += ButtonWidth + ButtonMargin; in WIN_ShowMessageBox()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowsmessagebox.c358 const int ButtonWidth = 88; in WIN_ShowMessageBox() local
448 if (Size.cx < messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin) in WIN_ShowMessageBox()
449 Size.cx = messageboxdata->numbuttons * (ButtonWidth + ButtonMargin) + ButtonMargin; in WIN_ShowMessageBox()
465 x = Size.cx - (ButtonWidth + ButtonMargin) * messageboxdata->numbuttons; in WIN_ShowMessageBox()
475 …if (!AddDialogButton(dialog, x, y, ButtonWidth, ButtonHeight, buttons[i].text, buttons[i].buttonid… in WIN_ShowMessageBox()
479 x += ButtonWidth + ButtonMargin; in WIN_ShowMessageBox()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/datadict/
H A Dfrmconfdatadict.lfm38 ButtonWidth = 23
48 ButtonWidth = 23
/dports/editors/lazarus/lazarus/components/datadict/
H A Dfrmconfdatadict.lfm38 ButtonWidth = 23
48 ButtonWidth = 23
/dports/editors/lazarus-qt5/lazarus/components/datadict/
H A Dfrmconfdatadict.lfm38 ButtonWidth = 23
48 ButtonWidth = 23
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/datadict/
H A Dfrmconfdatadict.lfm38 ButtonWidth = 23
48 ButtonWidth = 23
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUISpinBox.cpp33 s32 ButtonWidth = 16; in CGUISpinBox() local
36 core::rect<s32>(rectangle.getWidth() - ButtonWidth, rectangle.getHeight()/2 +1, in CGUISpinBox()
44 core::rect<s32>(rectangle.getWidth() - ButtonWidth, 0, in CGUISpinBox()
51 …const core::rect<s32> rectEdit(0, 0, rectangle.getWidth() - ButtonWidth - 1, rectangle.getHeight()… in CGUISpinBox()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUISpinBox.cpp33 s32 ButtonWidth = 16; in CGUISpinBox() local
36 core::rect<s32>(rectangle.getWidth() - ButtonWidth, rectangle.getHeight()/2 +1, in CGUISpinBox()
44 core::rect<s32>(rectangle.getWidth() - ButtonWidth, 0, in CGUISpinBox()
51 …const core::rect<s32> rectEdit(0, 0, rectangle.getWidth() - ButtonWidth - 1, rectangle.getHeight()… in CGUISpinBox()
/dports/editors/lazarus-devel/examples/cooltoolbar/
H A Dunit1.pas215 ToolBar1.ButtonWidth:=ASize;
217 ToolBar2.ButtonWidth:=ASize;
219 ToolBar3.ButtonWidth:=ASize;
221 ToolBar4.ButtonWidth:=ASize;
223 ToolBar5.ButtonWidth:=ASize;
H A Dunit1.lfm59 ButtonWidth = 22
95 ButtonWidth = 22
136 ButtonWidth = 22
182 ButtonWidth = 22
218 ButtonWidth = 22
/dports/editors/lazarus/examples/cooltoolbar/
H A Dunit1.pas215 ToolBar1.ButtonWidth:=ASize;
217 ToolBar2.ButtonWidth:=ASize;
219 ToolBar3.ButtonWidth:=ASize;
221 ToolBar4.ButtonWidth:=ASize;
223 ToolBar5.ButtonWidth:=ASize;
H A Dunit1.lfm59 ButtonWidth = 22
95 ButtonWidth = 22
136 ButtonWidth = 22
182 ButtonWidth = 22
218 ButtonWidth = 22
/dports/editors/lazarus-qt5/examples/cooltoolbar/
H A Dunit1.pas215 ToolBar1.ButtonWidth:=ASize;
217 ToolBar2.ButtonWidth:=ASize;
219 ToolBar3.ButtonWidth:=ASize;
221 ToolBar4.ButtonWidth:=ASize;
223 ToolBar5.ButtonWidth:=ASize;
H A Dunit1.lfm59 ButtonWidth = 22
95 ButtonWidth = 22
136 ButtonWidth = 22
182 ButtonWidth = 22
218 ButtonWidth = 22
/dports/editors/lazarus-qt5-devel/examples/cooltoolbar/
H A Dunit1.pas215 ToolBar1.ButtonWidth:=ASize;
217 ToolBar2.ButtonWidth:=ASize;
219 ToolBar3.ButtonWidth:=ASize;
221 ToolBar4.ButtonWidth:=ASize;
223 ToolBar5.ButtonWidth:=ASize;
H A Dunit1.lfm59 ButtonWidth = 22
95 ButtonWidth = 22
136 ButtonWidth = 22
182 ButtonWidth = 22
218 ButtonWidth = 22
/dports/editors/lazarus/lazarus/doceditor/fpdocupdater/
H A Dmainunit.lfm99 ButtonWidth = 45
117 ButtonWidth = 45
239 ButtonWidth = 45
257 ButtonWidth = 45
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/doceditor/fpdocupdater/
H A Dmainunit.lfm99 ButtonWidth = 45
117 ButtonWidth = 45
239 ButtonWidth = 45
257 ButtonWidth = 45
/dports/editors/lazarus-qt5/lazarus/doceditor/fpdocupdater/
H A Dmainunit.lfm99 ButtonWidth = 45
117 ButtonWidth = 45
239 ButtonWidth = 45
257 ButtonWidth = 45
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/doceditor/fpdocupdater/
H A Dmainunit.lfm99 ButtonWidth = 45
117 ButtonWidth = 45
239 ButtonWidth = 45
257 ButtonWidth = 45
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DInGameMenu.cpp94 GG::Pt new_size(ButtonWidth() + H_MAINMENU_MARGIN, in CalculatePosition()
104 GG::X InGameMenu::ButtonWidth() const { in ButtonWidth() function in InGameMenu
126 GG::Pt button_lr(ButtonWidth(), m_done_btn->MinUsableSize().y); in DoLayout()

12345678910>>...24