Home
last modified time | relevance | path

Searched refs:down_button (Results 1 – 25 of 109) sorted by relevance

12345

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dslider.cpp68 down_button.set_parent(this); in create()
71 down_button.set_bmaps(bm_left); in create()
80 down_button.draw(); in draw()
147 down_button.process(focus); in process()
148 if (down_button.pressed()) { in process()
218 down_button.set_parent(this); in create()
220 down_button.set_bmaps(filename); in create()
221 down_button.link_hotspot(id); in create()
237 down_button.draw(); in draw()
285 down_button.process(focus); in process()
[all …]
H A Dscroll.cpp26 down_button.link_hotspot(down_button_num); in link_hotspot()
47 down_button.set_bmaps(down_button_fname); in set_bmaps()
63 down_button.hide(); in hide()
70 down_button.unhide(); in unhide()
90 down_button.create( wnd, down, _x, _y + _h - bw, bw, bw, 1 ); in create()
91 down_button.set_parent(this); in create()
92 down_button.set_hotkey_if_focus(KEY_DOWN); in create()
171 down_button.process(focus); in process()
192 if (down_button.pressed()) { in process()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dslider.cpp66 down_button.set_parent(this); in create()
69 down_button.set_bmaps(bm_left); in create()
78 down_button.draw(); in draw()
145 down_button.process(focus); in process()
146 if (down_button.pressed()) { in process()
216 down_button.set_parent(this); in create()
218 down_button.set_bmaps(filename); in create()
219 down_button.link_hotspot(id); in create()
235 down_button.draw(); in draw()
283 down_button.process(focus); in process()
[all …]
H A Dscroll.cpp26 down_button.link_hotspot(down_button_num); in link_hotspot()
47 down_button.set_bmaps(down_button_fname); in set_bmaps()
63 down_button.hide(); in hide()
70 down_button.unhide(); in unhide()
85 down_button.create( wnd, down, _x, _y + _h - bw, bw, bw, 1 ); in create()
86 down_button.set_parent(this); in create()
87 down_button.set_hotkey_if_focus(KEY_DOWN); in create()
166 down_button.process(focus); in process()
187 if (down_button.pressed()) { in process()
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dtextarea.c49 button_t *down_button; member
226 if ( ta->down_button ) { in draw_text_lines()
238 if ( ta->down_button ) { in draw_text_lines()
298 if ( ta->down_button != NULL ) { in textarea_draw()
299 button_draw( ta->down_button ); in textarea_draw()
369 ta->down_button, in update_button_positions()
372 button_get_width( ta->down_button ), in update_button_positions()
473 ta->down_button = button_create( in textarea_create()
544 if ( ta->down_button != NULL ) { in textarea_delete()
545 button_delete( ta->down_button ); in textarea_delete()
[all …]
H A Dlistbox.c47 button_t *down_button; member
88 button_set_enabled( listbox->down_button, False ); in update_button_enabled_states()
97 button_set_enabled( listbox->down_button, False ); in update_button_enabled_states()
99 button_set_enabled( listbox->down_button, True ); in update_button_enabled_states()
127 listbox->down_button, in update_button_positions()
130 button_get_width( listbox->down_button ), in update_button_positions()
154 } else if ( button == listbox->down_button ) { in listbox_arrow_click_cb()
280 button_draw( listbox->down_button ); in listbox_draw()
367 listbox->down_button = button_create( in listbox_create()
395 button_set_click_event_cb( listbox->down_button, in listbox_create()
[all …]
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiScrollBar.cpp297 down_button->setEnabled(enable); in setMax()
309 down_button->setEnabled(enable); in setMin()
363 if (!down_button) { in refreshControls()
368 down_button->setSubElement(true); in refreshControls()
369 down_button->setTabStop(false); in refreshControls()
380 down_button->setRelativePosition( in refreshControls()
406 if (!down_button) { in refreshControls()
411 down_button->setSubElement(true); in refreshControls()
412 down_button->setTabStop(false); in refreshControls()
423 down_button->setRelativePosition( in refreshControls()
[all …]
/dports/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6/src/
H A DemuWheel.c178 button = axis->down_button; in EvdevWheelEmuInertia()
206 int down_button = 0; in EvdevWheelEmuHandleButtonMap() local
209 if ((sscanf(option_string, "%d %d", &up_button, &down_button) == 2) && in EvdevWheelEmuHandleButtonMap()
211 ((down_button > 0) && (down_button <= EVDEV_MAXBUTTONS))) { in EvdevWheelEmuHandleButtonMap()
217 sprintf(msg, "buttons %d and %d", up_button, down_button); in EvdevWheelEmuHandleButtonMap()
220 pAxis->down_button = down_button; in EvdevWheelEmuHandleButtonMap()
224 if (down_button > pEvdev->num_buttons) pEvdev->num_buttons = down_button; in EvdevWheelEmuHandleButtonMap()
297 pEvdev->emulateWheel.Y.down_button = 5; in EvdevWheelEmuPreInit()
307 pEvdev->emulateWheel.Y.down_button); in EvdevWheelEmuPreInit()
434 vals[1] = pEvdev->emulateWheel.X.down_button; in EvdevWheelEmuInitProperty()
[all …]
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Dmoveable_list_view.py33 def __init__(self, list_widget, up_button, down_button, callback=None): argument
36 self.down_button = down_button
39 self.down_button.clicked.connect(partial(self.move_item, -1))
57 self.down_button.setEnabled(current_row < self.list_widget.count() - 1)
H A Dui_options_cover.py76 self.down_button = QtWidgets.QToolButton(self.ca_providers_groupbox)
77 self.down_button.setText("")
79 self.down_button.setIcon(icon)
80 self.down_button.setToolButtonStyle(QtCore.Qt.ToolButtonIconOnly)
81 self.down_button.setObjectName("down_button")
82 self.ca_layout.addWidget(self.down_button)
105 self.down_button.setToolTip(_("Move selected item down"))
H A Dui_options_interface.py125 self.down_button = QtWidgets.QToolButton(self.edit_button_box)
127 self.down_button.setIcon(icon)
128 self.down_button.setObjectName("down_button")
129 self.edit_box_layout.addWidget(self.down_button)
150 InterfaceOptionsPage.setTabOrder(self.up_button, self.down_button)
151 InterfaceOptionsPage.setTabOrder(self.down_button, self.remove_button)
172 self.down_button.setToolTip(_("Move selected item down"))
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dcfg_multi_list.c50 GtkWidget * down_button; member
535 if(e->down_button) in attach()
611 if(priv->down_button) in select_row_callback()
656 if(priv->down_button) in select_row_callback()
663 if(priv->down_button) in select_row_callback()
757 if(priv->down_button) in move_selected()
764 if(priv->down_button) in move_selected()
833 else if(wid == priv->down_button) in button_callback()
974 g_signal_connect(G_OBJECT(priv->down_button), in create_list_common()
980 gtk_widget_show(priv->down_button); in create_list_common()
[all …]
/dports/math/rkward-kde/rkward-0.7.1/rkward/misc/
H A Dmultistringselector.cpp127down_button = new QPushButton (RKStandardIcons::getIcon (RKStandardIcons::ActionMoveDown), i18n ("… in RKMultiStringSelectorV2()
128 connect (down_button, &QPushButton::clicked, this, &RKMultiStringSelectorV2::buttonClicked); in RKMultiStringSelectorV2()
129 button_box->addWidget (down_button); in RKMultiStringSelectorV2()
189 RK_ASSERT (sender () == down_button); in buttonClicked()
206 down_button->setEnabled (false); in updateButtons()
210 down_button->setEnabled (index.row () < tree_view->model ()->rowCount () - 1); in updateButtons()
/dports/security/nitrokey-app/nitrokey-app-1.4.2/qss/
H A Ddefault.qss24 QSpinBox::down_button { image: url(:/images/spindown.png) }
25 QSpinBox::down_button:hover { image: url(:/images/spindown_hover.png) }
26 QSpinBox::down_button:pressed { image: url(:/images/spindown_pressed.png) }
27 QSpinBox::down_button:off { image: url(:/images/spindown_off.png) }
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/ui/
H A Dscroll.cpp73 scrollbar->down_button = ui_add_gadget_button(dlg, x, y+h-w, w, w, down, nullptr); in ui_add_gadget_scrollbar()
74 scrollbar->down_button->parent = scrollbar.get(); in ui_add_gadget_scrollbar()
137 down_button->position = 2; in event_handler()
154 down_button->position = 0; in event_handler()
173 if (down_button->position!=0) in event_handler()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-column-editor.c71 GtkWidget *down_button; member
209 column_editor->down_button = gtk_button_new_with_mnemonic (_("Move Dow_n")); in thunar_column_editor_init()
210 …g_signal_connect (G_OBJECT (column_editor->down_button), "clicked", G_CALLBACK (thunar_column_edit… in thunar_column_editor_init()
211 gtk_grid_attach (GTK_GRID (grid), column_editor->down_button, 1, 2, 1, 1); in thunar_column_editor_init()
212 gtk_widget_show (column_editor->down_button); in thunar_column_editor_init()
215 gtk_button_set_always_show_image (GTK_BUTTON (column_editor->down_button), TRUE); in thunar_column_editor_init()
216 gtk_button_set_image (GTK_BUTTON (column_editor->down_button), image); in thunar_column_editor_init()
468 …gtk_widget_set_sensitive (column_editor->down_button, (idx + 1 < gtk_tree_model_iter_n_children (m… in thunar_column_editor_update_buttons()
483 gtk_widget_set_sensitive (column_editor->down_button, FALSE); in thunar_column_editor_update_buttons()
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DWidget.cc253 down_button(config->resource_dir + "textures/down.png") in Slider()
257 down_button.on_click() in Slider()
272 down_button.set_available_area(Box2f(area.min, in set_available_area()
280 down_button.area_clicked(pos); in area_clicked()
287 down_button.draw(); in draw()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/widget/widgets/
H A Dvertical_scrollbar.hpp30 Push_button& down_button = this->make_child<Push_button>("▾"); member in cppurses::Vertical_scrollbar
34 sig::Signal<void()>& down = down_button.clicked;
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-encodings-dialog.c56 GtkWidget *down_button; member
318 g_clear_object (&dialog->down_button); in gedit_encodings_dialog_dispose()
434 gtk_widget_set_sensitive (dialog->down_button, FALSE); in update_up_down_buttons_sensitivity()
451 gtk_widget_set_sensitive (dialog->down_button, !last_item_selected); in update_up_down_buttons_sensitivity()
792 …dialog->down_button = gtk_button_new_from_icon_name ("go-down-symbolic", GTK_ICON_SIZE_SMALL_TOOLB… in init_toolbar_chosen()
793 g_object_ref_sink (dialog->down_button); in init_toolbar_chosen()
794 gtk_widget_set_tooltip_text (dialog->down_button, _("Move to a lower priority")); in init_toolbar_chosen()
796 g_signal_connect_object (dialog->down_button, in init_toolbar_chosen()
807 gtk_box_pack_start (GTK_BOX (left_box), dialog->down_button, FALSE, FALSE, 0); in init_toolbar_chosen()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dbuild_tools_preferences.vala404 ToolButton down_button = new ToolButton (null, null);
405 down_button.set_icon_name ("go-down-symbolic");
406 down_button.set_tooltip_text (_("Move down"));
410 down_button.set_sensitive (false);
419 down_button.set_sensitive (false);
429 down_button.set_sensitive (row_num < nb_rows - 1);
434 down_button.clicked.connect (() =>
454 return down_button;
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/event-editor/
H A Dgcal-multi-choice.c28 GtkWidget *down_button; member
109 gtk_widget_set_sensitive (self->down_button, in apply_value()
180 if (button == self->down_button) in button_activate()
199 if (!gtk_widget_get_mapped (self->down_button) && !gtk_widget_get_mapped (self->up_button)) in button_timeout()
431 gtk_widget_class_bind_template_child (widget_class, GcalMultiChoice, down_button); in gcal_multi_choice_class_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dfontrendering.c15 static GtkWidget *down_button = NULL; variable
218 gtk_widget_set_sensitive (down_button, scale > 1); in update_buttons()
251 down_button = GTK_WIDGET (gtk_builder_get_object (builder, "down_button")); in do_fontrendering()
261 g_signal_connect (down_button, "clicked", G_CALLBACK (scale_down), NULL); in do_fontrendering()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Ddisneymateriallayerui.cpp138 QToolButton* down_button = new QToolButton(button_box); in create_layer_ui() local
139 down_button->setObjectName("widget"); in create_layer_ui()
140 down_button->setIcon(QIcon(":widgets/layer_move_down.png")); in create_layer_ui()
141 button_box_layout->addWidget(down_button); in create_layer_ui()
142 connect(down_button, SIGNAL(clicked()), this, SLOT(slot_move_layer_down())); in create_layer_ui()
/dports/x11/wmsystemtray/wmsystemtray-1.4/
H A Dwmsystemtray.c74 static int down_button=0; variable
276 y=(current_page==0)?0:(iconwin[i]==down_window && down_button==-1)?20:10; in update()
286 y=(current_page+1>=pages)?0:(iconwin[i]==down_window && down_button==1)?20:10; in update()
780 down_button = 0; in main()
784 down_button = -1; in main()
787 down_button = 1; in main()
815 if(ev.xbutton.x >= 5 && ev.xbutton.x < 18 && down_button == -1){ in main()
821 } else if(ev.xbutton.x >= 46 && ev.xbutton.x < 59 && down_button == 1){ in main()
830 down_button = 0; in main()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dedit_gp_screen.cpp360 IconButtonWidget* down_button = getWidget<IconButtonWidget>("down"); in enableButtons() local
364 assert(down_button != NULL); in enableButtons()
370 down_button->setActive(b); in enableButtons()

12345