GOffice.ColorGroup¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | fetch(name, context) | 
| class | find(name, context) | 
| add_color(c) | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Fields¶
| Inherited: | GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| context | object | r | |
| history | [ int] | r | |
| name | str | r | |
| parent | GObject.Object | r | 
Class Details¶
- 
class GOffice.ColorGroup(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - 
classmethod fetch(name, context)¶
- Parameters: - Returns: - Return type: - if name is - Noneor a name not currently in use by another group then a new group is created and returned. If name was- Nonethen the new group is given a unique name prefixed by “__cg_autogen_name__” (thereby insuring namespace separation). If name was already used by a group then the reference- GOffice.countis incremented and a pointer to the group is returned.
 
- 
classmethod 
Signal Details¶
- 
GOffice.ColorGroup.signals.history_changed(color_group)¶
- Signal Name: - history-changed- Flags: - RUN_LAST- Parameters: - color_group ( - GOffice.ColorGroup) – The object which received the signal