diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChatWindow.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ChatWindow.hpp b/include/ChatWindow.hpp index 1ca473b..832154d 100644 --- a/include/ChatWindow.hpp +++ b/include/ChatWindow.hpp @@ -13,6 +13,7 @@ #include <gtkmm/scrolledwindow.h> #include <gtkmm/stack.h> #include <gtkmm/textview.h> +#include <gtkmm/stacksidebar.h> #include <odhtdb/Hash.hpp> #include <odhtdb/Signature.hpp> @@ -52,12 +53,12 @@ namespace dchat void setCurrentRoom(std::shared_ptr<Room> room); private: - Gtk::Grid leftPanelChannels; + //Gtk::Grid leftPanelChannels; + Gtk::StackSidebar leftPanelChannels; Gtk::Stack leftPanelUsersStack; ImageButton createRoomButton; ImageButton joinRoomButton; ImageButton userSettingsButton; - Gtk::ScrolledWindow messageArea; Gtk::Stack messageAreaStack; Gtk::TextView chatInput; |