Gnm.WorkbookControl¶
- Subclasses:
Methods¶
- Inherited:
GOffice.DocControl (2), GObject.Object (37), GOffice.CmdContext (11)
- Structs:
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
||
clipboard_changed_signal |
r |
||
wb_view |
r |
Class Details¶
- class Gnm.WorkbookControl(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- new_wrapper(wbv, wb, extra)¶
- Parameters:
wbv (
Gnm.WorkbookView
) –Gnm.WorkbookView
wb (
Gnm.Workbook
) –Gnm.Workbook
- Returns:
the newly allocated
Gnm.WorkbookControl
.- Return type:
- do_init_state() virtual¶
- do_paste_from_selection(pt) virtual¶
- Parameters:
pt (
Gnm.PasteTarget
) –
- do_update_action_sensitivity() virtual¶
- do_validation_msg(v, title, msg) virtual¶
- Parameters:
v (
Gnm.ValidationStyle
) –title (
str
) –msg (
str
) –
- Return type:
Property Details¶
- Gnm.WorkbookControl.props.view¶
- Name:
view
- Type:
- Default Value:
- Flags:
The
GOffice.workbook
view being controlled.