Vgtk3 Versions Save

GTK+ 3.x manual wrapper for V

0.3.0

4 years ago
  • 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

0.2.0

4 years ago

The changelog is so big that nobody could count. But maybe one of the last vgtk3 versions before replacement by GObject bindings which will use code generation because there are no dynamic modules that can add themselves functions in V, nor can a module be dynamically imported (to compile the code on-the-go).

0.1.0

4 years ago

The first release of vgtk3 It includes partial support of Window, Button, Entry, Alignment, VBox/HBox, MenuBar, Menu and MenuItem.