Home
last modified time | relevance | path

Searched refs:up_button (Results 1 – 25 of 130) sorted by relevance

123456

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dslider.cpp61 up_button.set_parent(this); in create()
64 up_button.set_bmaps(bm_right); in create()
79 up_button.draw(); in draw()
138 up_button.process(focus); in process()
139 if (up_button.pressed()) { in process()
210 up_button.set_parent(this); in create()
212 up_button.set_bmaps(filename); in create()
213 up_button.link_hotspot(id + 2); in create()
236 up_button.draw(); in draw()
276 up_button.process(focus); in process()
[all …]
H A Dscroll.cpp25 up_button.link_hotspot(up_button_num); in link_hotspot()
46 up_button.set_bmaps(up_button_fname); in set_bmaps()
48 up_button.get_dimensions(&bx, &by, &bw, &bh); in set_bmaps()
62 up_button.hide(); in hide()
69 up_button.unhide(); in unhide()
86 up_button.create( wnd, up, _x, _y, bw, bw, 1 ); in create()
87 up_button.set_parent(this); in create()
88 up_button.set_hotkey_if_focus(KEY_UP); in create()
170 up_button.process(focus); in process()
181 if (up_button.pressed()) { in process()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dslider.cpp59 up_button.set_parent(this); in create()
62 up_button.set_bmaps(bm_right); in create()
77 up_button.draw(); in draw()
136 up_button.process(focus); in process()
137 if (up_button.pressed()) { in process()
208 up_button.set_parent(this); in create()
210 up_button.set_bmaps(filename); in create()
211 up_button.link_hotspot(id + 2); in create()
234 up_button.draw(); in draw()
274 up_button.process(focus); in process()
[all …]
H A Dscroll.cpp25 up_button.link_hotspot(up_button_num); in link_hotspot()
46 up_button.set_bmaps(up_button_fname); in set_bmaps()
48 up_button.get_dimensions(&bx, &by, &bw, &bh); in set_bmaps()
62 up_button.hide(); in hide()
69 up_button.unhide(); in unhide()
81 up_button.create( wnd, up, _x, _y, bw, bw, 1 ); in create()
82 up_button.set_parent(this); in create()
83 up_button.set_hotkey_if_focus(KEY_UP); in create()
165 up_button.process(focus); in process()
176 if (up_button.pressed()) { in process()
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiScrollBar.cpp296 up_button->setEnabled(enable); in setMax()
308 up_button->setEnabled(enable); in setMin()
345 if (!up_button) { in refreshControls()
348 up_button->setSubElement(true); in refreshControls()
349 up_button->setTabStop(false); in refreshControls()
352 up_button->setSpriteBank(sprites); in refreshControls()
388 if (!up_button) { in refreshControls()
391 up_button->setSubElement(true); in refreshControls()
392 up_button->setTabStop(false); in refreshControls()
395 up_button->setSpriteBank(sprites); in refreshControls()
[all …]
/dports/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6/src/
H A DemuWheel.c169 if (!axis->up_button) in EvdevWheelEmuInertia()
175 button = axis->up_button; in EvdevWheelEmuInertia()
200 pAxis->up_button = WHEEL_NOT_CONFIGURED; in EvdevWheelEmuHandleButtonMap()
205 int up_button = 0; in EvdevWheelEmuHandleButtonMap() local
210 ((up_button > 0) && (up_button <= EVDEV_MAXBUTTONS)) && in EvdevWheelEmuHandleButtonMap()
219 pAxis->up_button = up_button; in EvdevWheelEmuHandleButtonMap()
223 if (up_button > pEvdev->num_buttons) pEvdev->num_buttons = up_button; in EvdevWheelEmuHandleButtonMap()
296 pEvdev->emulateWheel.Y.up_button = 4; in EvdevWheelEmuPreInit()
306 pEvdev->emulateWheel.Y.up_button, in EvdevWheelEmuPreInit()
433 vals[0] = pEvdev->emulateWheel.X.up_button; in EvdevWheelEmuInitProperty()
[all …]
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dlistbox.c46 button_t *up_button; member
87 button_set_enabled( listbox->up_button, False ); in update_button_enabled_states()
91 button_set_enabled( listbox->up_button, False ); in update_button_enabled_states()
93 button_set_enabled( listbox->up_button, True ); in update_button_enabled_states()
119 listbox->up_button, in update_button_positions()
122 button_get_width( listbox->up_button ), in update_button_positions()
133 button_get_height( listbox->up_button ) ) ); in update_button_positions()
151 if ( button == listbox->up_button ) { in listbox_arrow_click_cb()
279 button_draw( listbox->up_button ); in listbox_draw()
333 listbox->up_button = button_create( in listbox_create()
[all …]
H A Dtextarea.c48 button_t *up_button; member
294 if ( ta->up_button != NULL ) { in textarea_draw()
295 button_draw( ta->up_button ); in textarea_draw()
332 button_set_enabled( ta->up_button, False ); in update_button_enabled_states()
362 ta->up_button, in update_button_positions()
365 button_get_width( ta->up_button ), in update_button_positions()
390 if ( button == ta->up_button ) { in textarea_arrow_click_cb()
441 ta->up_button = button_create( in textarea_create()
541 if ( ta->up_button != NULL ) { in textarea_delete()
542 button_delete( ta->up_button ); in textarea_delete()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Diconview.c29 GtkToolItem *up_button; variable
187 gtk_widget_set_sensitive (GTK_WIDGET (up_button), TRUE); in item_activated()
207 gtk_widget_set_sensitive (GTK_WIDGET (up_button), in up_clicked()
225 gtk_widget_set_sensitive (GTK_WIDGET (up_button), in home_clicked()
271 up_button = gtk_tool_button_new (NULL, NULL); in do_iconview()
272 gtk_tool_button_set_label (GTK_TOOL_BUTTON (up_button), _("_Up")); in do_iconview()
274 gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (up_button), "go-up"); in do_iconview()
275 gtk_tool_item_set_is_important (up_button, TRUE); in do_iconview()
276 gtk_widget_set_sensitive (GTK_WIDGET (up_button), FALSE); in do_iconview()
277 gtk_toolbar_insert (GTK_TOOLBAR (tool_bar), up_button, -1); in do_iconview()
[all …]
/dports/devel/pygobject3-common/pygobject-3.38.0/examples/demo/demos/IconView/
H A Diconviewbasics.py57 up_button = Gtk.ToolButton(stock_id=Gtk.STOCK_GO_UP)
58 up_button.set_is_important(True)
59 up_button.set_sensitive(False)
60 tool_bar.insert(up_button, -1)
83 up_button.connect('clicked', self.up_clicked, store)
88 self.up_button = up_button
132 self.up_button.set_sensitive(self.parent_dir != '/')
139 self.up_button.set_sensitive(True)
150 self.up_button.set_sensitive(True)
/dports/devel/py-gobject3/pygobject-3.38.0/examples/demo/demos/IconView/
H A Diconviewbasics.py57 up_button = Gtk.ToolButton(stock_id=Gtk.STOCK_GO_UP)
58 up_button.set_is_important(True)
59 up_button.set_sensitive(False)
60 tool_bar.insert(up_button, -1)
83 up_button.connect('clicked', self.up_clicked, store)
88 self.up_button = up_button
132 self.up_button.set_sensitive(self.parent_dir != '/')
139 self.up_button.set_sensitive(True)
150 self.up_button.set_sensitive(True)
/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
35 self.up_button = up_button
38 self.up_button.clicked.connect(partial(self.move_item, 1))
56 self.up_button.setEnabled(current_row > 0)
H A Dui_options_cover.py67 self.up_button = QtWidgets.QToolButton(self.ca_providers_groupbox)
68 self.up_button.setLayoutDirection(QtCore.Qt.LeftToRight)
69 self.up_button.setText("")
71 self.up_button.setIcon(icon)
72 self.up_button.setToolButtonStyle(QtCore.Qt.ToolButtonIconOnly)
73 self.up_button.setAutoRaise(False)
74 self.up_button.setObjectName("up_button")
75 self.ca_layout.addWidget(self.up_button)
104 self.up_button.setToolTip(_("Move selected item up"))
H A Dui_options_interface.py120 self.up_button = QtWidgets.QToolButton(self.edit_button_box)
122 self.up_button.setIcon(icon)
123 self.up_button.setObjectName("up_button")
124 self.edit_box_layout.addWidget(self.up_button)
149 InterfaceOptionsPage.setTabOrder(self.insert_separator_button, self.up_button)
150 InterfaceOptionsPage.setTabOrder(self.up_button, self.down_button)
171 self.up_button.setToolTip(_("Move selected item up"))
/dports/x11-toolkits/gtk20/gtk+-2.24.33/demos/gtk-demo/
H A Diconview.c29 GtkToolItem *up_button; variable
205 gtk_widget_set_sensitive (GTK_WIDGET (up_button), TRUE); in item_activated()
225 gtk_widget_set_sensitive (GTK_WIDGET (up_button), in up_clicked()
243 gtk_widget_set_sensitive (GTK_WIDGET (up_button), in home_clicked()
310 up_button = gtk_tool_button_new_from_stock (GTK_STOCK_GO_UP); in do_iconview()
311 gtk_tool_item_set_is_important (up_button, TRUE); in do_iconview()
312 gtk_widget_set_sensitive (GTK_WIDGET (up_button), FALSE); in do_iconview()
313 gtk_toolbar_insert (GTK_TOOLBAR (tool_bar), up_button, -1); in do_iconview()
340 g_signal_connect (up_button, "clicked", in do_iconview()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Diconview.c29 GtkWidget *up_button; variable
187 gtk_widget_set_sensitive (GTK_WIDGET (up_button), TRUE); in item_activated()
207 gtk_widget_set_sensitive (GTK_WIDGET (up_button), in up_clicked()
225 gtk_widget_set_sensitive (GTK_WIDGET (up_button), in home_clicked()
271 up_button = gtk_button_new_with_mnemonic ("_Up"); in do_iconview()
272 gtk_widget_set_sensitive (GTK_WIDGET (up_button), FALSE); in do_iconview()
273 gtk_box_append (GTK_BOX (tool_bar), up_button); in do_iconview()
299 g_signal_connect (up_button, "clicked", in do_iconview()
/dports/x11-toolkits/p5-Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.18/src/
H A Dpodviewer86 my $up_button = Gtk2::Button->new;
88 $up_button->set_relief('none');
89 $up_button->signal_connect('clicked', \&go_up);
92 $tips->set_tip($up_button, 'Go up a level (Ctrl-U)');
157 $up_button->set_sensitive(1);
159 $up_button->set_sensitive(0);
232 $hbox->pack_start($up_button, 0, 0, 0);
300 $up_button->set_sensitive(0);
411 $up_button->set_sensitive(0);
447 $up_button->set_sensitive(1);
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dcfg_multi_list.c49 GtkWidget * up_button; member
528 if(e->up_button) in attach()
609 if(priv->up_button) in select_row_callback()
641 if(priv->up_button) in select_row_callback()
648 if(priv->up_button) in select_row_callback()
744 if(priv->up_button) in move_selected()
751 if(priv->up_button) in move_selected()
827 else if(wid == priv->up_button) in button_callback()
971 g_signal_connect(G_OBJECT(priv->up_button), in create_list_common()
979 gtk_widget_show(priv->up_button); in create_list_common()
[all …]
/dports/math/rkward-kde/rkward-0.7.1/rkward/misc/
H A Dmultistringselector.cpp123up_button = new QPushButton (RKStandardIcons::getIcon (RKStandardIcons::ActionMoveUp), i18n ("Up")… in RKMultiStringSelectorV2()
124 connect (up_button, &QPushButton::clicked, this, &RKMultiStringSelectorV2::buttonClicked); in RKMultiStringSelectorV2()
125 button_box->addWidget (up_button); in RKMultiStringSelectorV2()
185 if (sender () == up_button) { in buttonClicked()
205 up_button->setEnabled (false); in updateButtons()
209 up_button->setEnabled (index.row () > 0); in updateButtons()
/dports/security/nitrokey-app/nitrokey-app-1.4.2/qss/
H A Ddefault.qss20 QSpinBox::up_button { image: url(:/images/spinup.png) }
21 QSpinBox::up_button:hover { image: url(:/images/spinup_hover.png) }
22 QSpinBox::up_button:pressed { image: url(:/images/spinup_pressed.png) }
23 QSpinBox::up_button:off { image: url(:/images/spinup_off.png) }
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/help_panel/
H A Dhelp_panel_viewgtk.py40 self.up_button = Gtk.Button.new_from_icon_name('go-up-symbolic', Gtk.IconSize.MENU)
41 self.up_button.set_tooltip_text(_('Top'))
42 self.up_button.get_style_context().add_class('flat')
43 self.up_button.set_can_focus(False)
44 self.action_bar.pack_start(self.up_button, False, False, 0)
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/ui/
H A Dscroll.cpp70 scrollbar->up_button = ui_add_gadget_button(dlg, x, y, w, w, up, nullptr); in ui_add_gadget_scrollbar()
71 scrollbar->up_button->parent = scrollbar.get(); in ui_add_gadget_scrollbar()
132 up_button->position = 2; in event_handler()
149 up_button->position = 0; in event_handler()
159 if (up_button->position!=0) in event_handler()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-column-editor.c70 GtkWidget *up_button; member
198 column_editor->up_button = gtk_button_new_with_mnemonic (_("Move _Up")); in thunar_column_editor_init()
199 …g_signal_connect (G_OBJECT (column_editor->up_button), "clicked", G_CALLBACK (thunar_column_editor… in thunar_column_editor_init()
200 gtk_grid_attach (GTK_GRID (grid), column_editor->up_button, 1, 1, 1, 1); in thunar_column_editor_init()
201 gtk_widget_show (column_editor->up_button); in thunar_column_editor_init()
204 gtk_button_set_always_show_image (GTK_BUTTON (column_editor->up_button), TRUE); in thunar_column_editor_init()
205 gtk_button_set_image (GTK_BUTTON (column_editor->up_button), image); in thunar_column_editor_init()
467 gtk_widget_set_sensitive (column_editor->up_button, (idx > 0)); in thunar_column_editor_update_buttons()
484 gtk_widget_set_sensitive (column_editor->up_button, FALSE); in thunar_column_editor_update_buttons()
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DWidget.cc252 up_button(config->resource_dir + "textures/up.png"), in Slider()
255 up_button.on_click() in Slider()
270 up_button.set_available_area(Box2f(V2f(area.min.x,area.center().y), in set_available_area()
279 up_button.area_clicked(pos); in area_clicked()
286 up_button.draw(); in draw()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/widget/widgets/
H A Dvertical_scrollbar.hpp28 Push_button& up_button = this->make_child<Push_button>("▴"); member in cppurses::Vertical_scrollbar
33 sig::Signal<void()>& up = up_button.clicked;

123456