Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

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