aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-25 22:45:04 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-25 22:45:04 +0100
commit9b67d565baf5ce0f555cb38abdda22696cbfe778 (patch)
treeb0da8719278f02b15c5360329e8488130d9cbfb5 /src/ui/chat.h
parent5df934d452aaedf319028740987de0e0dcac52d5 (diff)
downloadmessenger-gtk-9b67d565baf5ce0f555cb38abdda22696cbfe778.tar.gz
messenger-gtk-9b67d565baf5ce0f555cb38abdda22696cbfe778.zip
Added emoji picker
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index 250ac08..77e4553 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -30,6 +30,7 @@
30#include <libnotify/notify.h> 30#include <libnotify/notify.h>
31 31
32typedef struct MESSENGER_Application MESSENGER_Application; 32typedef struct MESSENGER_Application MESSENGER_Application;
33typedef struct UI_PICKER_Handle UI_PICKER_Handle;
33 34
34typedef struct UI_CHAT_Handle 35typedef struct UI_CHAT_Handle
35{ 36{
@@ -49,6 +50,10 @@ typedef struct UI_CHAT_Handle
49 GtkButton *emoji_button; 50 GtkButton *emoji_button;
50 GtkButton *send_record_button; 51 GtkButton *send_record_button;
51 GtkImage *send_record_symbol; 52 GtkImage *send_record_symbol;
53
54 GtkRevealer *picker_revealer;
55
56 UI_PICKER_Handle *picker;
52} UI_CHAT_Handle; 57} UI_CHAT_Handle;
53 58
54UI_CHAT_Handle* 59UI_CHAT_Handle*