From c5be6de0fecd516d0e6635cef387dfc41ef6ebbc Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 31 Jul 2023 12:27:50 -0400 Subject: [PATCH] stuff --- minigui.d | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minigui.d b/minigui.d index 4c32353..0ccaba4 100644 --- a/minigui.d +++ b/minigui.d @@ -1,9 +1,13 @@ // http://msdn.microsoft.com/en-us/library/windows/desktop/bb775498%28v=vs.85%29.aspx +// if doing nested menus, make sure the straight line from where it pops up to any destination on the new popup is not going to disappear the menu until at least a delay + // me@arsd:~/.kde/share/config$ vim kdeglobals // FIXME: i kinda like how you can show find locations in scrollbars in the chrome browisers i wanna support that here too. +// https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ + // for responsive design, a collapsible widget that if it doesn't have enough room, it just automatically becomes a "more" button or whatever. // responsive minigui, menu search, and file open with a preview hook on the side. @@ -11517,7 +11521,7 @@ class Button : MouseActivatedWidget { } /++ - A button with a consistent size, suitable for user commands like OK and cANCEL. + A button with a consistent size, suitable for user commands like OK and CANCEL. +/ class CommandButton : Button { this(string label, Widget parent) {