Home
last modified time | relevance | path

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

/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dguiedit.c280 tb = GTK_TOGGLE_BUTTON(ed->finfo_prop_format[prop->format]); in guiedit_select_property()
518 tb = GTK_TOGGLE_BUTTON(ed->finfo_prop_format[BDF_ATOM]); in guiedit_apply_property()
521 tb = GTK_TOGGLE_BUTTON(ed->finfo_prop_format[BDF_INTEGER]); in guiedit_apply_property()
524 tb = GTK_TOGGLE_BUTTON(ed->finfo_prop_format[BDF_CARDINAL]); in guiedit_apply_property()
1082 button = ed->finfo_prop_format[BDF_ATOM] = in guiedit_show_font_info()
1086 button = ed->finfo_prop_format[BDF_INTEGER] = in guiedit_show_font_info()
1090 button = ed->finfo_prop_format[BDF_CARDINAL] = in guiedit_show_font_info()
1123 button = ed->finfo_prop_format[BDF_ATOM]; in guiedit_show_font_info()
1130 button = ed->finfo_prop_format[BDF_INTEGER]; in guiedit_show_font_info()
1137 button = ed->finfo_prop_format[BDF_CARDINAL]; in guiedit_show_font_info()
H A Dgbdfed.h197 GtkWidget *finfo_prop_format[4]; member