aboutsummaryrefslogtreecommitdiff
path: root/src/ui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/message.h')
-rw-r--r--src/ui/message.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ui/message.h b/src/ui/message.h
index f5883de..0463732 100644
--- a/src/ui/message.h
+++ b/src/ui/message.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021--2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -63,8 +63,22 @@ typedef struct UI_MESSAGE_Handle
63 GtkStack *content_stack; 63 GtkStack *content_stack;
64 64
65 GtkLabel *text_label; 65 GtkLabel *text_label;
66
66 GtkRevealer *file_revealer; 67 GtkRevealer *file_revealer;
68 GtkLabel *filename_label;
69 GtkProgressBar *file_progress_bar;
70 GtkButton *file_button;
71 GtkImage *file_status_image;
72
67 GtkDrawingArea *preview_drawing_area; 73 GtkDrawingArea *preview_drawing_area;
74
75 gulong preview_draw_signal;
76
77 GdkPixbuf *preview_image;
78 GdkPixbufAnimation *preview_animation;
79 GdkPixbufAnimationIter *preview_animation_iter;
80
81 guint redraw_animation;
68} UI_MESSAGE_Handle; 82} UI_MESSAGE_Handle;
69 83
70UI_MESSAGE_Handle* 84UI_MESSAGE_Handle*