PlankWidgetsPoofWindow

PlankWidgetsPoofWindow — An animated window that draws a 'poof' animation. Used when dragging items off the dock.

Synopsis

#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;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----PlankWidgetsCompositedWindow
                                       +----PlankWidgetsPoofWindow

Implemented Interfaces

PlankWidgetsPoofWindow implements AtkImplementorIface and GtkBuildable.

Properties

  "x"                        gint                  : Write / Construct Only
  "y"                        gint                  : Write / Construct Only

Description

Details

PLANK_WIDGETS_TYPE_POOF_WINDOW

#define PLANK_WIDGETS_TYPE_POOF_WINDOW (plank_widgets_poof_window_get_type ())

The type for PlankWidgetsPoofWindow.


plank_widgets_poof_window_run ()

void                plank_widgets_poof_window_run       (PlankWidgetsPoofWindow *self);

self :

the PlankWidgetsPoofWindow instance

plank_widgets_poof_window_new ()

PlankWidgetsPoofWindow * plank_widgets_poof_window_new  (gint x,
                                                         gint y);

Creates a new poof window at the screen-relative coordinates specified.

x :

 . the x position of the poof window. [in]

y :

 . the y position of the poof window. [in]

struct PlankWidgetsPoofWindow

struct PlankWidgetsPoofWindow;

An animated window that draws a 'poof' animation. Used when dragging items off the dock.


struct PlankWidgetsPoofWindowClass

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 parent_class;

the parent class structure

Property Details

The "x" property

  "x"                        gint                  : Write / Construct Only

x.

Default value: 0


The "y" property

  "y"                        gint                  : Write / Construct Only

y.

Default value: 0