![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
PlankWidgetsPoofWindowPlankWidgetsPoofWindow — An animated window that draws a 'poof' animation. Used when dragging items off the dock. |
#define PLANK_WIDGETS_TYPE_POOF_WINDOW void plank_widgets_poof_window_run (PlankWidgetsPoofWindow *self
); PlankWidgetsPoofWindow * plank_widgets_poof_window_new (gint x
,gint y
); struct PlankWidgetsPoofWindow; struct PlankWidgetsPoofWindowClass;
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----PlankWidgetsCompositedWindow +----PlankWidgetsPoofWindow
#define PLANK_WIDGETS_TYPE_POOF_WINDOW (plank_widgets_poof_window_get_type ())
The type for PlankWidgetsPoofWindow.
void plank_widgets_poof_window_run (PlankWidgetsPoofWindow *self
);
|
the PlankWidgetsPoofWindow instance |
PlankWidgetsPoofWindow * plank_widgets_poof_window_new (gint x
,gint y
);
Creates a new poof window at the screen-relative coordinates specified.
|
. the x position of the poof window. [in] |
|
. the y position of the poof window. [in] |
struct PlankWidgetsPoofWindow;
An animated window that draws a 'poof' animation. Used when dragging items off the dock.
struct PlankWidgetsPoofWindowClass { PlankWidgetsCompositedWindowClass parent_class; };
The class structure for PLANK_WIDGETS_TYPE_POOF_WINDOW
. All the fields in this structure are private and should never be accessed directly.
PlankWidgetsCompositedWindowClass |
the parent class structure |