Home
last modified time | relevance | path

Searched refs:rightButton (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/x11/antimicro/antimicro-2.23/src/
H A Dvdpad.cpp28 this->rightButton = 0; in VDPad()
46 this->rightButton = rightButton; in VDPad()
47 rightButton->setVDPad(this); in VDPad()
72 if (rightButton) in ~VDPad()
75 rightButton = 0; in ~VDPad()
138 if (rightButton && rightButton->getButtonState()) in joyEvent()
179 if (rightButton) in addVButton()
183 rightButton = button; in addVButton()
208 rightButton = 0; in removeVButton()
232 rightButton = 0; in removeVButton()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DRotateButtons.java27 final CoolButton rightButton = new CoolButton(); in RotateButtons() local
30 rightButton.setIcon( RightIcon ); in RotateButtons()
33 rightButton.setToolTipText( RightTip ); in RotateButtons()
36 rightButton.setStyle( CoolButton.ButtonStyle.RIGHT ); in RotateButtons()
39 rightButton.addActionListener( rightAction ); in RotateButtons()
42 add( rightButton ); in RotateButtons()
50 final CoolButton rightButton = new CoolButton(); in RotateButtons() local
53 rightButton.setIcon( RightIcon ); in RotateButtons()
56 rightButton.setStyle( CoolButton.ButtonStyle.RIGHT ); in RotateButtons()
59 rightButton.setEnabled( false ); in RotateButtons()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTabHeaderControl.cpp69 rightButton(NULL), in TabHeaderControl()
83 delete rightButton; in ~TabHeaderControl()
99 if (rightButton != NULL) in paint()
102 rightButton->paint(g); in paint()
121 …else if (rightButton && rightButton->isEnabled() && rightButton->isVisible() && rightButton->hit(*… in dispatchEvent()
123 caughtControl = rightButton; in dispatchEvent()
235 delete rightButton; in setNumTabs()
236 rightButton = new PPButton(1, parentScreen, this, in setNumTabs()
238 rightButton->setText(">"); in setNumTabs()
242 delete rightButton; in setNumTabs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/elements/
H A DElementsBreadcrumbs_test.ts324 const rightButton = scrollButtons[1]; constant
327 assert.isFalse(rightButton.disabled);
347 assertElement(rightButton, HTMLButtonElement);
349 assert.isFalse(rightButton.disabled);
352 dispatchClickEvent(rightButton);
356 assert.isTrue(rightButton.disabled);
379 assertElement(rightButton, HTMLButtonElement);
382 assert.isFalse(rightButton.classList.contains('hidden'));
389 assert.isTrue(rightButton.classList.contains('hidden'));
411 assertElement(rightButton, HTMLButtonElement);
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java141 protected JButton rightButton; field in BasicSplitPaneDivider
390 rightButton = createRightOneTouchButton(); in oneTouchExpandableChanged()
392 add(rightButton); in oneTouchExpandableChanged()
395 rightButton.addMouseListener(mouseHandler); in oneTouchExpandableChanged()
402 if (leftButton != null && rightButton != null) in oneTouchExpandableChanged()
405 rightButton.removeMouseListener(mouseHandler); in oneTouchExpandableChanged()
408 remove(rightButton); in oneTouchExpandableChanged()
410 rightButton = null; in oneTouchExpandableChanged()
560 else if (e.getSource() == rightButton) in mousePressed()
894 rightButton.setLocation(ONE_TOUCH_OFFSET, ONE_TOUCH_OFFSET); in positionButtons()
[all …]
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/
H A DSkinSplitPaneDivider.java121 if (rightButton != null) { in paint()
122 Rectangle bounds = rightButton.getBounds(); in paint()
124 rightButton.paint(grb); in paint()
203 if (leftButton != null && rightButton != null && in layoutContainer()
207 Dimension rightSize = rightButton.getPreferredSize(); in layoutContainer()
218 rightButton.setBounds((insets.left * 2) + leftSize.width + in layoutContainer()
225 rightButton.setBounds(x, (insets.top * 2) + leftSize.height + in layoutContainer()
231 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dqttoolbardialog.ui.h44 QToolButton *rightButton; variable
125 rightButton = new QToolButton(QtToolBarDialog); in setupUi()
126 rightButton->setObjectName(QString::fromUtf8("rightButton")); in setupUi()
127 sizePolicy.setHeightForWidth(rightButton->sizePolicy().hasHeightForWidth()); in setupUi()
128 rightButton->setSizePolicy(sizePolicy); in setupUi()
130 vboxLayout->addWidget(rightButton); in setupUi()
172 QWidget::setTabOrder(leftButton, rightButton); in setupUi()
173 QWidget::setTabOrder(rightButton, downButton); in setupUi()
209rightButton->setToolTip(QApplication::translate("QtToolBarDialog", "Add action to toolbar", 0, QAp… in retranslateUi()
211rightButton->setText(QApplication::translate("QtToolBarDialog", "->", 0, QApplication::UnicodeUTF8… in retranslateUi()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java60 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
63 if (rightButton != null) { in propertyChange()
64 remove(rightButton); rightButton = null; in propertyChange()
163 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
167 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
182 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
194 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java61 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
64 if (rightButton != null) { in propertyChange()
65 remove(rightButton); rightButton = null; in propertyChange()
164 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
168 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
183 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
195 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java60 if (rightButton != null) rightButton.setEnabled(enabled); in propertyChange()
63 if (rightButton != null) { in propertyChange()
64 remove(rightButton); rightButton = null; in propertyChange()
163 … if (leftButton == null || rightButton == null || c != AquaSplitPaneDividerUI.this) return; in layoutContainer()
167 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
182 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize); in layoutContainer()
194 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize); in layoutContainer()
/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 DAlignableTab.java32 Button leftButton, rightButton, centerButton; field in AlignableTab
63 rightButton = new Button (alignmentGroup, SWT.RADIO); in createOtherGroup()
64 rightButton.setText (ControlExample.getResourceString("Right")); in createOtherGroup()
73 rightButton.addSelectionListener (selectionListener); in createOtherGroup()
91 rightButton.setSelection ((widgets [0].getStyle () & SWT.RIGHT) != 0); in setExampleWidgetState()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/rotate/
H A DRotorControl.java28 private CoolButton rightButton; field in RotorControl
94 rightButton = new CoolButton(); in RotorControl()
95 rightButton.setStyle(CoolButton.ButtonStyle.RIGHT); in RotorControl()
96 rightButton.setAction(rightAction); in RotorControl()
97 rightButton.setIcon(RightUnselectedIcon); in RotorControl()
100 add(rightButton); in RotorControl()
112 rightButton.setBackground(color); in setBackground()
/dports/net-im/qTox/qTox-1.17.4/src/chatlog/content/
H A Dfiletransferwidget.cpp416 ui->rightButton->setObjectName("cancel"); in setupButtons()
417 ui->rightButton->setToolTip(tr("Cancel transfer")); in setupButtons()
434 ui->rightButton->setObjectName("cancel"); in setupButtons()
435 ui->rightButton->setToolTip(tr("Cancel transfer")); in setupButtons()
442 ui->rightButton->setObjectName("cancel"); in setupButtons()
443 ui->rightButton->setToolTip(tr("Cancel transfer")); in setupButtons()
458 ui->rightButton->hide(); in setupButtons()
467 ui->rightButton->setObjectName("dir"); in setupButtons()
468 ui->rightButton->setToolTip(tr("Open file directory")); in setupButtons()
469 ui->rightButton->show(); in setupButtons()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JSplitPane/4816114/
H A Dbug4816114.java97 JButton rightButton = new JButton("RIGHT"); in createAndShowGUI() local
98 rightButton.setPreferredSize(new Dimension(300, 300)); in createAndShowGUI()
99 rightButton.setMinimumSize(new Dimension(150, 150)); in createAndShowGUI()
100 splitPane.setRightComponent(rightButton); in createAndShowGUI()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JSplitPane/4816114/
H A Dbug4816114.java97 JButton rightButton = new JButton("RIGHT"); in createAndShowGUI() local
98 rightButton.setPreferredSize(new Dimension(300, 300)); in createAndShowGUI()
99 rightButton.setMinimumSize(new Dimension(150, 150)); in createAndShowGUI()
100 splitPane.setRightComponent(rightButton); in createAndShowGUI()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/modal/
H A Dindex.stories.tsx17 const rightButton = (
54 rightButton,
73 rightButton,
85 rightButton,
100 rightButton,
127 rightButton,
167 rightButton: (
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java344 protected JButton rightButton; field in BasicSplitPaneDivider
580 rightButton = createRightOneTouchButton(); in oneTouchExpandableChanged()
581 if (rightButton != null) in oneTouchExpandableChanged()
582 rightButton.addActionListener(new OneTouchAction()); in oneTouchExpandableChanged()
585 if (leftButton != null && rightButton != null) in oneTouchExpandableChanged()
588 add(rightButton); in oneTouchExpandableChanged()
981 if (leftButton != null && rightButton != null in layoutContainer()
1006 rightButton.setBounds(x, y + ONE_TOUCH_OFFSET in layoutContainer()
1027 rightButton.setBounds(x + ONE_TOUCH_OFFSET in layoutContainer()
1037 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java344 protected JButton rightButton; field in BasicSplitPaneDivider
580 rightButton = createRightOneTouchButton(); in oneTouchExpandableChanged()
581 if (rightButton != null) in oneTouchExpandableChanged()
582 rightButton.addActionListener(new OneTouchAction()); in oneTouchExpandableChanged()
585 if (leftButton != null && rightButton != null) in oneTouchExpandableChanged()
588 add(rightButton); in oneTouchExpandableChanged()
981 if (leftButton != null && rightButton != null in layoutContainer()
1006 rightButton.setBounds(x, y + ONE_TOUCH_OFFSET in layoutContainer()
1027 rightButton.setBounds(x + ONE_TOUCH_OFFSET in layoutContainer()
1037 rightButton.setBounds(-5, -5, 1, 1); in layoutContainer()

12345678910>>...19