Home
last modified time | relevance | path

Searched defs:sash (Results 1 – 25 of 111) sorted by relevance

12345

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSash.c245 Widget sash ) in HighlightSash()
258 Widget sash ) in UnhighlightSash()
303 register XmSashWidget sash = (XmSashWidget) w; in SashFocusIn() local
330 register XmSashWidget sash = (XmSashWidget) w; in SashFocusOut() local
355 register XmSashWidget sash = (XmSashWidget) widget; in SashAction() local
449 register XmSashWidget sash = (XmSashWidget) w; in Redisplay() local
H A DPaned.c1154 register Widget sash = pane->sash; /* may be NULL. */ in CommitNewLocations() local
1461 StartSashAdjustment(XmPanedWidget pw, Widget sash) in StartSashAdjustment()
1483 MoveSashAdjustment(XmPanedWidget pw, Widget sash, int loc) in MoveSashAdjustment()
1519 CommitSashAdjustment(XmPanedWidget pw, Widget sash) in CommitSashAdjustment()
1561 Widget sash = (Widget) client_data; in ProcessKeyEvent() local
1605 HandleSash(Widget sash, XtPointer junk, XtPointer callData) in HandleSash()
H A DSashP.h74 XmSashPart sash; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_Sash.java67 Sash sash; field in Test_org_eclipse_swt_widgets_Sash
73 Sash sash = new Sash(shell, SWT.VERTICAL); in createSash() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DMSashTest.java95 MPartSashContainer sash = (MPartSashContainer) window.getChildren() in testSashWeights() local
123 MPartSashContainer sash = ems.createModelElement(MPartSashContainer.class); in createSashWithNViews() local
H A DNewMWindowTest.java96 SashForm sash = (SashForm) controls[0]; in testCreateView() local
196 MPartSashContainer sash = ems.createModelElement(MPartSashContainer.class); in createWindowWithOneView() local
H A DMSaveablePartTest.java75 MPartSashContainer sash = ems.createModelElement(MPartSashContainer.class); in createWindowWithOneView() local
H A DPartFocusTest.java83 MPartSashContainer sash = ems.createModelElement(MPartSashContainer.class); in setUp() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/
H A DMasterDetailsBlock.java117 Sash sash = (Sash)element; in hookSashListeners() local
129 Sash sash = iter.next(); in purgeSashes() local
258 Sash sash = (Sash)e.widget; in onSashPaint() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DSashForm.java96 Sash sash = new Sash(this, sashStyle); in createSash() local
204 Sash sash = (Sash)event.widget; in onDragSash() local
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DSashForm.java96 Sash sash = new Sash(this, sashStyle); in createSash() local
204 Sash sash = (Sash)event.widget; in onDragSash() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet54.java33 final Sash sash = new Sash (shell, SWT.BORDER | SWT.VERTICAL); in main() local
H A DSnippet107.java34 final Sash sash = new Sash (shell, SWT.VERTICAL); in main() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DMultiSash.py4 import wx.lib.multisash as sash namespace
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinObjectSash.java75 private Sash sash; field in SWTSkinObjectSash
354 protected void setPercent(double pctAbove, Control sash, Composite above, in setPercent()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp73 wxDynamicSashWindow *sash = new wxDynamicSashWindow(frame, wxID_ANY); in OnInit() local
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp73 wxDynamicSashWindow *sash = new wxDynamicSashWindow(frame, wxID_ANY); in OnInit() local
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp73 wxDynamicSashWindow *sash = new wxDynamicSashWindow(frame, wxID_ANY); in OnInit() local
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp73 wxDynamicSashWindow *sash = new wxDynamicSashWindow(frame, wxID_ANY); in OnInit() local
/dports/shells/sash/sash-3.8/
H A DMakefile58 sash: $(OBJS) target
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/org/eclipse/swt/examples/browser/demos/views/
H A DEditorTab.java74 final Sash sash = new Sash(parent, SWT.VERTICAL); in EditorTab() local
/dports/news/knews/knews-1.0b.1/Widgets/
H A DSashP.h34 SashPart sash; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug218935_SashFlicker.java98 Sash sash = new Sash(composite, SWT.NO_BACKGROUND); in Bug218935_SashFlicker() local
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DSashP.h63 XmSashPart sash; member
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/swt/
H A DTestBug672NewtCanvasSWTSashForm.java96 SashForm sash = null; field in TestBug672NewtCanvasSWTSashForm

12345