|
I'm working on a GTK4 widget system similar to something like eww. |
Answered by
khvzak
Dec 13, 2023
Replies: 1 comment 3 replies
|
You can use If you don't know exact (final) type, then you can store types in Enum or try something like |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also optionally register
gtk::Widgettype directly with Lua usingLua::register_userdata_typeand then create objects usingLua::create_any_userdata