Skip to content

Latest commit

 

History

History
 
 

basic_subclass

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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