Home
last modified time | relevance | path

Searched refs:button_left (Results 126 – 150 of 184) sorted by relevance

12345678

/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dlayout.h54 virtual void button_left () {} in button_left() function
H A Dscale.h46 void button_left ();
H A Dtrack_mix.h58 void button_left ();
H A Dmix.h53 void button_left ();
H A Dbuttons.cc198 MAKE_WHITE_BUTTON_PRESS (Left, 44, &Push2::button_left); in build_maps()
422 Push2::button_left () in button_left() function in Push2
424 _current_layout->button_left (); in button_left()
/dports/games/openttd/openttd-12.1/src/
H A Dcheat_gui.cpp232 …uint button_left = rtl ? r.right - this->box_width - 10 - SETTING_BUTTON_WIDTH : r.left + this->bo… in DrawWidget() local
248 DrawBoolButton(button_left, y + icon_y_offset, on, true); in DrawWidget()
258 DrawArrowButtons(button_left, y + icon_y_offset, COLOUR_YELLOW, clicked - (i * 2), true, true); in DrawWidget()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/utils/
H A Dgr_plot_iq65 self.button_left = Button(self.button_left_axes, "<")
66 self.button_left_callback = self.button_left.on_clicked(self.button_left_click)
H A Dplot_data.py86 self.button_left = Button(self.button_left_axes, "<")
87 self.button_left_callback = self.button_left.on_clicked(self.button_left_click)
H A Dplot_fft_base.py70 self.button_left = Button(self.button_left_axes, "<")
71 self.button_left_callback = self.button_left.on_clicked(self.button_left_click)
H A Dgr_plot_const65 self.button_left = Button(self.button_left_axes, "<")
66 self.button_left_callback = self.button_left.on_clicked(self.button_left_click)
H A Dplot_psd_base.py76 self.button_left = Button(self.button_left_axes, "<")
77 self.button_left_callback = self.button_left.on_clicked(self.button_left_click)
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_options.cpp393 GtkButton *button_left = GTK_BUTTON(gtk_radio_button_new_with_label(NULL, _("Left"))); in gui_options_create_ui_interface_general() local
394 …_radio_button_new_with_label(gtk_radio_button_get_group(GTK_RADIO_BUTTON(button_left)), _("Top"))); in gui_options_create_ui_interface_general()
395 …adio_button_new_with_label(gtk_radio_button_get_group(GTK_RADIO_BUTTON(button_left)), _("Right"))); in gui_options_create_ui_interface_general()
396 …adio_button_new_with_label(gtk_radio_button_get_group(GTK_RADIO_BUTTON(button_left)), _("Bottom"))… in gui_options_create_ui_interface_general()
398 …g_signal_connect(button_left, "toggled", G_CALLBACK(gui_options_pref_toolbar_cb), (gpointer) TOOLB… in gui_options_create_ui_interface_general()
404 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button_left), TRUE); in gui_options_create_ui_interface_general()
414 gtk_box_pack_start(GTK_BOX(hbox_toolbar), GTK_WIDGET(button_left), FALSE, TRUE, 2); in gui_options_create_ui_interface_general()
H A Dgui_main_tab_video.cpp744 GtkButton *button_left = GTK_BUTTON(gtk_button_new()); in gui_main_tab_video_create() local
753 …gtk_container_add(GTK_CONTAINER(button_left), GTK_WIDGET(gtk_image_new_from_pixbuf(app.ui.pixbufs.… in gui_main_tab_video_create()
862 gtk_tooltips_set_tip(app.ui.tooltips, GTK_WIDGET(button_left), _("Move Text Left"), NULL); in gui_main_tab_video_create()
1348 gtk_button_set_relief((button_left), GTK_RELIEF_NONE); in gui_main_tab_video_create()
1357 gtk_table_attach(GTK_TABLE(table), GTK_WIDGET(button_left), 0, 1, 1, 2, GTK_FILL, GTK_FILL, 0, 0); in gui_main_tab_video_create()
1372 …g_signal_connect(button_left, "button-release-event", G_CALLBACK(gui_main_tab_video_move_cb), (gpo… in gui_main_tab_video_create()
/dports/devel/allegro/allegro-4.4.3.1/src/linux/
H A Dlmseev.c233 static int button_left = 0; variable
341 button_left = !!event->value; in process_key()
471 _mouse_b = button_left + (button_right<<1) + (button_middle<<2); in processor()
/dports/games/mrboom/MrBoom-src-5.2/
H A Dcommon.hpp33 button_left, enumerator
H A Dcommon.cpp997 case button_left: in mrboom_autopilot_1_button_joysticks()
1069 case button_left: in mrboom_update_input()
1073 lastDirection[playerNumber] = button_left; in mrboom_update_input()
/dports/games/mrboom/MrBoom-src-5.2/ai/
H A DGridFunctions.cpp375 return(button_left); in howToGo()
428 direction = button_left; in howToGo()
520 case button_left: in canPlayerJump()
613 case button_left: in canPlayerWalk()
817 case button_left: in visitCell()
898 …es, currentCell, flameGrid, dangerGrid, adderX, adderY, framesPerCell, button_left, travelGrid, qu… in updateTravelGrid()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIconMan/
H A Dxmanager.h45 extern Button *button_left(WinManager *man, Button *b);
H A Dfunctions.c158 b = button_left(man, cur); in button_move()
462 return (button_left(man, cur) != cur); in eval_if()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIconMan/
H A Dxmanager.h47 extern Button *button_left(WinManager *man, Button *b);
H A Dfunctions.c159 b = button_left(man, cur); in button_move()
462 return (button_left(man, cur) != cur); in eval_if()
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dwimp.py448 button_left = Text("<") variable in Button
479 ('fixed', 1, self.button_left),
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMessageBox.cs61 int button_left; field in System.Windows.Forms.MessageBox.MessageBoxForm
302 button_left = (this.ClientSize.Width / 2) - (tb_width / 2) + 5; in InitFormsSize()
446 button.Left = ((button_width + button_space) * left) + button_left; in AddButton()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtmenu.cc33 #define button_left 100 macro
326 case button_left: in execute_menu()
801 ((ht_dialog*)baseview)->setstate(ds_term_ok, button_left); in handlemsg()
/dports/games/gigalomania/gigalomaniasrc/
H A Dgui.h29 ImageButton *button_left; variable

12345678