Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 343 Bytes

Basic Subclass

This example creates a GtkApplication and a GtkApplicationWindow subclass and showcases how you can override virtual funcitons such as startup and activate and how to interact with the GObjects and their private structs.

Run it by executing:

cargo run --bin basic_subclass

screenshot