updated type hints and comments

This commit is contained in:
Mikayla
2024-09-26 21:00:57 +00:00
parent e4cb1f6c70
commit 69855af861
8 changed files with 52 additions and 31 deletions

View File

@@ -20,7 +20,7 @@ local MOUSE_CLICK = core.events.MOUSE_CLICK
---@field fg_bg? cpair foreground/background colors
---@field hidden? boolean true to hide on initial draw
-- Create a new 'app' style button control element, like on a phone.
-- Create a new app icon style button control element, like on a mobile device.
---@param args app_button_args
---@return App element, element_id id
return function (args)