Home
last modified time | relevance | path

Searched refs:shortcut_label (Results 1 – 25 of 101) sorted by relevance

12345

/dports/x11/libxfce4menu/libxfce4ui-4.16.1/libxfce4kbd-private/
H A Dxfce-shortcuts.c85 gchar *shortcut_label; in xfce_shortcut_conflict_dialog() local
103 shortcut_label = gtk_accelerator_get_label (keyval, modifiers); in xfce_shortcut_conflict_dialog()
111 _("%s already triggers this action."), shortcut_label); in xfce_shortcut_conflict_dialog()
116 title = g_strdup_printf (_("Conflicting actions for %s"), shortcut_label); in xfce_shortcut_conflict_dialog()
168 g_free (shortcut_label); in xfce_shortcut_conflict_dialog()
H A Dxfce-shortcut-dialog.c67 GtkWidget *shortcut_label; member
290 dialog->shortcut_label = gtk_label_new (NULL); in xfce_shortcut_dialog_create_contents()
294 gtk_label_set_markup (GTK_LABEL (dialog->shortcut_label), markup); in xfce_shortcut_dialog_create_contents()
295 gtk_label_set_xalign (GTK_LABEL (dialog->shortcut_label), 0.5); in xfce_shortcut_dialog_create_contents()
296 gtk_label_set_yalign (GTK_LABEL (dialog->shortcut_label), 0.5); in xfce_shortcut_dialog_create_contents()
297 gtk_widget_set_hexpand (dialog->shortcut_label, TRUE); in xfce_shortcut_dialog_create_contents()
298 gtk_container_add (GTK_CONTAINER (box), dialog->shortcut_label); in xfce_shortcut_dialog_create_contents()
299 gtk_widget_show (dialog->shortcut_label); in xfce_shortcut_dialog_create_contents()
374 gtk_widget_hide (dialog->shortcut_label); in xfce_shortcut_dialog_key_pressed()
468 gtk_widget_show (dialog->shortcut_label); in xfce_shortcut_dialog_key_released()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/input_method/ui/
H A Dcandidate_view.cc53 auto shortcut_label = std::make_unique<views::Label>(); in CreateShortcutLabel() local
57 shortcut_label->SetFontList(shortcut_label->font_list().Derive( in CreateShortcutLabel()
60 shortcut_label->SetFontList( in CreateShortcutLabel()
61 shortcut_label->font_list().DeriveWithSizeDelta(kFontSizeDelta)); in CreateShortcutLabel()
72 shortcut_label->SetBorder(views::CreateEmptyBorder( in CreateShortcutLabel()
82 shortcut_label->SetBackground( in CreateShortcutLabel()
85 shortcut_label->SetElideBehavior(gfx::NO_ELIDE); in CreateShortcutLabel()
87 return shortcut_label; in CreateShortcutLabel()
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dlabelbutton.c77 XITK_FREE(private_data->shortcut_label); in notify_destroy()
129 char *label, char *shortcut_label, int shortcut_pos, int state) { in create_labelofbutton() argument
227 if(strlen(shortcut_label) && shortcut_pos >= 0) { in create_labelofbutton()
235 origin, shortcut_label, strlen(shortcut_label)); in create_labelofbutton()
347 private_data->label, private_data->shortcut_label, private_data->shortcut_pos, state); in paint_labelbutton()
445 …if((private_data->shortcut_label = (char *) realloc(private_data->shortcut_label, strlen(newlabel)… in xitk_labelbutton_change_shortcut_label()
446 strcpy(private_data->shortcut_label, newlabel); in xitk_labelbutton_change_shortcut_label()
452 if(strlen(private_data->shortcut_label)) { in xitk_labelbutton_change_shortcut_label()
476 return private_data->shortcut_label; in xitk_labelbutton_get_shortcut_label()
746 private_data->shortcut_label = strdup(""); in xitk_info_labelbutton_create()
H A Dlabelbutton.h58 char *shortcut_label; member
/dports/multimedia/peek/peek-1.5.1/src/ui/
H A Dapplication-window.vala72 private Label shortcut_label;
399 shortcut_label.set_text (_ ("Start / Stop: %s").printf (shortcut_hint));
400 shortcut_label.show ();
412 shortcut_label.opacity = 1.0;
417 shortcut_label.opacity = 0.0;
427 // Set the scale of shortcut_label
440 shortcut_label.attributes = attrs;
500 shortcut_label.hide ();
604 shortcut_label.opacity = 0.0;
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_dead.erl246 Fail1 = shortcut_label(Fail0, D),
318 To2 = shortcut_label(To1, D),
364 To2 = shortcut_label(To1, D),
389 case shortcut_label(To0, D) of
397 case shortcut_label(FF, D) of
411 case shortcut_label(FF, D) of
433 shortcut_label(0, _) -> function
435 shortcut_label(To0, D) -> function
437 [{jump,{f,To}}|_] -> shortcut_label(To, D);
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/dialogs/keyboard-settings/
H A Dxfce-keyboard-settings.c739 gchar *shortcut_label; in xfce_keyboard_settings_edit_command() local
745 SHORTCUT_LABEL_COLUMN, &shortcut_label, in xfce_keyboard_settings_edit_command()
749 dialog = command_dialog_new (shortcut_label, command, snotify); in xfce_keyboard_settings_edit_command()
774 g_free (shortcut_label); in xfce_keyboard_settings_edit_command()
1076 gchar *shortcut_label; in xfce_keyboard_settings_edit_button_clicked() local
1083 SHORTCUT_LABEL_COLUMN, &shortcut_label, in xfce_keyboard_settings_edit_button_clicked()
1092 command_dialog = command_dialog_new (shortcut_label, command, snotify); in xfce_keyboard_settings_edit_button_clicked()
1169 g_free (shortcut_label); in xfce_keyboard_settings_edit_button_clicked()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/keyboard/
H A Dcc-keyboard-shortcut-editor.c306 GtkShortcutLabel *shortcut_label;
358 shortcut_label = get_current_shortcut_label (self);
368 gtk_shortcut_label_set_accelerator (shortcut_label, accel);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dinkscape-preferences.cpp3133 Glib::ustring shortcut_label = ""; in onKBListKeyboardShortcuts() local
3135 shortcut_label = Glib::Markup::escape_text(shortcuts.get_label(shortcut_key)); in onKBListKeyboardShortcuts()
3140 (*row)[_kb_columns.shortcut] = shortcut_label; in onKBListKeyboardShortcuts()
3193 Glib::ustring shortcut_label; in onKBListKeyboardShortcuts() local
3200 shortcut_label += _("Numpad"); in onKBListKeyboardShortcuts()
3201 shortcut_label += " "; in onKBListKeyboardShortcuts()
3206 shortcut_label += Gtk::AccelGroup::get_label(key, mod) + ", "; in onKBListKeyboardShortcuts()
3209 if (shortcut_label.size() > 1) { in onKBListKeyboardShortcuts()
3210 shortcut_label.erase(shortcut_label.size()-2); in onKBListKeyboardShortcuts()
3225 (*row)[_kb_columns.shortcut] = shortcut_label; in onKBListKeyboardShortcuts()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dmod.rs602 mod shortcut_label; module
605 pub use self::shortcut_label::ShortcutLabel;
608 pub use self::shortcut_label::ShortcutLabelBuilder;
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dmod.rs602 mod shortcut_label; module
605 pub use self::shortcut_label::ShortcutLabel;
608 pub use self::shortcut_label::ShortcutLabelBuilder;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dmod.rs602 mod shortcut_label; module
605 pub use self::shortcut_label::ShortcutLabel;
608 pub use self::shortcut_label::ShortcutLabelBuilder;
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dmod.rs602 mod shortcut_label; module
605 pub use self::shortcut_label::ShortcutLabel;
608 pub use self::shortcut_label::ShortcutLabelBuilder;
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dmod.rs744 mod shortcut_label; module
746 pub use self::shortcut_label::{ShortcutLabel, ShortcutLabelClass};
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dmod.rs744 mod shortcut_label; module
746 pub use self::shortcut_label::{ShortcutLabel, ShortcutLabelClass};
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/mr/
H A Dkhotkeys.po692 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/sq/
H A Dkhotkeys.po680 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/te/
H A Dkhotkeys.po687 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/tg/
H A Dkhotkeys.po677 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/ug/
H A Dkhotkeys.po681 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/gu/
H A Dkhotkeys.po689 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/ml/
H A Dkhotkeys.po685 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/pa/
H A Dkhotkeys.po693 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/po/ar/
H A Dkhotkeys.po694 #. i18n: ectx: property (text), widget (QLabel, shortcut_label)

12345