Add border management methods #10

Closed
Shlomo1412 wants to merge 1 commits from patch-4 into main
Shlomo1412 commented 2025-09-30 01:18:03 +08:00 (Migrated from github.com)

Add border methods - Available globally for all widgets.

Example Usage:

local btn = main:addButton({
    x = 2,
    y = 3,
    text = "Click Me",
    width = 12,
})
btn:addBorder(colors.red)
Add border methods - Available globally for all widgets. **Example Usage:** ```lua local btn = main:addButton({ x = 2, y = 3, text = "Click Me", width = 12, }) btn:addBorder(colors.red) ```
Shlomo1412 commented 2025-09-30 01:21:14 +08:00 (Migrated from github.com)

Hope I didn't break something

Hope I didn't break something

Pull request closed

Sign in to join this conversation.
No description provided.