VGTK3
What is this?
This is a manual wrapper for
gtk3
C.<function>
vgtk3
gtk3
Container
Notes: We are still combining everything together here, will be separated after everything is finished
Dependencies
- gtk3 development package
- pkgconfig
Get Started
module main
import gtk
fn main() {
window := gtk.new_window()
window.set_title('Window Title')
window.set_default_size(500, 600)
window.set_position(.center)
window.show()
gtk.main()
}
Examples
Please checkout the
examples
make examples
Progress
- GTK
- AccelMap
- ActionBar
- Application
- Box
- Button
- ComboBox
- Container
- Dialog
- Entry
- Grid
- Image
- Label
- Menu
- MenuItem
- WidgetPath
- Widget
- Window
- GDK
- Device
- Window
- GIO
- File
- GLIB
- Array
- List
- Node
- SList
- String
Notes
- You need the latest GTK+ installed.
License
Gtk is available under the MIT License, please refer to it.