Home
last modified time | relevance | path

Searched refs:startbutton (Results 1 – 24 of 24) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/builtin/fstk/
H A Dbuttonbar.lua28 for i=self.startbutton,#self.buttons,1 do
34 (i - self.startbutton) * self.btn_size + --button offset
42 (i - self.startbutton) * self.btn_size + --button offset
115 self.startbutton < #self.buttons then
117 self.startbutton = self.startbutton + 1
121 if fields["btnbar_dec_" .. self.name] ~= nil and self.startbutton > 1 then
122 self.startbutton = self.startbutton - 1
189 self.startbutton = 1
/dports/games/minetest/minetest-5.4.1/builtin/fstk/
H A Dbuttonbar.lua28 for i=self.startbutton,#self.buttons,1 do
34 (i - self.startbutton) * self.btn_size + --button offset
42 (i - self.startbutton) * self.btn_size + --button offset
115 self.startbutton < #self.buttons then
117 self.startbutton = self.startbutton + 1
121 if fields["btnbar_dec_" .. self.name] ~= nil and self.startbutton > 1 then
122 self.startbutton = self.startbutton - 1
194 self.startbutton = 1
/dports/multimedia/tvheadend/tvheadend-4.2.8/vendor/ext-3.4.1/examples/desktop/css/
H A Ddesktop.css548 .ux-startbutton-left, .ux-startbutton-right{
552 .ux-startbutton-left{
557 .ux-startbutton-right{
562 .ux-startbutton-left i, .ux-startbutton-right i{
569 .ux-startbutton-center{
578 #ux-taskbar .ux-startbutton-left{
581 #ux-taskbar .ux-startbutton-right{
584 #ux-taskbar .ux-startbutton-center{
588 #ux-taskbar .x-btn-over .ux-startbutton-left{
598 #ux-taskbar .x-btn-click .ux-startbutton-left{
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dstartgtk.game.cpp181 GtkWidget *startbutton; in create_window() local
339 startbutton = gtk_button_new(); in create_window()
340 gtk_widget_show(startbutton); in create_window()
341 gtk_container_add(GTK_CONTAINER(buttons), startbutton); in create_window()
342 GTK_WIDGET_SET_FLAGS(startbutton, GTK_CAN_DEFAULT); in create_window()
343 gtk_widget_add_accelerator(startbutton, "grab_focus", accel_group, in create_window()
346 gtk_widget_add_accelerator(startbutton, "clicked", accel_group, in create_window()
352 gtk_container_add(GTK_CONTAINER(startbutton), startbuttonalign); in create_window()
382 g_signal_connect((gpointer) startbutton, "clicked", in create_window()
411 GLADE_HOOKUP_OBJECT(startwin, startbutton, "startbutton"); in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dstartgtk.editor.cpp41 GtkWidget *startbutton; member
144 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
366 stwidgets.startbutton = gtk_button_new(); in create_window()
367 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
368 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
369 gtk_widget_add_accelerator(stwidgets.startbutton, "grab_focus", stwidgets.accel_group, in create_window()
372 gtk_widget_add_accelerator(stwidgets.startbutton, "clicked", stwidgets.accel_group, in create_window()
377 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
407 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dstartgtk.game.cpp85 GtkWidget *startbutton; member
216 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
564 stwidgets.startbutton = gtk_button_new(); in create_window()
565 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
566 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
568 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
571 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
607 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dstartgtk.game.cpp95 GtkWidget *startbutton; member
236 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
571 stwidgets.startbutton = gtk_button_new(); in create_window()
572 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
573 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
575 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
578 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
613 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DPyProgress.py39 startbutton = wx.Button(self.panel, -1, "Start PyProgress!")
83 mainsizer.Add(startbutton, 0, wx.ALL, 20)
94 startbutton.Bind(wx.EVT_BUTTON, self.OnStartProgress)
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dstartgtk_editor.c22 GtkWidget *startbutton; member
162 gtk_widget_set_sensitive(controls.startbutton, TRUE); in setup_config_mode()
175 gtk_widget_set_sensitive(controls.startbutton, FALSE); in setup_messages_mode()
258 controls.startbutton = GTK_WIDGET(get_and_connect_signal(builder, "startbutton", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dstartgtk.game.cpp95 GtkWidget *startbutton; member
263 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
691 stwidgets.startbutton = gtk_button_new(); in create_window()
692 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
693 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
695 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
698 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
739 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dstartgtk.game.cpp95 GtkWidget *startbutton; member
263 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
691 stwidgets.startbutton = gtk_button_new(); in create_window()
692 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
693 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
695 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
698 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
739 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dstartgtk.game.cpp95 GtkWidget *startbutton; member
263 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
691 stwidgets.startbutton = gtk_button_new(); in create_window()
692 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
693 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
695 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
698 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
739 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dstartgtk.game.cpp95 GtkWidget *startbutton; member
263 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
691 stwidgets.startbutton = gtk_button_new(); in create_window()
692 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
693 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
695 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
698 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
739 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Dstartgtk.game.cpp95 GtkWidget *startbutton; member
263 gtk_widget_set_sensitive(stwidgets.startbutton, n); in SetPage()
691 stwidgets.startbutton = gtk_button_new(); in create_window()
692 gtk_container_add(GTK_CONTAINER(stwidgets.buttons), stwidgets.startbutton); in create_window()
693 GTK_WIDGET_SET_FLAGS(stwidgets.startbutton, GTK_CAN_DEFAULT); in create_window()
695 gtk_window_set_default(GTK_WINDOW(stwidgets.startwin), stwidgets.startbutton); in create_window()
698 gtk_container_add(GTK_CONTAINER(stwidgets.startbutton), stwidgets.startbuttonalign); in create_window()
739 g_signal_connect((gpointer) stwidgets.startbutton, "clicked", in create_window()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayerbroadcast.cpp265 startbutton = new QPushButton (i18n ("Start"), this); in KMPlayerPrefBroadcastFormatPage()
268 ledlayout->addWidget (startbutton); in KMPlayerPrefBroadcastFormatPage()
466 connect (m_configpage->startbutton, SIGNAL (clicked ()), this, SLOT (startServer ())); in prefPage()
468 m_configpage->startbutton->setEnabled in prefPage()
523 m_configpage->startbutton->setText (i18n ("Stop")); in startServer()
601 m_configpage->startbutton->setText (i18n ("Start")); in processStopped()
602 m_configpage->startbutton->setEnabled in processStopped()
612 …m_configpage->startbutton->setEnabled (broadcasting () || (source && !source->videoDevice ().isEmp… in sourceChanged()
H A Dkmplayerbroadcast.h108 QPushButton * startbutton; variable
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dstartgtk_game.c22 GtkWidget *startbutton; member
158 gtk_widget_set_sensitive(controls.startbutton, TRUE); in setup_config_mode()
171 gtk_widget_set_sensitive(controls.startbutton, FALSE); in setup_messages_mode()
268 controls.startbutton = GTK_WIDGET(get_and_connect_signal(builder, "startbutton", in create_window()
/dports/devel/py-pyro/Pyro4-4.77/examples/robots/
H A Dgameserver.py222 …self.startbutton = Button(rframe, text="Start round!", command=lambda: self.buttonhandler.button_c…
223 self.startbutton.pack()
234 self.startbutton.config(state=NORMAL)
237 self.startbutton.config(state=DISABLED)
/dports/x11-fm/xfe/xfe-1.44/src/
H A DSearchWindow.h38 FXButton* startbutton; variable
76 startbutton(NULL), stopbutton(NULL), searchpanel(NULL), warnwindow(NULL), in SearchWindow()
H A DSearchWindow.cpp223startbutton = new FXButton(buttons, _("&Start\tStart the search (F3)"), NULL, this, ID_START, FRAM… in FXIMPLEMENT()
1066 startbutton->disable(); in onUpdStart()
1070 startbutton->enable(); in onUpdStart()
/dports/games/jfsw/jfsw-c434002/src/
H A Dstartgtk_game.c56 GtkWidget *startbutton; member
284 gtk_widget_set_sensitive(controls.startbutton, TRUE); in setup_config_mode()
301 gtk_widget_set_sensitive(controls.startbutton, FALSE); in setup_messages_mode()
542 controls.startbutton = GTK_WIDGET(get_and_connect_signal(builder, "startbutton", in create_window()
/dports/japanese/skk-jisyo/ja-skk-jisyo-201409/
H A DSKK-JISYO.L.20140939858 startbutton /�������ȥܥ���/
/dports/japanese/skk-jisyo-cdb/ja-skk-jisyo-cdb-201409/
H A DSKK-JISYO.L.20140939858 startbutton /�������ȥܥ���/
/dports/textproc/p5-Unicode-Tussle/Unicode-Tussle-1.111/data/
H A Dwords.utf8423394 startbutton start button ← start