First part of a tutorial explaining how to use the GObject system with GTK4, in C. Here, we start by creating a simple (but useless) custom widget.
Note that this is a re-recording of the original video. The original video can still be found on my channel, suffixed with "(OLD VERSION)".
SHOWNOTES:
GitLab repo with the source code for this Part: https://gitlab.com/LARathbone/gobject-fun/-/tree/master/youtube-tutorial/1
Command to get a ctags file set up for glib2 and gtk4 (exuberant ctags required):
ctags -R --c-kinds=+p /usr/include/gtk-4.0/ /usr/include/glib-2.0/
Christian Hergert's tutorial on GObject: https://www.youtube.com/watch?v=1-_EBEr0fxI
Official GObject tutorial: https://developer-old.gnome.org/gobject/stable/pt02.html
GTK4 reference manual: https://docs.gtk.org/gtk4
Download
0 formats
No download links available.
GTK4/GObject in C Tutorial - Part 1 - Introduction | NatokHD