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

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