mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#63 removed gframe as an argument to buttons
This commit is contained in:
parent
ac607f9dc6
commit
6f645579f8
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user