| Top |
GladeClipboardGladeClipboard — A list of GladeWidget objects not in any GladeProject. |
Functions
| GladeClipboard * | glade_clipboard_new () |
| void | glade_clipboard_add () |
| void | glade_clipboard_remove () |
| void | glade_clipboard_selection_add () |
| void | glade_clipboard_selection_remove () |
| void | glade_clipboard_selection_clear () |
| gboolean | glade_clipboard_get_has_selection () |
Description
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.
Functions
glade_clipboard_add ()
void glade_clipboard_add (GladeClipboard *clipboard,GList *widgets);
Adds widgets
to clipboard
.
This increases the reference count of each GladeWidget in widgets
.
glade_clipboard_remove ()
void glade_clipboard_remove (GladeClipboard *clipboard,GList *widgets);
Removes widgets
from clipboard
.
glade_clipboard_selection_add ()
void glade_clipboard_selection_add (GladeClipboard *clipboard,GladeWidget *widget);
glade_clipboard_selection_remove ()
void glade_clipboard_selection_remove (GladeClipboard *clipboard,GladeWidget *widget);
glade_clipboard_selection_clear ()
void
glade_clipboard_selection_clear (GladeClipboard *clipboard);
glade_clipboard_get_has_selection ()
gboolean
glade_clipboard_get_has_selection (GladeClipboard *clipboard);
Property Details
The “has-selection” property
“has-selection” gboolean
Whether clipboard has a selection of items to paste.
Flags: Read
Default value: FALSE
