]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
Center the 'smiley images' inside the menu items
[empathy.git] / libempathy-gtk / empathy-chat.h
index 0031410d65006a931f33dbe8f4af8b9f694b7456..c73f5c1f96a5d13d39404556a10f3d0b4ed047e7 100644 (file)
 
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-contact.h>
-#include <libempathy/empathy-message.h>
-#include <libempathy/empathy-tp-chat.h>
-
-#include "empathy-chat-view.h"
+#include "empathy-contact.h"
+#include "empathy-theme-adium.h"
+#include "empathy-tp-chat.h"
+#include "empathy-smiley-manager.h"
 
 G_BEGIN_DECLS
 
@@ -54,7 +53,7 @@ struct _EmpathyChat {
        EmpathyChatPriv *priv;
 
        /* Protected */
-       EmpathyChatView *view;
+       EmpathyThemeAdium *view;
        GtkWidget       *input_text_view;
 };
 
@@ -89,7 +88,7 @@ gboolean           empathy_chat_is_room              (EmpathyChat   *chat);
 void               empathy_chat_set_show_contacts    (EmpathyChat *chat,
                                                       gboolean     show);
 guint              empathy_chat_get_nb_unread_messages (EmpathyChat   *chat);
-
+gboolean           empathy_chat_is_highlighted (EmpathyChat *chat);
 void               empathy_chat_messages_read        (EmpathyChat *self);
 
 gboolean           empathy_chat_is_composing (EmpathyChat *chat);
@@ -100,6 +99,8 @@ guint              empathy_chat_get_n_messages_sending (EmpathyChat *self);
 gchar *            empathy_chat_dup_text             (EmpathyChat *self);
 void               empathy_chat_set_text             (EmpathyChat *self,
                                                       const gchar *text);
+void               empathy_chat_insert_smiley        (GtkTextBuffer *buffer,
+                                                      EmpathySmiley *smiley);
 
 G_END_DECLS