PlankWidgetsCompositedWindow

PlankWidgetsCompositedWindow — A GtkWindow with compositing support enabled. The default expose event will draw a completely transparent window.

Synopsis

#define             PLANK_WIDGETS_TYPE_COMPOSITED_WINDOW
PlankWidgetsCompositedWindow * plank_widgets_composited_window_new
                                                        (void);
PlankWidgetsCompositedWindow * plank_widgets_composited_window_new_with_type
                                                        (GtkWindowType window_type);
struct              PlankWidgetsCompositedWindow;
struct              PlankWidgetsCompositedWindowClass;

Object Hierarchy

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

Implemented Interfaces

PlankWidgetsCompositedWindow implements AtkImplementorIface and GtkBuildable.

Description

Details

PLANK_WIDGETS_TYPE_COMPOSITED_WINDOW

#define PLANK_WIDGETS_TYPE_COMPOSITED_WINDOW (plank_widgets_composited_window_get_type ())

The type for PlankWidgetsCompositedWindow.


plank_widgets_composited_window_new ()

PlankWidgetsCompositedWindow * plank_widgets_composited_window_new
                                                        (void);

plank_widgets_composited_window_new_with_type ()

PlankWidgetsCompositedWindow * plank_widgets_composited_window_new_with_type
                                                        (GtkWindowType window_type);

window_type :

 

struct PlankWidgetsCompositedWindow

struct PlankWidgetsCompositedWindow;

A GtkWindow with compositing support enabled. The default expose event will draw a completely transparent window.


struct PlankWidgetsCompositedWindowClass

struct PlankWidgetsCompositedWindowClass {
	GtkWindowClass parent_class;
};

The class structure for PLANK_WIDGETS_TYPE_COMPOSITED_WINDOW. All the fields in this structure are private and should never be accessed directly.

GtkWindowClass parent_class;

the parent class structure