From 6f645579f802bfda58ac73258cf629e522a09abe Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 8 Jun 2022 16:52:41 -0400 Subject: [PATCH] #63 removed gframe as an argument to buttons --- graphics/elements/button_push.lua | 1 - graphics/elements/button_switch.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/graphics/elements/button_push.lua b/graphics/elements/button_push.lua index f74ad19..e81740a 100644 --- a/graphics/elements/button_push.lua +++ b/graphics/elements/button_push.lua @@ -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 diff --git a/graphics/elements/button_switch.lua b/graphics/elements/button_switch.lua index 3d75bcc..6c14483 100644 --- a/graphics/elements/button_switch.lua +++ b/graphics/elements/button_switch.lua @@ -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)