Home
last modified time | relevance | path

Searched refs:df_button (Results 1 – 4 of 4) sorted by relevance

/dports/editors/ghex/ghex-3.41.1/src/
H A Dpreferences.c250 pui->df_button = gtk_font_button_new_with_font(def_font_name); in create_prefs_dialog()
251 g_signal_connect (G_OBJECT (pui->df_button), "font_set", in create_prefs_dialog()
254 gtk_label_set_mnemonic_widget (GTK_LABEL (pui->df_label), pui->df_button); in create_prefs_dialog()
256 gtk_label_set_mnemonic_widget (GTK_LABEL (label), pui->df_button); in create_prefs_dialog()
260 add_atk_relation (pui->df_button, label, ATK_RELATION_LABELLED_BY); in create_prefs_dialog()
263 gtk_widget_set_hexpand (pui->df_button, TRUE); in create_prefs_dialog()
264 gtk_widget_show(pui->df_button); in create_prefs_dialog()
265 gtk_grid_attach_next_to (GTK_GRID (grid), pui->df_button, label, in create_prefs_dialog()
375 gtk_font_button_set_font_name(GTK_FONT_BUTTON(pui->df_button), in set_current_prefs()
506 if(w == pui->df_button) { in select_font_cb()
[all …]
H A Dpreferences.h37 GtkWidget *df_button, *hf_button; member
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/gen/uk/ac/cam/aa582/
H A DR.java70 public static final int df_button=0x7f0a0017; field in R.id
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/interactivity/
H A DKeyboardManager.java759 setListener(R.id.df_button, new AppendAction() { in hookListenersToBuilder()