GOffice.GraphObjectRole¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
allocate |
r |
optional allocator, g_object_new() is used if |
|
allowable_positions |
r/w |
allowed positions inside parent. |
|
can_add |
r |
return |
|
can_remove |
r |
return |
|
default_position |
r/w |
default position. |
|
id |
r/w |
id for persistence. |
|
is_a_typename |
r/w |
type name. |
|
naming_conv |
r/w |
naming convention. |
|
post_add |
r |
called after adding the child. |
|
post_remove |
r |
called after removing the child. |
|
pre_remove |
r |
called before removing the child. |
|
priority |
r/w |
priority. |
Methods¶
None
Details¶
- class GOffice.GraphObjectRole¶
Describes allowable children for a
GOffice.GraphObject.