| 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 |