GooCanvas.CanvasItemSimpleData¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cache_setting |
r |
||
can_focus |
r/w |
if the item can take the keyboard focus. |
|
clip_fill_rule |
r/w |
the |
|
clip_path_commands |
[ |
r/w |
an array of |
has_tooltip |
r |
||
is_static |
r/w |
if the item is static. |
|
own_style |
r/w |
if the item has its own style, rather than using its parent’s. |
|
pointer_events |
r/w |
the |
|
style |
r/w |
the style to draw with. |
|
tooltip |
r/w |
the item’s tooltip. |
|
transform |
r/w |
the transformation matrix of the item, or |
|
visibility |
r/w |
the |
|
visibility_threshold |
r/w |
the threshold scale setting at which to show the item (if the visibility setting is set to %VISIBLE_ABOVE_THRESHOLD). |
Methods¶
None
Details¶
- class GooCanvas.CanvasItemSimpleData¶
This is the data common to both the model and view classes.