Home
last modified time | relevance | path

Searched refs:StopButton (Results 1 – 25 of 49) sorted by relevance

12

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DStopButton.hpp25 class StopButton : public BWidgets::Button class
28StopButton () : StopButton (0.0, 0.0, BWIDGETS_DEFAULT_BUTTON_WIDTH, BWIDGETS_DEFAULT_BUTTON_HEIGH… in StopButton() function in StopButton
30StopButton (const double x, const double y, const double width, const double height, const std::st… in StopButton() function in StopButton
33 virtual Widget* clone () const override {return new StopButton (*this);} in clone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/web/
H A Dstop_loading_egtest.mm103 [[EarlGrey selectElementWithMatcher:chrome_test_util::StopButton()]
108 [[EarlGrey selectElementWithMatcher:chrome_test_util::StopButton()]
116 [[EarlGrey selectElementWithMatcher:chrome_test_util::StopButton()]
121 [[EarlGrey selectElementWithMatcher:chrome_test_util::StopButton()]
129 [[EarlGrey selectElementWithMatcher:chrome_test_util::StopButton()]
/dports/devel/smc/smc_4_3_0/examples/Tcl/EX4/
H A DTRAFFIC.TCL192 $StopButton configure -state normal;
283 StartButton PauseButton ContinueButton StopButton \
308 $StopButton configure -state disabled;
461 set StopButton [button $ButtonFrame.quitButton -text Stop \
464 pack $StartButton $PauseButton $ContinueButton $StopButton -side left;
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/views/controls/
H A DStopButton.java36 public final class StopButton extends JButton implements class
74 public StopButton(final Action stopAction) { in StopButton() method in StopButton
H A DControlsBuilder.java219 public StopButton createStopButton() { in createStopButton()
220 return this.beanFactory.getBean(StopButton.class); in createStopButton()
/dports/audio/sidplayer/SIDPlayer-4.4/src/
H A Dmain_beos.cpp105 class StopButton : public BButton { class
107 StopButton(BRect frame, BMessage *msg);
395 top->AddChild(new StopButton(BRect(37, 67, 67, 91), new BMessage(MSG_STOP))); in MainWindow()
583 StopButton::StopButton(BRect frame, BMessage *msg) : BButton(frame, "stop", "", msg) {}; in StopButton() function in StopButton
585 void StopButton::Draw(BRect update) in Draw()
/dports/graphics/wdune/wdune-1.926/desktop/olpc/WhiteDune4kids.activity/
H A Dactivity.py33 from sugar3.activity.widgets import StopButton
68 stop_button = StopButton(self)
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/views/panels/
H A DPlayerControlsPanel.java42 import net.sourceforge.atunes.gui.views.controls.StopButton;
247 StopButton stopButton = (StopButton) this.controlsBuilder in getMainControlsPanel()
273 private JPanel getPanelWithPlayerControls(final StopButton stopButton, in getPanelWithPlayerControls()
H A DStandardPlayerControlsBuilder.java34 import net.sourceforge.atunes.gui.views.controls.StopButton;
55 public JPanel getStandardPlayerControls(final StopButton stopButton, in getStandardPlayerControls()
H A DCustomPlayerControlsBuilder.java34 import net.sourceforge.atunes.gui.views.controls.StopButton;
55 public JPanel getCustomPlayerControls(final StopButton stopButton, in getCustomPlayerControls()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/floatcanvas/
H A DMovingPlot.py71 StopButton = wx.Button(tb, wx.ID_ANY, "Stop")
72 tb.AddControl(StopButton)
73 StopButton.Bind(wx.EVT_BUTTON, self.Stop)
H A DBouncingBall.py85 StopButton = wx.Button(self, label="Stop")
86 StopButton.Bind(wx.EVT_BUTTON, self.OnStop)
91 butSizer.Add(StopButton, 0, )
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DAnimationRotation.c40 static GtkWidget *StopButton = NULL; variable
138 gtk_widget_set_sensitive(StopButton, TRUE); in play_animation()
149 if(GTK_IS_WIDGET(StopButton)) gtk_widget_set_sensitive(StopButton, FALSE); in stop_animation()
406 StopButton = Button; in addEntrysButtons()
409 g_signal_connect(G_OBJECT(StopButton), "clicked",(GCallback)stop_animation,NULL); in addEntrysButtons()
H A DAnimationPlanesMapped.c42 static GtkWidget *StopButton = NULL; variable
221 gtk_widget_set_sensitive(StopButton, TRUE); in play_animation()
232 if(GTK_IS_WIDGET(StopButton)) gtk_widget_set_sensitive(StopButton, FALSE); in stop_animation()
507 StopButton = Button; in addEntrysButtons()
510 g_signal_connect(G_OBJECT(StopButton), "clicked",(GCallback)stop_animation,NULL); in addEntrysButtons()
H A DAnimationIsoSurface.c48 static GtkWidget *StopButton = NULL; variable
227 gtk_widget_set_sensitive(StopButton, TRUE); in play_animation()
238 if(GTK_IS_WIDGET(StopButton)) gtk_widget_set_sensitive(StopButton, FALSE); in stop_animation()
540 StopButton = Button; in addEntrysButtons()
543 g_signal_connect(G_OBJECT(StopButton), "clicked",(GCallback)stop_animation,NULL); in addEntrysButtons()
H A DAnimationContours.c48 static GtkWidget *StopButton = NULL; variable
347 gtk_widget_set_sensitive(StopButton, TRUE); in play_animation()
358 if(GTK_IS_WIDGET(StopButton)) gtk_widget_set_sensitive(StopButton, FALSE); in stop_animation()
723 StopButton = Button; in addEntrysButtons()
726 g_signal_connect(G_OBJECT(StopButton), "clicked",(GCallback)stop_animation,NULL); in addEntrysButtons()
H A DAnimationGrids.c47 static GtkWidget *StopButton = NULL; variable
468 gtk_widget_set_sensitive(StopButton, TRUE); in playAnimation()
478 if(GTK_IS_WIDGET(StopButton)) gtk_widget_set_sensitive(StopButton, FALSE); in stopAnimation()
850 StopButton = Button; in addEntrysButtons()
853 g_signal_connect(G_OBJECT(StopButton), "clicked",(GCallback)stopAnimation,NULL); in addEntrysButtons()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/dialogs/
H A DTransportDialog.h92 QPushButton* StopButton() { return ui->StopButton; } in StopButton() function
/dports/audio/autozen/autozen-2.1/
H A Dautozen.c843 GtkWidget *StopButton; in CreateAutoZen() local
936 StopButton = gtk_button_new(); in CreateAutoZen()
937 gtk_signal_connect (GTK_OBJECT (StopButton), "clicked", in CreateAutoZen()
940 gtk_container_add( GTK_CONTAINER(StopButton), StopPixWid ); in CreateAutoZen()
941 gtk_widget_show (StopButton); in CreateAutoZen()
943 gtk_box_pack_start(GTK_BOX(RecordBox),StopButton,FALSE,FALSE,0); in CreateAutoZen()
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dfloatwin.cpp715 gtk_widget_set_sensitive(StopButton, scan);
934 StopButton= gtk_button_new();
935 …gtk_container_add(GTK_CONTAINER(StopButton),gtk_image_new_from_stock(GTK_STOCK_STOP,GTK_ICON_SIZE_…
936 gtk_button_set_relief (GTK_BUTTON (StopButton), GTK_RELIEF_NONE);
937 g_signal_connect(G_OBJECT(StopButton),"clicked", G_CALLBACK(on_stop_click), this);
938 …g_signal_connect(G_OBJECT(StopButton),"enter_notify_event", G_CALLBACK(stardict_on_enter_notify), …
939 gtk_box_pack_start(GTK_BOX(button_hbox),StopButton,false,false,0);
940 gtk_widget_set_tooltip_text(StopButton, _("Stop selection-scanning"));
942 gtk_widget_set_sensitive(gpAppFrame->oFloatWin.StopButton,
H A Dfloatwin.h71 GtkWidget *LockImage, *PronounceWordButton, *StopButton; variable
/dports/graphics/geomview/geomview-1.9.5/src/bin/animate/
H A Dxanimate.c87 StopButton, BStepButton, FStepButton, in UIloadinterface() local
187 StopButton = mib_find_name(MainForm, "Stop")->me; in UIloadinterface()
259 XtAddCallback(StopButton, in UIloadinterface()
/dports/cad/tkgate/tkgate-2.1/povray/
H A Dsimcontrol.pov169 #declare StopButton =
182 object { StopButton translate 1*x }
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_haptic2.cpp144 class StopButton: public Button class
149 StopButton(CanStopAndPlay *snp) : in StopButton() function in StopButton
157 void StopButton::on_click(int, int) in on_click()
257 StopButton stop_button;
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/lookandfeel/substance/
H A DSubstanceLookAndFeel.java60 import net.sourceforge.atunes.gui.views.controls.StopButton;
305 || c instanceof StopButton) { in putClientProperties()

12