diff options
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r-- | src/ui/messenger.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h index e923964..c2e53a1 100644 --- a/src/ui/messenger.h +++ b/src/ui/messenger.h | |||
@@ -48,6 +48,7 @@ typedef struct UI_MESSENGER_Handle | |||
48 | GtkButton *hide_user_details_button; | 48 | GtkButton *hide_user_details_button; |
49 | GtkButton *favourites_button; | 49 | GtkButton *favourites_button; |
50 | GtkButton *account_details_button; | 50 | GtkButton *account_details_button; |
51 | GtkImage *account_details_symbol; | ||
51 | 52 | ||
52 | GtkRevealer *account_details_revealer; | 53 | GtkRevealer *account_details_revealer; |
53 | GtkListBox *accounts_listbox; | 54 | GtkListBox *accounts_listbox; |
@@ -69,6 +70,12 @@ typedef struct UI_MESSENGER_Handle | |||
69 | GtkButton *hide_chat_details_button; | 70 | GtkButton *hide_chat_details_button; |
70 | 71 | ||
71 | GtkListBox *messages_listbox; | 72 | GtkListBox *messages_listbox; |
73 | |||
74 | GtkButton *attach_file_button; | ||
75 | GtkTextView *send_text_view; | ||
76 | GtkButton *emoji_button; | ||
77 | GtkButton *send_record_button; | ||
78 | GtkImage *send_record_symbol; | ||
72 | } UI_MESSENGER_Handle; | 79 | } UI_MESSENGER_Handle; |
73 | 80 | ||
74 | void | 81 | void |