Dazzle.GraphView¶
- Subclasses:
Methods¶
- Inherited:
Gtk.DrawingArea (1), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
The data model for the graph. |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.GraphView(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- add_renderer(renderer)¶
- Parameters:
renderer (
Dazzle.GraphRenderer
) –
- get_model()¶
- Returns:
An
Dazzle.GraphModel
orNone
.- Return type:
Gets the
Dazzle.GraphView
:model
property.
- set_model(model)¶
- Parameters:
model (
Dazzle.GraphModel
) –
Property Details¶
- Dazzle.GraphView.props.model¶
- Name:
model
- Type:
- Default Value:
- Flags:
The data model for the graph.