diff options
Diffstat (limited to 'src/ui/chat_entry.h')
-rw-r--r-- | src/ui/chat_entry.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h index 4842eaf..48f3116 100644 --- a/src/ui/chat_entry.h +++ b/src/ui/chat_entry.h | |||
@@ -30,16 +30,17 @@ | |||
30 | typedef struct UI_CHAT_ENTRY_Handle | 30 | typedef struct UI_CHAT_ENTRY_Handle |
31 | { | 31 | { |
32 | UI_CHAT_Handle *chat; | 32 | UI_CHAT_Handle *chat; |
33 | GtkBuilder *builder; | ||
33 | 34 | ||
34 | GtkWidget* entry_box; | 35 | GtkWidget *entry_box; |
35 | 36 | ||
36 | HdyAvatar* entry_avatar; | 37 | HdyAvatar *entry_avatar; |
37 | 38 | ||
38 | GtkLabel* title_label; | 39 | GtkLabel *title_label; |
39 | GtkLabel* timestamp_label; | 40 | GtkLabel *timestamp_label; |
40 | 41 | ||
41 | GtkLabel* text_label; | 42 | GtkLabel *text_label; |
42 | GtkImage* read_receipt_image; | 43 | GtkImage *read_receipt_image; |
43 | } UI_CHAT_ENTRY_Handle; | 44 | } UI_CHAT_ENTRY_Handle; |
44 | 45 | ||
45 | UI_CHAT_ENTRY_Handle* | 46 | UI_CHAT_ENTRY_Handle* |