Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@zenith391 zenith391 released this 25 Jan 08:47
· 85 commits to master since this release
  • FInished Buttons
  • Added GDK module
  • Added GLib module
  • Demos are split into: box_demo.v, button_demo.v, entry_demo.v, etc.
  • Finished Grid
  • Finished Label
  • Added common widget functions to most widgets.
  • BaselinePosition enum
  • Custom signals on every widget
  • Added Application
  • More attributes for EVERY widgets
  • Window types
  • Window gravity
  • Window centering
  • Window ... (you get it)
  • Remade containers to share code between them, which means to use a container as it, you must first call to_container()
  • on(string, fn(widget Widget, _data voidptr), data voidptr) which is equivalent to custom signals but called directly on the struct.
  • Some more little changes
  • Removed mamma mia