Open Filipp-Druan opened 7 months ago
See #58. Subclassing is a complex feature and not supported yet, so you may only reuse common widgets by composition instead of inheritence at present.
If your widgets do not depend on gtk4 widgets, you can probably create your own, but that involves creating your own widget system and rendering your widgets on DrawingArea.
Hello! Please tell me, can I create my own widgets? Are there any restrictions on inheritance? Can you give an example of creating your own widget?