AWeatherGui

AWeatherGui

Synopsis

                    AWeatherGui;
AWeatherGui *       aweather_gui_new                    ();
GisWorld *          aweather_gui_get_world              (AWeatherGui *gui);
GisOpenGL *         aweather_gui_get_opengl             (AWeatherGui *gui);
GisView *           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_attach_plugin          (AWeatherGui *self,
                                                         const gchar *name);
void                aweather_gui_deattach_plugin        (AWeatherGui *self,
                                                         const gchar *name);

Object Hierarchy

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

Implemented Interfaces

AWeatherGui implements GtkBuildable and AtkImplementorIface.

Description

Details

AWeatherGui

typedef struct _AWeatherGui AWeatherGui;


aweather_gui_new ()

AWeatherGui *       aweather_gui_new                    ();

Returns :


aweather_gui_get_world ()

GisWorld *          aweather_gui_get_world              (AWeatherGui *gui);

gui :

Returns :


aweather_gui_get_opengl ()

GisOpenGL *         aweather_gui_get_opengl             (AWeatherGui *gui);

gui :

Returns :


aweather_gui_get_view ()

GisView *           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_attach_plugin ()

void                aweather_gui_attach_plugin          (AWeatherGui *self,
                                                         const gchar *name);

self :

name :


aweather_gui_deattach_plugin ()

void                aweather_gui_deattach_plugin        (AWeatherGui *self,
                                                         const gchar *name);

self :

name :