Gladeui.Clipboard¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Whether clipboard has a selection of items to paste |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gladeui.Clipboard(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Gladeui.Clipboard
object- Return type:
- add(widgets)¶
- Parameters:
widgets ([
Gladeui.Widget
]) – aGLib.List
ofGladeui.Widgets
Adds widgets to self. This increases the reference count of each
Gladeui.Widget
in widgets.
- clear()¶
Removes all widgets from the self.
- widgets()¶
- Returns:
a
GLib.List
ofGladeui.Widgets
- Return type: