X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Faweather-gui.h;h=af5e4a8243905906778e74c44fce4653741373a5;hp=91e53d24bdabfb629b470682f18a1473ba4700f1;hb=40b17f742041c317915326c6f5ea6d92397c7363;hpb=13e5efb9aae0da9f9c3cc6e0c32aafae2037de18 diff --git a/src/aweather-gui.h b/src/aweather-gui.h index 91e53d2..af5e4a8 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.h @@ -35,19 +35,16 @@ typedef struct _AWeatherGui AWeatherGui; typedef struct _AWeatherGuiClass AWeatherGuiClass; struct _AWeatherGui { - GObject parent_instance; + GtkWindow parent_instance; /* instance members */ AWeatherView *view; GtkBuilder *builder; - GtkWindow *window; - GtkNotebook *tabs; - GtkDrawingArea *drawing; GList *plugins; }; struct _AWeatherGuiClass { - GObjectClass parent_class; + GtkWindowClass parent_class; /* class members */ };