pidgin/gtkimhtmltoolbar.h

branch
cpw.attention_ui
changeset 25922
0b83a033abd6
parent 24457
adbbdb0532b0
child 26680
406180d6ac3c
equal deleted inserted replaced
25921:2083dc3db9ed 25922:0b83a033abd6
75 GtkWidget *image_dialog; 75 GtkWidget *image_dialog;
76 76
77 char *sml; 77 char *sml;
78 GtkWidget *strikethrough; 78 GtkWidget *strikethrough;
79 GtkWidget *insert_hr; 79 GtkWidget *insert_hr;
80
81 PurpleConversation *active_conv;
80 }; 82 };
81 83
82 struct _GtkIMHtmlToolbarClass { 84 struct _GtkIMHtmlToolbarClass {
83 GtkHBoxClass parent_class; 85 GtkHBoxClass parent_class;
84 86
88 GtkWidget* gtk_imhtmltoolbar_new (void); 90 GtkWidget* gtk_imhtmltoolbar_new (void);
89 91
90 void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml); 92 void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml);
91 void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id); 93 void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id);
92 94
95 void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar,
96 PurpleConversation *conv);
93 97
94 #ifdef __cplusplus 98 #ifdef __cplusplus
95 } 99 }
96 #endif 100 #endif
97 101

mercurial