Gladeui.Clipboard
Properties
| Name | Type | Flags | Short Description | 
|---|
| has-selection | bool | r | Whether clipboard has a selection of items to paste | 
 
Class Details
- 
class Gladeui.Clipboard(**kwargs)
- 
- 
classmethod new()
- 
 
- 
add(widgets)
- 
Adds widgets to self.
This increases the reference count of each Gladeui.Widgetin widgets.
 
 
- 
clear()
- Removes all widgets from the self. 
 
- 
get_has_selection()
- 
| Returns: | Trueif this clipboard has selected items to paste. | 
|---|
 | Return type: | bool | 
|---|
 
 
 
- 
widgets()
- 
 
 
Property Details
- 
Gladeui.Clipboard.props.has_selection
- 
Whether clipboard has a selection of items to paste