summaryrefslogtreecommitdiff
path: root/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-05-07 01:57:08 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-05-07 01:57:08 -0400
commit86ab14e5ec5c6acfcee1d6177c77f5ac9c9dbe31 (patch)
tree7e058e9b0091389d08b15b0fd198662e9fbb59a8 /windows/mainwindow.hpp
parenta74f66513b123d0d1be6c02f37b9497632509d46 (diff)
downloadabaddon-portaudio-86ab14e5ec5c6acfcee1d6177c77f5ac9c9dbe31.tar.gz
abaddon-portaudio-86ab14e5ec5c6acfcee1d6177c77f5ac9c9dbe31.zip
start friends list
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r--windows/mainwindow.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp
index 0be4bc0..261d23b 100644
--- a/windows/mainwindow.hpp
+++ b/windows/mainwindow.hpp
@@ -93,4 +93,8 @@ protected:
Gtk::MenuItem m_menu_file_reload_settings;
Gtk::MenuItem m_menu_file_reload_css;
Gtk::MenuItem m_menu_file_clear_cache;
+
+ Gtk::MenuItem m_menu_view;
+ Gtk::Menu m_menu_view_sub;
+ Gtk::MenuItem m_menu_view_friends;
};