Home
last modified time | relevance | path

Searched refs:topRightButton (Results 1 – 3 of 3) sorted by relevance

/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 DCTabFolderTab.java66 topRightButton, unselectedCloseButton, unselectedImageButton; field in CTabFolderTab
236 topRightButton = new Button (otherGroup, SWT.CHECK); in createOtherGroup()
237 topRightButton.setText (ControlExample.getResourceString("Set_Top_Right")); in createOtherGroup()
238 topRightButton.setSelection(false); in createOtherGroup()
239 topRightButton.addSelectionListener (widgetSelectedAdapter(event -> setTopRight())); in createOtherGroup()
498 if (topRightButton.getSelection ()) { in setTopRight()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/notifier/
H A Dsettingsdialog.cpp36 m_buttons.insert(PopupWidget::TOPRIGHT, m_ui.topRightButton); in SettingsDialog()
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/
H A Dkis_tool_transform_config_widget.cpp103 m_rotationCenterButtons->addButton(topRightButton, 1); in KisToolTransformConfigWidget()
334 topRightButton->setIcon(KisIconUtils::loadIcon("arrow-topright")); in slotUpdateIcons()