GladeClipboardView

GladeClipboardView — A widget to view and control the GladeClipboard.

Synopsis

                    GladeClipboardView;
GtkWidget *         glade_clipboard_view_new            (GladeClipboard *clipboard);
void                glade_clipboard_view_add            (GladeClipboardView *view,
                                                         GladeWidget *widget);
void                glade_clipboard_view_remove         (GladeClipboardView *view,
                                                         GladeWidget *widget);
void                glade_clipboard_view_refresh_sel    (GladeClipboardView *view);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GladeClipboardView

Implemented Interfaces

GladeClipboardView implements AtkImplementorIface and GtkBuildable.

Description

The GladeClipboardView is a widget to view the GladeWidget objects in the GladeClipboard; the user can paste or delete objects on the clipboard.

Details

GladeClipboardView

typedef struct _GladeClipboardView GladeClipboardView;

glade_clipboard_view_new ()

GtkWidget *         glade_clipboard_view_new            (GladeClipboard *clipboard);

Create a new GladeClipboardView widget for clipboard.

clipboard :

a GladeClipboard

Returns :

a new GladeClipboardView cast to be a GtkWidget

glade_clipboard_view_add ()

void                glade_clipboard_view_add            (GladeClipboardView *view,
                                                         GladeWidget *widget);

Adds widget to view.

view :

a GladeClipboardView

widget :

a GladeWidget

glade_clipboard_view_remove ()

void                glade_clipboard_view_remove         (GladeClipboardView *view,
                                                         GladeWidget *widget);

glade_clipboard_view_refresh_sel ()

void                glade_clipboard_view_refresh_sel    (GladeClipboardView *view);

Synchronizes the treeview selection to the clipboard selection.

view :

a GladeClipboardView