comparison src/gtkimhtmltoolbar.h @ 10080:8e6329b8dcc1

[gaim-migrate @ 11062] A final change for today. This puts the conversation formatting toolbar in the same frame as the entry widget. It more closely associates the toolbar with the entry and also looks cooler. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 03 Oct 2004 22:59:26 +0000
parents db62420a53a2
children ee50e4797352
comparison
equal deleted inserted replaced
10079:f8e2e8ee9aa0 10080:8e6329b8dcc1
38 38
39 typedef struct _GtkIMHtmlToolbar GtkIMHtmlToolbar; 39 typedef struct _GtkIMHtmlToolbar GtkIMHtmlToolbar;
40 typedef struct _GtkIMHtmlToolbarClass GtkIMHtmlToolbarClass; 40 typedef struct _GtkIMHtmlToolbarClass GtkIMHtmlToolbarClass;
41 41
42 struct _GtkIMHtmlToolbar { 42 struct _GtkIMHtmlToolbar {
43 GtkVBox box; 43 GtkHBox box;
44 44
45 GtkWidget *imhtml; 45 GtkWidget *imhtml;
46 46
47 GtkTooltips *tooltips; 47 GtkTooltips *tooltips;
48 48
72 72
73 char *sml; 73 char *sml;
74 }; 74 };
75 75
76 struct _GtkIMHtmlToolbarClass { 76 struct _GtkIMHtmlToolbarClass {
77 GtkVBoxClass parent_class; 77 GtkHBoxClass parent_class;
78 78
79 }; 79 };
80 80
81 GType gtk_imhtmltoolbar_get_type (void); 81 GType gtk_imhtmltoolbar_get_type (void);
82 GtkWidget* gtk_imhtmltoolbar_new (void); 82 GtkWidget* gtk_imhtmltoolbar_new (void);