Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_file.h30 extern Widget cfile_text;
H A Dw_file.c66 Widget cfile_text; /* widget for the current filename */ variable
352 SetValues(cfile_text); /* set the current filename */ in do_load()
506 SetValues(cfile_text); in do_save()
916 cfile_text = XtCreateManagedWidget("cur_file_name", labelWidgetClass, in create_file_panel()
H A Dw_cmdpanel.c1380 if (cfile_text) /* if the name widget in the file popup exists... */ in update_cur_filename()
1381 SetValues(cfile_text); in update_cur_filename()