Explain in more detail the split between the stuff in ui_util.h and in

gtk/gui_utils.h.

svn path=/trunk/; revision=15482
This commit is contained in:
Guy Harris 2005-08-20 19:49:22 +00:00
parent 6533b258e4
commit b387fe837d
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
/* ui_util.c
* UI utility routines
/* gui_utils.c
* UI utility routines, some GTK+-specific (declared in gtk/gui_utils.h)
* and some with GUI-independent APIs, with this file containing the GTK+
* implementations of them (declared in ui_util.h)
*
* $Id$
*

View File

@ -1,5 +1,5 @@
/* gui_utils.h
* Definitions for UI utility routines
* Declarations of GTK+-specific UI utility routines
*
* $Id$
*