#63 removed gframe as an argument to buttons

This commit is contained in:
Mikayla Fischler 2022-06-08 16:52:41 -04:00
parent ac607f9dc6
commit 6f645579f8
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ local element = require("graphics.element")
---@field x? integer 1 if omitted
---@field y? integer 1 if omitted
---@field height? integer parent height if omitted
---@field gframe? graphics_frame frame instead of x/y/width/height
---@field fg_bg cpair foreground/background colors
-- new push button

View File

@ -12,7 +12,6 @@ local element = require("graphics.element")
---@field x? integer 1 if omitted
---@field y? integer 1 if omitted
---@field height? integer parent height if omitted
---@field gframe? graphics_frame frame instead of x/y/width/height
---@field fg_bg cpair foreground/background colors
-- new switch button (latch high/low)