mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
rudimentary chat
This commit is contained in:
@@ -21,11 +21,17 @@ protected:
|
||||
Gtk::ScrolledWindow *m_main;
|
||||
|
||||
struct ListItemInfo {
|
||||
enum ListItemType {
|
||||
Guild,
|
||||
Category,
|
||||
Channel,
|
||||
};
|
||||
int GuildIndex;
|
||||
Snowflake ID;
|
||||
std::unordered_set<Gtk::ListBoxRow *> Children;
|
||||
bool IsUserCollapsed;
|
||||
bool IsHidden;
|
||||
ListItemType Type;
|
||||
// for categories
|
||||
Gtk::Arrow *CatArrow = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user