summaryrefslogtreecommitdiff
path: root/src/components/chatinput.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-06-23 00:48:00 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-06-23 00:48:00 -0400
commitd841a2c862eddc6b2053b48907f8e1400e2d1391 (patch)
tree77741f5d2cb9908f86cd7c1c737b2c52ade4fd3e /src/components/chatinput.hpp
parent4ee7025ab09b606a2556bf9f42c1218d7fd72843 (diff)
downloadabaddon-portaudio-d841a2c862eddc6b2053b48907f8e1400e2d1391.tar.gz
abaddon-portaudio-d841a2c862eddc6b2053b48907f8e1400e2d1391.zip
add change filename
Diffstat (limited to 'src/components/chatinput.hpp')
-rw-r--r--src/components/chatinput.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/chatinput.hpp b/src/components/chatinput.hpp
index 865b23e..8a4ad8d 100644
--- a/src/components/chatinput.hpp
+++ b/src/components/chatinput.hpp
@@ -16,9 +16,11 @@ public:
private:
void SetupMenu();
+ void UpdateTooltip();
Gtk::Menu m_menu;
Gtk::MenuItem m_menu_remove;
+ Gtk::MenuItem m_menu_set_filename;
Gtk::Box m_box;
Gtk::Image *m_img = nullptr;