From rempas at tutanota.com Wed Jul 12 23:38:08 2023 From: rempas at tutanota.com (rempas at tutanota.com) Date: Thu, 13 Jul 2023 08:38:08 +0200 (CEST) Subject: [webkit-help] Getting started with WebkitGtk (libwebkitgtk-6.0) Message-ID: Hello everyone! I am new to both Gtk and WebkitGtk and I want to find a starter code so I'm able to understand how things work at a basic level and then be able to read the documentation. Gtk4 seems to have documentation that shows the basic about how to create windows, some widgets and draw. But WebkitGtk doesn't seem to have that. I can only find an outdated example about creating a window. But that is from 2014 and I want to use the latest WebkitGtk version (libwebkitgtk-6.0) that has a stable API and ABI for Gtk4. So if someone can point out a source, or give me some (commented and explained) code in C, I would really appreciate that! Thank you all for your time!