![]() |
![]() |
![]() |
Emerillon Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define EMERILLON_WINDOW_ERROR struct EmerillonWindow; struct EmerillonWindowClass; GtkWidget * emerillon_window_dup_default (void
); ChamplainView * emerillon_window_get_map_view (EmerillonWindow *window
); GtkUIManager * emerillon_window_get_ui_manager (EmerillonWindow *window
); GtkWidget * emerillon_window_get_toolbar (EmerillonWindow *window
); GtkWidget * emerillon_window_get_sidebar (EmerillonWindow *window
); GtkWidget * emerillon_window_get_statusbar (EmerillonWindow *window
); EmerillonWindowPrivate;
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----EmerillonWindow
GtkWidget * emerillon_window_dup_default (void
);
Retrieves Emerillon's main window
Returns : |
A GtkWidget. [transfer none] |
ChamplainView * emerillon_window_get_map_view (EmerillonWindow *window
);
Retrieves Emerillon's map view
|
An EmerillonWindow instance. [in] |
Returns : |
A ChamplainView. [transfer none] |
GtkUIManager * emerillon_window_get_ui_manager (EmerillonWindow *window
);
Retrieves Emerillon's UI manager
|
An EmerillonWindow instance. [in] |
Returns : |
A GtkUIManager. [transfer none] |
GtkWidget * emerillon_window_get_toolbar (EmerillonWindow *window
);
Retrieves Emerillon's toolbar
|
An EmerillonWindow instance. [in] |
Returns : |
A GtkWidget containing Emerillon's toolbar. [transfer none] |
GtkWidget * emerillon_window_get_sidebar (EmerillonWindow *window
);
Retrieves Emerillon's sidebar
|
An EmerillonWindow instance. [in] |
Returns : |
A GtkWidget containing the current sidebar. [transfer none] |
GtkWidget * emerillon_window_get_statusbar (EmerillonWindow *window
);
Retrieves Emerillon's statusbar
|
An EmerillonWindow instance. [in] |
Returns : |
A GtkWidget containing the current statusbar. [transfer none] |
"auto-update"
property"auto-update" gboolean : Read / Write
Toggle automatic update of the map position based on geoclue data. When enabled also gets the current position.
Since 0.1.2
Default value: FALSE