/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 D | Test_org_eclipse_swt_widgets_ExpandBar.java | 30 import org.eclipse.swt.widgets.ExpandItem; 153 new ExpandItem(expandBar, 0); in test_getItemCount() 160 ExpandItem[] items = new ExpandItem[number]; in test_getItemI() 162 items[i] = new ExpandItem(expandBar, 0); in test_getItemI() 170 items = new ExpandItem[number]; in test_getItemI() 172 items[i] = new ExpandItem(expandBar, 0); in test_getItemI() 185 ExpandItem[] items = new ExpandItem[number]; in test_getItems() 187 items[i] = new ExpandItem(expandBar, 0); in test_getItems() 204 ExpandItem[] items = new ExpandItem[number]; in test_indexOfLorg_eclipse_swt_widgets_ExpandItem() 212 items = new ExpandItem[number]; in test_indexOfLorg_eclipse_swt_widgets_ExpandItem() [all …]
|
H A D | Test_org_eclipse_swt_widgets_ExpandItem.java | 25 import org.eclipse.swt.widgets.ExpandItem; 41 expandItem = new ExpandItem(expandBar, 0); in setUp() 48 new ExpandItem(null, SWT.NULL); in test_ConstructorLorg_eclipse_swt_widgets_ExpandItemI() 57 ExpandItem item = new ExpandItem(expandBar, SWT.NULL, 0); //create an expand item at index 0 in test_ConstructorLorg_eclipse_swt_widgets_ExpandItemII() 60 item = new ExpandItem(expandBar, SWT.NULL, 1); in test_ConstructorLorg_eclipse_swt_widgets_ExpandItemII() 152 ExpandItem expandItem;
|
/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 D | ExpandBar.java | 51 ExpandItem [] items; 52 ExpandItem lastFocus; 162 ExpandItem [] newItems = new ExpandItem [itemCount + 4]; in createItem() 176 items = new ExpandItem [4]; in createWidget() 201 ExpandItem item = items [i]; in forceFocus() 210 ExpandItem item = items [i]; in hasFocus() 286 ExpandItem [] result = new ExpandItem [itemCount]; in getItems() 368 ExpandItem item = items [i]; in layoutItems() 388 ExpandItem item = items [i]; in releaseChildren() 425 ExpandItem item = items [i]; in reskinChildren() [all …]
|
H A D | ExpandItem.java | 40 public class ExpandItem extends Item { class 79 public ExpandItem (ExpandBar parent, int style) { in ExpandItem() method in ExpandItem 115 public ExpandItem (ExpandBar parent, int style, int index) { in ExpandItem() method in ExpandItem 221 drawX += ExpandItem.TEXT_INSET; in drawItem() 230 drawX += ExpandItem.TEXT_INSET; in drawItem() 235 int chevronSize = ExpandItem.CHEVRON_SIZE; in drawItem() 338 int width = ExpandItem.TEXT_INSET * 2 + ExpandItem.CHEVRON_SIZE; in getPreferredWidth() 340 width += ExpandItem.TEXT_INSET + imageWidth; in getPreferredWidth()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/expand/org/eclipse/swt/widgets/ |
H A D | ExpandBar.java | 49 ExpandItem [] items; 51 ExpandItem focusItem; 89 items = new ExpandItem [4]; in ExpandBar() 165 ExpandItem item = items [i]; in computeSize() 185 ExpandItem [] newItems = new ExpandItem [itemCount + 4]; in createItem() 292 ExpandItem [] result = new ExpandItem [itemCount]; in getItems() 343 ExpandItem item = items [i]; in layoutItems() 447 ExpandItem item = items[i]; in setSpacing() 526 ExpandItem item = items[i]; in onMouseDown() 556 ExpandItem item = items [i]; [all …]
|
H A D | ExpandItem.java | 38 public class ExpandItem extends Item { class 75 public ExpandItem (ExpandBar parent, int style) { in ExpandItem() method in ExpandItem 109 public ExpandItem (ExpandBar parent, int style, int index) { in ExpandItem() method in ExpandItem 172 drawX += ExpandItem.TEXT_INSET; in drawItem() 181 drawX += ExpandItem.TEXT_INSET; in drawItem() 186 int chevronSize = ExpandItem.CHEVRON_SIZE; in drawItem() 271 int width = ExpandItem.TEXT_INSET * 2 + ExpandItem.CHEVRON_SIZE; in getPreferredWidth() 273 width += ExpandItem.TEXT_INSET + imageWidth; in getPreferredWidth() 284 …parent.redraw (x + ExpandItem.TEXT_INSET, y + headerHeight - imageHeight, imageWidth, imageHeight,… in redraw()
|
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/ |
H A D | ExpandBar.java | 53 ExpandItem [] items; 54 ExpandItem lastFocus; 183 ExpandItem [] newItems = new ExpandItem [itemCount + 4]; in createItem() 197 items = new ExpandItem [4]; in createWidget() 221 ExpandItem item = items [i]; in forceFocus() 230 ExpandItem item = items [i]; in hasFocus() 297 public ExpandItem [] getItems () { in getItems() 299 ExpandItem [] result = new ExpandItem [itemCount]; in getItems() 382 ExpandItem item = items [i]; in layoutItems() 402 ExpandItem item = items [i]; in releaseChildren() [all …]
|
H A D | ExpandItem.java | 42 public class ExpandItem extends Item { class 75 public ExpandItem (ExpandBar parent, int style) { in ExpandItem() method in ExpandItem 111 public ExpandItem (ExpandBar parent, int style, int index) { in ExpandItem() method in ExpandItem
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ |
H A D | ExpandBar.java | 51 ExpandItem[] items; 53 ExpandItem focusItem; 161 ExpandItem item = items [i]; in computeSizeInPixels() 192 ExpandItem [] newItems = new ExpandItem [itemCount + 4]; in createItem() 210 items = new ExpandItem [4]; in createWidget() 291 ExpandItem item = items[i]; in drawWidget() 378 ExpandItem [] result = new ExpandItem [itemCount]; in getItems() 576 ExpandItem item = items[i]; in setSpacingInPixels() 706 ExpandItem item = items[i]; in WM_LBUTTONDOWN() 742 ExpandItem item = items [i]; in WM_MOUSELEAVE() [all …]
|
H A D | ExpandItem.java | 40 public class ExpandItem extends Item { class 77 public ExpandItem (ExpandBar parent, int style) { in ExpandItem() method in ExpandItem 111 public ExpandItem (ExpandBar parent, int style, int index) { in ExpandItem() method in ExpandItem 193 rect.left += ExpandItem.TEXT_INSET; in drawItem() 202 rect.left += ExpandItem.TEXT_INSET; in drawItem() 223 int chevronSize = ExpandItem.CHEVRON_SIZE; in drawItem() 346 int width = ExpandItem.TEXT_INSET * 2 + ExpandItem.CHEVRON_SIZE; in getPreferredWidth() 348 width += ExpandItem.TEXT_INSET + imageWidth; in getPreferredWidth() 376 …OS.SetRect (rect, x + ExpandItem.TEXT_INSET, y + headerHeight - imageHeight, x + ExpandItem.TEXT_I… in redraw()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/ |
H A D | Snippet223.java | 53 ExpandItem item0 = new ExpandItem (bar, SWT.NONE, 0); in main() 81 ExpandItem item1 = new ExpandItem (bar, SWT.NONE, 1); in main() 102 ExpandItem item2 = new ExpandItem (bar, SWT.NONE, 2); in main()
|
H A D | Snippet343.java | 43 final ExpandItem expandItem1 = new ExpandItem(expandBar, SWT.NONE); in main() 45 new ExpandItem(expandBar, SWT.NONE).setText("item 2"); /* expandItem2 */ in main()
|
/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 D | Bug340752_ControlGetSize.java | 25 import org.eclipse.swt.widgets.ExpandItem; 82 ExpandItem item1 = new ExpandItem(bar, SWT.NONE); in main() 99 ExpandItem item0 = new ExpandItem(bar, SWT.NONE); in main() 107 ExpandItem item2 = new ExpandItem(bar, SWT.NONE); in main()
|
H A D | Bug486068_ExpandBarTest.java | 23 import org.eclipse.swt.widgets.ExpandItem; 50 ExpandItem item0 = new ExpandItem (bar, SWT.NONE, 0); in main()
|
H A D | Bug430600_ExpandItemHeaderHeight.java | 27 final ExpandItem xpndtmTest = new ExpandItem(expandBar, SWT.NONE); in main()
|
H A D | Bug538114_ExpandBarEmptyAll.java | 21 import org.eclipse.swt.widgets.ExpandItem; 55 ExpandItem expandItem = new ExpandItem(bar, SWT.NONE, 0); in expandBar()
|
H A D | Bug430600_ExpanditemGetHeaderHeightIncorrect.java | 46 ExpandItem item0 = new ExpandItem (expandBar, SWT.NONE, 0); in main()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ |
H A D | ExpandBarTab.java | 23 import org.eclipse.swt.widgets.ExpandItem; 78 ExpandItem item = new ExpandItem (expandBar1, SWT.NONE, 0); in createExampleWidgets() 95 item = new ExpandItem (expandBar1, SWT.NONE, 1); in createExampleWidgets()
|
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/ |
H A D | SWTSkinObjectExpandItem.java | 42 private ExpandItem expandItem; 75 expandItem = new ExpandItem(expandBar, style); in createExpandItem() 153 ExpandItem[] items = expandBar.getItems(); in resizeComposite() 155 for (ExpandItem item : items) { in resizeComposite() 190 public ExpandItem getExpandItem() { in getExpandItem()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/ |
H A D | treectrl.h | 202 wxDEPRECATED( bool ExpandItem(long item, int action) ); 207 bool ExpandItem(long item) { return ExpandItem(item, wxTREE_EXPAND_EXPAND); } in ExpandItem() function 208 bool CollapseItem(long item) { return ExpandItem(item, wxTREE_EXPAND_COLLAPSE); } in CollapseItem() 209 bool ToggleItem(long item) { return ExpandItem(item, wxTREE_EXPAND_TOGGLE); } in ToggleItem()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/ |
H A D | treectrl.h | 202 wxDEPRECATED( bool ExpandItem(long item, int action) ); 207 bool ExpandItem(long item) { return ExpandItem(item, wxTREE_EXPAND_EXPAND); } in ExpandItem() function 208 bool CollapseItem(long item) { return ExpandItem(item, wxTREE_EXPAND_COLLAPSE); } in CollapseItem() 209 bool ToggleItem(long item) { return ExpandItem(item, wxTREE_EXPAND_TOGGLE); } in ToggleItem()
|
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/ |
H A D | tkTreeNotify.c | 44 ExpandItem( in ExpandItem() function 233 ExpandItem(data->tree, data->id, args->result); in Percents_Expand() 358 ExpandItem(data->tree, data->current, args->result); in Percents_ActiveItem() 362 ExpandItem(data->tree, data->prev, args->result); in Percents_ActiveItem()
|
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/python/openipmigui/ |
H A D | gui_treelist.py | 116 def ExpandItem(self, item): member in TreeList 120 self.ExpandItem(child)
|
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/ |
H A D | classbrowserbuilderthread.h | 51 void ExpandItem(wxTreeItemId item);
|
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/ |
H A D | pass-1-lap.sl | 151 (setq ExpandedExpression (ExpandItem Expression)) % Expand the item. 279 (list 'IMMEDIATE (ExpandItem Expression))) 281 (de ExpandItem (Expression) 352 (AddFullWord (ExpandItem Expression)))
|