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:
@ -13,7 +13,6 @@ local element = require("graphics.element")
|
|||||||
---@field x? integer 1 if omitted
|
---@field x? integer 1 if omitted
|
||||||
---@field y? integer 1 if omitted
|
---@field y? integer 1 if omitted
|
||||||
---@field height? integer parent height 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
|
---@field fg_bg cpair foreground/background colors
|
||||||
|
|
||||||
-- new push button
|
-- new push button
|
||||||
|
@ -12,7 +12,6 @@ local element = require("graphics.element")
|
|||||||
---@field x? integer 1 if omitted
|
---@field x? integer 1 if omitted
|
||||||
---@field y? integer 1 if omitted
|
---@field y? integer 1 if omitted
|
||||||
---@field height? integer parent height 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
|
---@field fg_bg cpair foreground/background colors
|
||||||
|
|
||||||
-- new switch button (latch high/low)
|
-- new switch button (latch high/low)
|
||||||
|
Reference in New Issue
Block a user