Grl.RangeValue¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| max | GObject.Value | r/w | |
| min | GObject.Value | r/w | 
Methods¶
| class | hashtable_insert(hash_table, key, min, max) | 
| class | hashtable_new() | 
| class | new(min, max) | 
| dup() | |
| free() | 
Details¶
- 
class Grl.RangeValue¶
- 
classmethod hashtable_insert(hash_table, key, min, max)¶
- Parameters: - hash_table ({object:object}) –
- key (objectorNone) –
- min (GObject.Value) –
- max (GObject.Value) –
 
- hash_table ({
 - 
classmethod hashtable_new()¶
- Returns: - a - GLib.HashTable- Return type: - { - object:- Grl.RangeValue}
 - 
classmethod new(min, max)¶
- Parameters: - min (GObject.Value) –
- max (GObject.Value) –
 - Return type: 
- min (
 - 
dup()¶
- Return type: - Grl.RangeValue
 - 
free()¶
 
- 
classmethod