X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-gui.h;h=70e03a6885e1d9a867e5b102e4c372dd8b55162a;hb=d6cf708a2db6eae88dda328a17bf2157c9c90ca8;hp=921426c4abe4c8e70adc0f0228e7b8b37d8a4f4a;hpb=d1d479adc78f455398046e115ffd382954d3cc82;p=grits diff --git a/src/aweather-gui.h b/src/aweather-gui.h index 921426c..70e03a6 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2009 Andy Spencer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #ifndef __AWEATHER_GUI_H__ #define __AWEATHER_GUI_H__ @@ -38,10 +55,8 @@ GType aweather_gui_get_type(void); /* Methods */ AWeatherGui *aweather_gui_new(); AWeatherView *aweather_gui_get_view(AWeatherGui *gui); -GtkBuilder *aweather_gui_get_builder(AWeatherGui *gui); -GtkWindow *aweather_gui_get_window(AWeatherGui *gui); -GtkNotebook *aweather_gui_get_tabs(AWeatherGui *gui); -GtkDrawingArea *aweather_gui_get_drawing(AWeatherGui *gui); +GtkWidget *aweather_gui_get_widget(AWeatherGui *gui, const gchar *name); +void aweather_gui_gl_redraw(AWeatherGui *gui); void aweather_gui_gl_begin(AWeatherGui *gui); void aweather_gui_gl_end(AWeatherGui *gui); void aweather_gui_gl_flush(AWeatherGui *gui);