From 26685a322cf94b5e0d741a5c4c92054b5f29fbe3 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 20 Oct 2020 08:07:35 +0200 Subject: [PATCH] Cleaned up --- source/Channel.d | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/Channel.d b/source/Channel.d index bfaabcc..5b4ea73 100644 --- a/source/Channel.d +++ b/source/Channel.d @@ -155,7 +155,13 @@ public final class Channel return userLabel; } - private bool userLabelHoverHandler(int,int,bool, Tooltip tooltip, Widget poes) + /** + * Event handler to be run when you hover over a user's + * username in the Users sidebar list which will show + * the status as text (and in an icon format), the user's + * username and also their status message + */ + private bool userLabelHoverHandler(int, int, bool, Tooltip tooltip, Widget userLabel) { /* The username hovered over */ string userHover = (cast(Label)poes).getText();