-
|
I'm working on a GTK4 widget system similar to something like eww. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
You can also optionally register
gtk::Widgettype directly with Lua usingLua::register_userdata_typeand then create objects usingLua::create_any_userdata