Gnm.NamedExprCollection¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Gnm.NamedExprCollection¶
- classmethod new()¶
- Returns:
the newly allocated
Gnm.NamedExprCollection
.- Return type:
- foreach(func, *data)¶
- Parameters:
func (
GLib.HFunc
) –
Iterate over all names, including placeholders.
- list()¶
- Return type:
- relink()¶
- unlink()¶
- unref()¶
Frees names defined in the local scope. NOTE : THIS DOES NOT INVALIDATE NAMES THAT REFER TO THIS SCOPE. eg in scope sheet2 we have a name that refers to sheet1. That will remain!