]> Pileus Git - aweather/blobdiff - src/aweather-gui.h
* Fixing some async issue (w/ gthread_init)
[aweather] / src / aweather-gui.h
index 91e53d24bdabfb629b470682f18a1473ba4700f1..af5e4a8243905906778e74c44fce4653741373a5 100644 (file)
@@ -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 */
 };