ev-loading-window
ev-loading-window
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----EvLoadingWindow
Implemented Interfaces
EvLoadingWindow implements
AtkImplementorIface and GtkBuildable.
Properties
"parent" GtkWindow* : Write / Construct Only
Details
EvLoadingWindow
typedef struct _EvLoadingWindow EvLoadingWindow;
EvLoadingWindowClass
typedef struct _EvLoadingWindowClass EvLoadingWindowClass;
ev_loading_window_get_size ()
void ev_loading_window_get_size (EvLoadingWindow *window,
gint *width,
gint *height);
ev_loading_window_move ()
void ev_loading_window_move (EvLoadingWindow *window,
gint x,
gint y);
ev_loading_window_new ()
GtkWidget * ev_loading_window_new (GtkWindow *parent);
Property Details
The "parent" property
"parent" GtkWindow* : Write / Construct Only
The parent window.