From 18af78e6af49821f8c7adb5b4325d75c8bf4fd03 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 17 Aug 2020 02:40:03 -0400 Subject: connect and heartbeat --- components/channels.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/channels.hpp (limited to 'components/channels.hpp') diff --git a/components/channels.hpp b/components/channels.hpp new file mode 100644 index 0000000..0bc1855 --- /dev/null +++ b/components/channels.hpp @@ -0,0 +1,12 @@ +#pragma once +#include + +class ChannelList { +public: + ChannelList(); + Gtk::Widget *GetRoot() const; + +protected: + Gtk::ListBox *m_list; + Gtk::ScrolledWindow *m_main; +}; -- cgit v1.2.3