summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/demochild.h
blob: 0a6c6e991c48b671376c0c1f486a89a2f00a6b97 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <gtk/gtk.h>

#define DEMO_TYPE_CHILD (demo_child_get_type ())
G_DECLARE_FINAL_TYPE (DemoChild, demo_child, DEMO, CHILD, GtkWidget)

GtkWidget * demo_child_new (const char *color);