Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_cmdpanel.c117 Widget CreateLabelledAscii(Widget *text_widg, char *label, char *widg_name, Widget parent, Widget …
1101 below = CreateLabelledAscii(&max_colors, "Maximum image colors ", "max_image_colors", in create_global_panel()
1103 below = CreateLabelledAscii(&image_ed, "Image editor ", "image_editor", in create_global_panel()
1105 below = CreateLabelledAscii(&spell_chk, "Spell checker", "spell_check", in create_global_panel()
1107 below = CreateLabelledAscii(&browser, "HTML Browser ", "html_browser", in create_global_panel()
1109 below = CreateLabelledAscii(&pdfview, "PDF Viewer ", "pdf_viewer", in create_global_panel()
1149 CreateLabelledAscii(Widget *text_widg, char *label, char *widg_name, Widget parent, Widget below, c… in CreateLabelledAscii() function