comparison src/ui.h @ 5034:4691c5936c01

[gaim-migrate @ 5377] More to recompile! Put some special Doxygen group tags in the documentation. I'm basically organizing it so when you do a make docs, you get a little Modules page showing "Gaim Core" and "GTK+ User Interface." This should make it easy for us to show which files belong in either category for now. This is kind of in preparation for all the core/ui split stuff I hope to start soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Apr 2003 10:45:32 +0000
parents cb700c07ee07
children 4cfc49e31c2e
comparison
equal deleted inserted replaced
5033:14bbf22917d9 5034:4691c5936c01
1 /* 1 /**
2 * @file ui.h Main GTK+ UI include file
3 * @defgroup gtkui GTK+ User Interface
4 *
2 * gaim 5 * gaim
3 * 6 *
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> 7 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
5 * 8 *
6 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
14 * GNU General Public License for more details. 17 * GNU General Public License for more details.
15 * 18 *
16 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 */ 22 */
21 23
22 #ifndef _UI_H_ 24 #ifndef _UI_H_
23 #define _UI_H_ 25 #define _UI_H_
24 26