mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
member list gets a basic right click menu
This commit is contained in:
@@ -204,6 +204,12 @@ void ChatWindow::ClearMessages() {
|
||||
m_message_set_dispatch.emit();
|
||||
}
|
||||
|
||||
void ChatWindow::InsertChatInput(std::string text) {
|
||||
auto buf = m_input->get_buffer();
|
||||
buf->insert_at_cursor(text);
|
||||
m_input->grab_focus();
|
||||
}
|
||||
|
||||
void ChatWindow::ScrollToBottom() {
|
||||
auto x = m_scroll->get_vadjustment();
|
||||
x->set_value(x->get_upper());
|
||||
|
||||
Reference in New Issue
Block a user