AWeatherGui

AWeatherGui

Synopsis

                    AWeatherGui;
AWeatherGui *       aweather_gui_new                    ();
AWeatherView *      aweather_gui_get_view               (AWeatherGui *gui);
GtkWidget *         aweather_gui_get_widget             (AWeatherGui *gui,
                                                         const gchar *name);
GObject *           aweather_gui_get_object             (AWeatherGui *gui,
                                                         const gchar *name);
void                aweather_gui_register_plugin        (AWeatherGui *gui,
                                                         AWeatherPlugin *plugin);
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);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----AWeatherGui

Implemented Interfaces

AWeatherGui implements AtkImplementorIface and GtkBuildable.

Description

Details

AWeatherGui

typedef struct _AWeatherGui AWeatherGui;


aweather_gui_new ()

AWeatherGui *       aweather_gui_new                    ();

Returns :


aweather_gui_get_view ()

AWeatherView *      aweather_gui_get_view               (AWeatherGui *gui);

gui :

Returns :


aweather_gui_get_widget ()

GtkWidget *         aweather_gui_get_widget             (AWeatherGui *gui,
                                                         const gchar *name);

gui :

name :

Returns :


aweather_gui_get_object ()

GObject *           aweather_gui_get_object             (AWeatherGui *gui,
                                                         const gchar *name);

gui :

name :

Returns :


aweather_gui_register_plugin ()

void                aweather_gui_register_plugin        (AWeatherGui *gui,
                                                         AWeatherPlugin *plugin);

gui :

plugin :


aweather_gui_gl_redraw ()

void                aweather_gui_gl_redraw              (AWeatherGui *gui);

gui :


aweather_gui_gl_begin ()

void                aweather_gui_gl_begin               (AWeatherGui *gui);

gui :


aweather_gui_gl_end ()

void                aweather_gui_gl_end                 (AWeatherGui *gui);

gui :


aweather_gui_gl_flush ()

void                aweather_gui_gl_flush               (AWeatherGui *gui);

gui :