diff options
Diffstat (limited to 'components/friendslist.hpp')
-rw-r--r-- | components/friendslist.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/friendslist.hpp b/components/friendslist.hpp index 0e5afe3..5582e26 100644 --- a/components/friendslist.hpp +++ b/components/friendslist.hpp @@ -7,11 +7,16 @@ public: FriendsListAddComponent(); private: + void Submit(); + bool OnKeyPress(GdkEventKey *e); + Gtk::Label m_label; Gtk::Label m_status; Gtk::Entry m_entry; Gtk::Button m_add; Gtk::Box m_box; + + bool m_requesting = false; }; class FriendsListFriendRow; |