Home
last modified time | relevance | path

Searched defs:controlWidth (Results 1 – 19 of 19) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/
H A DCellData.java331 int controlWidth = horizontalAlignment == SWT.FILL ? cellWidth : SWT.DEFAULT; in computeSize() local
412 private Point computeControlSize(SizeCache toCompute, int controlWidth, int controlHeight) { in computeControlSize()
435 private static Point computeRawSize(SizeCache toCompute, int controlWidth, int controlHeight) { in computeRawSize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Util/
H A DImageCreator.cs50 int controlWidth in CreateBackgroundImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/
H A DCoolItem.java441 int controlWidth = width - MINIMUM_WIDTH; in setBounds() local
476 int controlWidth = itemBounds.width - MINIMUM_WIDTH; in setControl() local
588 int controlWidth = width - MINIMUM_WIDTH; in setSize() local
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DCoolItem.java441 int controlWidth = width - MINIMUM_WIDTH; in setBounds() local
476 int controlWidth = itemBounds.width - MINIMUM_WIDTH; in setControl() local
588 int controlWidth = width - MINIMUM_WIDTH; in setSize() local
H A DComposite.java1359 int controlWidth = (child.state & ZERO_WIDTH) != 0 ? 0 : allocation.width; in moveChildren() local
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dcpanel.h54 #define controlWidth 300 macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DSharedScrolledComposite.java188 int controlWidth = minControlWidth; in reflow() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/transitioneditor/
H A Dtransitioneditortoolbar.cpp72 static int controlWidth(QToolBar *bar, QObject *control) in controlWidth() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/timelineeditor/
H A Dtimelinetoolbar.cpp71 static int controlWidth(QToolBar *bar, QObject *control) in controlWidth() function
/dports/www/limesurvey/limesurvey/application/extensions/SettingsWidget/
H A DSettingsWidget.php28 public $controlWidth=6; variable in SettingsWidget
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCQ3LevelMesh.cpp1284 const u32 controlWidth = face->size[0]; in createCurvedSurface_nosubdivision() local
1329 const u32 controlWidth = face->size[0]; in createCurvedSurface_bezier() local
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DVideoDemo.h401 auto controlWidth = transportArea.getWidth() / 3; in resized() local
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dccolorchooser.cpp314 const CCoord controlWidth = 150; in CColorChooser() local
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dccolorchooser.cpp318 const CCoord controlWidth = 150; in CColorChooser() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUCarbonViewControl.cpp505 int controlWidth, in AUVPresets()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUCarbonViewBase/
H A DAUCarbonViewControl.cpp506 int controlWidth, in AUVPresets()
/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dheader2.h68 #define controlWidth 236 macro
/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/
H A Dgui.py688 controlWidth=None, callbackOnReturn=False, checked=None, argument
831 controlWidth=None, callbackOnReturn=False, checked=None, argument
1006 valueType=None, validator=None, controlWidth=None, argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DComposite.java1313 int controlWidth = (child.state & ZERO_WIDTH) != 0 ? 0 : allocation.width; in moveChildren() local