Home
last modified time | relevance | path

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

/dports/x11-fm/deforaos-browser/Browser-0.5.1/src/
H A Ddesktop.c125 GtkWidget * pr_background_how; member
1896 desktop->pr_background_how = gtk_combo_box_text_new(); in _preferences_background()
1898 desktop->pr_background_how), _("Do not draw")); in _preferences_background()
1900 desktop->pr_background_how), _("Centered")); in _preferences_background()
1902 desktop->pr_background_how), _("Scaled")); in _preferences_background()
1904 GTK_COMBO_BOX_TEXT(desktop->pr_background_how), in _preferences_background()
1907 desktop->pr_background_how), _("Tiled")); in _preferences_background()
1909 desktop->pr_background_how = gtk_combo_box_new_text(); in _preferences_background()
1921 gtk_box_pack_start(GTK_BOX(hbox), desktop->pr_background_how, TRUE, in _preferences_background()
2458 desktop->pr_background_how), how); in _preferences_set()
[all …]