Home
last modified time | relevance | path

Searched refs:newButton (Results 51 – 75 of 706) sorted by relevance

12345678910>>...29

/dports/deskutils/mindforger/mindforger-1.52.0/app/src/qt/dialogs/
H A Dnew_file_dialog.h48 QPushButton* newButton; variable
59 QPushButton* getNewButton() const { return newButton; } in getNewButton()
H A Dnew_repository_dialog.h48 QPushButton* newButton; variable
60 QPushButton* getNewButton() const { return newButton; } in getNewButton()
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/framework/
H A DToolBar.java39 private JButton newButton; field in ToolBar
123newButton = new JButton (new ImageIcon((cc.op.get(Options.general_devisorhome))+"/images/New.gif")… in initButtons()
124 newButton.setActionCommand (MainActionListener.NEW); in initButtons()
125 newButton.setToolTipText ((String)cc.rb.getObject("GUI_framework_ToolBar_newtooltip")); in initButtons()
126 newButton.addActionListener (mal); in initButtons()
127 newButton.setMaximumSize (new Dimension (31,31)); in initButtons()
128 newButton.setMinimumSize (new Dimension (31,31)); in initButtons()
129 newButton.setPreferredSize (new Dimension (31,31)); in initButtons()
130 add(newButton); in initButtons()
/dports/net-im/psi/psi-1.5/src/AutoUpdater/guitest/testapp/
H A Dmain.cpp97 QPushButton* newButton = new QPushButton("Check with new release", this); in UpdaterWidget() local
98 connect(newButton, SIGNAL(clicked()), this, SLOT(doCheckWithNew())); in UpdaterWidget()
99 layout->addWidget(newButton); in UpdaterWidget()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet224.java44 Button newButton = (Button) children [4]; in main()
50 newButton.setSelection (true); in main()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dutil.c217 WaitForAnyButtonUntil (BOOLEAN newButton, TimeCount timeOut, in WaitForAnyButtonUntil() argument
222 if (newButton && !WaitForNoInputUntil (timeOut, FALSE)) in WaitForAnyButtonUntil()
242 WaitForAnyButton (BOOLEAN newButton, TimePeriod duration, BOOLEAN resetInput) in WaitForAnyButton() argument
247 return WaitForAnyButtonUntil (newButton, timeOut, resetInput); in WaitForAnyButton()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/events/src/
H A DMouseEvent_TEST.cc106 common::MouseEvent::MouseButton newButton = common::MouseEvent::LEFT; in TEST_F() local
119 event.SetButtons(newButton | newButton2); in TEST_F()
132 EXPECT_EQ(event.Buttons(), static_cast<unsigned int>(newButton | newButton2)); in TEST_F()
228 common::MouseEvent::MouseButton newButton = common::MouseEvent::LEFT; in TEST_F() local
241 event.SetButtons(newButton | newButton2); in TEST_F()
254 EXPECT_EQ(event.Buttons(), static_cast<unsigned int>(newButton | newButton2)); in TEST_F()
/dports/games/barony/Barony-3.3.7/src/
H A Dmod_tools.cpp125 button = newButton(); in openGameoverWindow()
137 button = newButton(); in openGameoverWindow()
155 button = newButton(); in openGameoverWindow()
325 button_t* button = newButton(); in open()
375 button_t* button = newButton(); in createPrompt()
385 button = newButton(); in createPrompt()
H A Dmenu.cpp1021 button = newButton(); in handleInGamePauseMenu()
1212 button = newButton(); in handleInGamePauseMenu()
1223 button = newButton(); in handleInGamePauseMenu()
1384 button = newButton(); in handleTutorialPauseMenu()
1397 button = newButton(); in handleTutorialPauseMenu()
1514 button = newButton(); in handleTutorialPauseMenu()
1525 button = newButton(); in handleTutorialPauseMenu()
11950 button = newButton(); in openGameoverWindow()
12209 button = newButton(); in openSettingsWindow()
12222 button = newButton(); in openSettingsWindow()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_File_Chooser.cxx179 { Fl_Button* o = newButton = new Fl_Button(455, 10, 25, 25); in Fl_File_Chooser()
180 newButton->image(image_new); in Fl_File_Chooser()
181 newButton->labelsize(8); in Fl_File_Chooser()
182 newButton->callback((Fl_Callback*)cb_newButton); in Fl_File_Chooser()
417 newButton->activate(); in type()
419 newButton->deactivate(); in type()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/widgets/
H A DTestUnitButtonFactory.java30 Button button = ButtonFactory.newButton(SWT.PUSH).create(shell); in createsButton()
39 Button button = ButtonFactory.newButton(SWT.NONE).text("Test Button").image(image) in createsButtonWithAllProperties()
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/
H A DGtkSeparator.java68 hline = GtkUtils.newButton(parser, "default", in GtkSeparator()
71 vline = GtkUtils.newButton(parser, "default", in GtkSeparator()
/dports/security/kleopatra/kleopatra-21.12.3/src/conf/
H A Dgroupsconfigwidget.cpp68 QPushButton *newButton = nullptr; member
107 ui.newButton = new QPushButton(i18n("New")); in Private()
108 groupsButtonLayout->addWidget(ui.newButton); in Private()
129 connect(ui.newButton, &QPushButton::clicked, q, [this] () { addGroup(); }); in Private()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/
H A DJRootPane.java634 public void setDefaultButton(JButton newButton) in setDefaultButton() argument
636 if (defaultButton == newButton) in setDefaultButton()
640 defaultButton = newButton; in setDefaultButton()
641 firePropertyChange("defaultButton", oldButton, newButton); in setDefaultButton()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DReorgMoveWizard.java270 Button newButton= new Button(firstLine, SWT.PUSH); in addLabel() local
271 newButton.setText(fCreateTargetQuery.getNewButtonLabel()); in addLabel()
273 gd.widthHint = SWTUtil.getButtonWidthHint(newButton); in addLabel()
274 newButton.setLayoutData(gd); in addLabel()
275 newButton.addSelectionListener(new SelectionAdapter() { in addLabel()
/dports/science/gabedit/GabeditSrc251_300720/src/MPQC/
H A DMPQCMolecule.c373 GtkWidget *newButton; in addRadioButtonToATable() local
376newButton = gtk_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendB… in addRadioButtonToATable()
378 newButton = gtk_radio_button_new_with_label( NULL, label); in addRadioButtonToATable()
380 gtk_table_attach(GTK_TABLE(table),newButton,j,j+k,i,i+1, in addRadioButtonToATable()
385 g_object_set_data(G_OBJECT (newButton), "Label",NULL); in addRadioButtonToATable()
386 g_object_set_data(G_OBJECT (newButton), "Type",NULL); in addRadioButtonToATable()
387 return newButton; in addRadioButtonToATable()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/java/
H A Dnwchem_Timing.java28 JButton newButton = new JButton("New"); field in nwchem_Timing
54 addComponent(header,newButton,11,6,1,1,1,1, in nwchem_Timing()
56 newButton.addActionListener(this); in nwchem_Timing()
329 if(e.getSource()==newButton){ in actionPerformed()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/java/
H A Dnwchem_Timing.java28 JButton newButton = new JButton("New"); field in nwchem_Timing
54 addComponent(header,newButton,11,6,1,1,1,1, in nwchem_Timing()
56 newButton.addActionListener(this); in nwchem_Timing()
329 if(e.getSource()==newButton){ in actionPerformed()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dtransport.cpp81 static QToolButton* newButton(const QIcon* icon, const QString& tt, in newButton() function
337 QToolButton* b1 = newButton(punchinSVGIcon, tr("Punch in"), true); in Transport()
338 QToolButton* b2 = newButton(loopSVGIcon, tr("Loop"), true); in Transport()
341 QToolButton* b3 = newButton(punchoutSVGIcon, tr("Punch out"), true); in Transport()
433 buttons[0] = newButton(rewindToStartSVGIcon, tr("Rewind to Start")); in Transport()
436 buttons[1] = newButton(rewindSVGIcon, tr("Rewind")); in Transport()
440 buttons[2] = newButton(fastForwardSVGIcon, tr("Forward")); in Transport()
444 buttons[3] = newButton(stopSVGIcon, tr("Stop"), true); in Transport()
448 buttons[4] = newButton(playSVGIcon, tr("Play"), true); in Transport()
451 buttons[5] = newButton(recMasterSVGIcon, tr("Record"), true); in Transport()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_File_Chooser.cxx186 { Fl_Button* o = newButton = new Fl_Button(455, 10, 25, 25); in Fl_File_Chooser()
187 newButton->image(image_new); in Fl_File_Chooser()
188 newButton->labelsize(8); in Fl_File_Chooser()
189 newButton->callback((Fl_Callback*)cb_newButton); in Fl_File_Chooser()
421 newButton->activate(); in type()
423 newButton->deactivate(); in type()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/
H A DWorkingSetConfigurationBlock.java105 private Button newButton; field in WorkingSetConfigurationBlock
309 newButton = new Button(composite, SWT.PUSH); in createContent()
310 newButton.setText(this.newButtonLabel); in createContent()
311 setButtonLayoutData(newButton); in createContent()
312newButton.addSelectionListener(widgetSelectedAdapter(e -> createNewWorkingSet(newButton.getShell()… in createContent()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_File_Chooser.cxx190 { Fl_Button* o = newButton = new Fl_Button(455, 10, 25, 25); in Fl_File_Chooser()
191 newButton->image( image_new() ); in Fl_File_Chooser()
192 newButton->labelsize(8); in Fl_File_Chooser()
193 newButton->callback((Fl_Callback*)cb_newButton); in Fl_File_Chooser()
425 newButton->activate(); in type()
427 newButton->deactivate(); in type()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_File_Chooser.cxx186 { Fl_Button* o = newButton = new Fl_Button(455, 10, 25, 25); in Fl_File_Chooser()
187 newButton->image(image_new); in Fl_File_Chooser()
188 newButton->labelsize(8); in Fl_File_Chooser()
189 newButton->callback((Fl_Callback*)cb_newButton); in Fl_File_Chooser()
421 newButton->activate(); in type()
423 newButton->deactivate(); in type()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DApp.cpp140 int newButton = 0; in Update() local
143 newButton = 1; in Update()
146 newButton = 2; in Update()
149 newButton = 3; in Update()
160 if (newButton != button || elapsed) { in Update()
187 this->button = newButton; in Update()
/dports/lang/nim/nim-1.6.2/tests/destructor/
H A Dtuse_ownedref_after_move.nim21 proc newButton(caption: string; onclick: owned(proc())): owned Button =
45 var b = newButton("button", nil)

12345678910>>...29