feat: added option menu

This commit is contained in:
paul
2024-09-23 19:31:30 +05:30
parent 1533888f07
commit 33cb40d886
5 changed files with 165 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import Frame from "./widgets/frame"
import { Input, Text } from "./widgets/input"
import Label from "./widgets/label"
import MainWindow from "./widgets/mainWindow"
import OptionMenu from "./widgets/optionMenu"
import Slider from "./widgets/slider"
import TopLevel from "./widgets/toplevel"
@@ -73,6 +74,12 @@ const TkinterSidebar = [
link: "https://github.com",
widgetClass: Slider
},
{
name: "Option Menu",
img: ButtonWidget,
link: "https://github.com",
widgetClass: OptionMenu
},
]