Top |
GladeClipboardGladeClipboard — A list of GladeWidget objects not in any GladeProject. |
GladeClipboard * | glade_clipboard_new () |
void | glade_clipboard_add () |
void | glade_clipboard_clear () |
GList * | glade_clipboard_widgets () |
gboolean | glade_clipboard_get_has_selection () |
The GladeClipboard is a singleton and is an accumulative shelf of all cut or copied GladeWidget in the application. A GladeWidget can be cut from one GladeProject and pasted to another.
void glade_clipboard_add (GladeClipboard *clipboard
,GList *widgets
);
Adds widgets
to clipboard
.
This increases the reference count of each GladeWidget in widgets
.
void
glade_clipboard_clear (GladeClipboard *clipboard
);
Removes all widgets from the clipboard
.
gboolean
glade_clipboard_get_has_selection (GladeClipboard *clipboard
);