comparison src/gtkconv.h @ 7326:00a9ab26d607

[gaim-migrate @ 7912] Added an option to remove the formatting toolbar, both globally and on a per-window basis. Patch by Nathan Fredrickson. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 25 Oct 2003 00:03:13 +0000
parents c7f0a4397d9e
children 994b2d782711
comparison
equal deleted inserted replaced
7325:35e652831230 7326:00a9ab26d607
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) 2002-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.
13 * 13 *
64 GtkWidget *insert_link; 64 GtkWidget *insert_link;
65 GtkWidget *insert_image; 65 GtkWidget *insert_image;
66 66
67 GtkWidget *logging; 67 GtkWidget *logging;
68 GtkWidget *sounds; 68 GtkWidget *sounds;
69 GtkWidget *show_formatting_toolbar;
69 70
70 GtkWidget *send_as; 71 GtkWidget *send_as;
71 72
72 GtkWidget *typing_icon; 73 GtkWidget *typing_icon;
73 74
124 * A GTK+ conversation pane. 125 * A GTK+ conversation pane.
125 */ 126 */
126 struct _GaimGtkConversation 127 struct _GaimGtkConversation
127 { 128 {
128 gboolean make_sound; 129 gboolean make_sound;
130 gboolean show_formatting_toolbar;
129 gboolean has_font; 131 gboolean has_font;
130 char fontface[128]; 132 char fontface[128];
131 GdkColor fg_color; 133 GdkColor fg_color;
132 GdkColor bg_color; 134 GdkColor bg_color;
133 135