Skip to content

Instantly share code, notes, and snippets.

View nlowe's full-sized avatar
🏠
Working from home

Nathan Lowe nlowe

🏠
Working from home
View GitHub Profile
//Compile With: valac --thread --pkg gtk+-3.0 TestApp.vala
using Gtk;
public class TestBar : Gtk.HeaderBar{
private unowned TestWindow main_window;
public TestBar(TestWindow parent){
get_style_context().add_class("my-bar");
show_close_button = true;