|  |  |  | libempathy-gtk Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
                    EmpathyChatTextView;
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_CUT
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_HIGHLIGHT
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_SPACING
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_TIME
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_ACTION
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_BODY
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_EVENT
#define             EMPATHY_CHAT_TEXT_VIEW_TAG_LINK
EmpathyContact *    empathy_chat_text_view_get_last_contact
                                                        (EmpathyChatTextView *view);
void                empathy_chat_text_view_set_only_if_date
                                                        (EmpathyChatTextView *view,
                                                         gboolean only_if_date);
void                empathy_chat_text_view_append_body  (EmpathyChatTextView *view,
                                                         const gchar *body,
                                                         const gchar *tag);
void                empathy_chat_text_view_append_spacing
                                                        (EmpathyChatTextView *view);
GtkTextTag *        empathy_chat_text_view_tag_set      (EmpathyChatTextView *view,
                                                         const gchar *tag_name,
                                                         const gchar *first_property_name,
                                                         ...);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTextView +----EmpathyChatTextView +----EmpathyThemeBoxes +----EmpathyThemeIrc
EmpathyChatTextView implements AtkImplementorIface, GtkBuildable and EmpathyChatView.
EmpathyContact * empathy_chat_text_view_get_last_contact (EmpathyChatTextView *view);
| 
 | |
| Returns : | 
void                empathy_chat_text_view_set_only_if_date
                                                        (EmpathyChatTextView *view,
                                                         gboolean only_if_date);
| 
 | |
| 
 | 
void empathy_chat_text_view_append_body (EmpathyChatTextView *view, const gchar *body, const gchar *tag);
| 
 | |
| 
 | |
| 
 | 
void                empathy_chat_text_view_append_spacing
                                                        (EmpathyChatTextView *view);
| 
 | 
GtkTextTag * empathy_chat_text_view_tag_set (EmpathyChatTextView *view, const gchar *tag_name, const gchar *first_property_name, ...);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
"last-contact" property"last-contact" EmpathyContact* : Read
The sender of the last received message.
"only-if-date" property"only-if-date" gboolean : Read / Write
Display timestamp only if the date changes.
Default value: FALSE