| 2 * @file gtkdebug.c GTK+ Debug API |
2 * @file gtkdebug.c GTK+ Debug API |
| 3 * @ingroup gtkui |
3 * @ingroup gtkui |
| 4 * |
4 * |
| 5 * gaim |
5 * gaim |
| 6 * |
6 * |
| 7 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org> |
7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> |
| 8 * |
8 * |
| 9 * 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 |
| 10 * it under the terms of the GNU General Public License as published by |
10 * it under the terms of the GNU General Public License as published by |
| 11 * the Free Software Foundation; either version 2 of the License, or |
11 * the Free Software Foundation; either version 2 of the License, or |
| 12 * (at your option) any later version. |
12 * (at your option) any later version. |
| 18 * |
18 * |
| 19 * 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 |
| 20 * along with this program; if not, write to the Free Software |
20 * along with this program; if not, write to the Free Software |
| 21 * 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 |
| 22 */ |
22 */ |
| |
23 #include "internal.h" |
| |
24 |
| |
25 #include "prefs.h" |
| |
26 #include "util.h" |
| |
27 |
| 23 #include "gtkdebug.h" |
28 #include "gtkdebug.h" |
| 24 #include "gaim.h" |
|
| 25 #include "gtkimhtml.h" |
29 #include "gtkimhtml.h" |
| 26 #include "prefs.h" |
30 |
| 27 #include <gtk/gtk.h> |
31 #include "ui.h" |
| |
32 |
| |
33 extern int opt_debug; |
| 28 |
34 |
| 29 typedef struct |
35 typedef struct |
| 30 { |
36 { |
| 31 GtkWidget *window; |
37 GtkWidget *window; |
| 32 GtkWidget *text; |
38 GtkWidget *text; |