Tepl.GutterRendererFolds¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Tepl.GutterRendererFolds(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Tepl.GutterRendererFolds
.- Return type:
New in version 1.0.
- set_state(state)¶
- Parameters:
state (
Tepl.GutterRendererFoldsState
) – aTepl.GutterRendererFoldsState
.
Sets the folding state of the next cell to be drawn.
This function is intended to be called from a subclass’ draw method before chaining-up to its parent’s draw method.
New in version 1.0.