Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- AgsGui.expander_child_alloc(x, y, width, height)¶
- Parameters:
- Returns:
the new
AgsGui.ExpanderChild
-struct- Return type:
Allocate
AgsGui.ExpanderChild
-struct.New in version 3.0.0.
- AgsGui.expander_child_free(expander_child)¶
- Parameters:
expander_child (
object
orNone
) – theAgsGui.ExpanderChild
-struct
Free expander_child.
New in version 3.2.2.
- AgsGui.expander_set_child_alloc(x, y, width, height)¶
- Parameters:
- Returns:
the new
AgsGui.ExpanderSetChild
-struct- Return type:
Allocate
AgsGui.ExpanderSetChild
-struct.New in version 3.0.0.
- AgsGui.expander_set_child_free(expander_set_child)¶
- Parameters:
expander_set_child (
object
orNone
) – theAgsGui.ExpanderSetChild
-struct
Free expander_set_child.
New in version 3.2.2.
- AgsGui.plot_alloc(n_points, n_bitmaps, n_pixmaps)¶
- Parameters:
- Returns:
the newly allocated
AgsGui.Plot
-struct- Return type:
Allocate
AgsGui.Plot
-struct.New in version 3.0.0.
- AgsGui.plot_free(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct
Free plot.
New in version 3.0.0.
- AgsGui.plot_get_bitmap(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
bitmap field
- Return type:
Get bitmaps.
New in version 3.2.0.
- AgsGui.plot_get_bitmap_color(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
bitmap color field
- Return type:
Get bitmap colors.
New in version 3.2.0.
- AgsGui.plot_get_join_points(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
join_points field
- Return type:
Get join points.
New in version 3.2.0.
- AgsGui.plot_get_n_bitmaps(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
n_bitmaps field
- Return type:
Get number of bitmaps.
New in version 3.2.0.
- AgsGui.plot_get_n_pixmaps(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
n_pixmaps field
- Return type:
Get number of pixmaps.
New in version 3.2.0.
- AgsGui.plot_get_n_points(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
n_points field
- Return type:
Get number of points.
New in version 3.2.0.
- AgsGui.plot_get_pixmap(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
pixmap field
- Return type:
Get pixmaps.
New in version 3.2.0.
- AgsGui.plot_get_point(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
point field
- Return type:
Get points.
New in version 3.2.0.
- AgsGui.plot_get_point_color(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
point color field
- Return type:
Get point colors.
New in version 3.2.0.
- AgsGui.plot_get_point_label(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
point label field
- Return type:
[
str
]
Get point labels.
New in version 3.2.0.
- AgsGui.plot_set_bitmap(plot, bitmap)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structbitmap (
int
) – the bitmaps
Set bitmap field of plot.
New in version 3.2.0.
- AgsGui.plot_set_bitmap_color(plot, bitmap_color)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structbitmap_color (
float
) – the bitmaps colors as array of RGB value
Set bitmap color field of plot.
New in version 3.2.0.
- AgsGui.plot_set_join_points(plot, join_points)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct
Set join_points field of plot.
New in version 3.2.0.
- AgsGui.plot_set_n_bitmaps(plot, n_bitmaps)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structn_bitmaps (
int
) – the number of bitmaps
Set n_bitmaps field of plot.
New in version 3.2.0.
- AgsGui.plot_set_n_pixmaps(plot, n_pixmaps)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structn_pixmaps (
int
) – the number of pixmaps
Set n_pixmaps field of plot.
New in version 3.2.0.
- AgsGui.plot_set_n_points(plot, n_points)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structn_points (
int
) – the number of points
Set n_points field of plot.
New in version 3.2.0.
- AgsGui.plot_set_pixmap(plot, pixmap)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpixmap (
int
) – the pixmaps
Set pixmap field of plot.
New in version 3.2.0.
- AgsGui.plot_set_point(plot, point)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpoint (
float
) – the points as array of coordinates
Set point field of plot.
New in version 3.2.0.
- AgsGui.plot_set_point_color(plot, point_color)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpoint_color (
float
) – the points colors as array of RGB value
Set point color field of plot.
New in version 3.2.0.
- AgsGui.plot_set_point_label(plot, point_label)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpoint_label (
str
) – the points labels as string vector
Set point label field of plot.
New in version 3.2.0.
- AgsGui.widget_cclosure_marshal_OBJECT__VOID(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure
) –return_value (
GObject.Value
) –n_param_values (
int
) –param_values (
GObject.Value
) –
- AgsGui.widget_cclosure_marshal_VOID__OBJECT_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure
) –return_value (
GObject.Value
) –n_param_values (
int
) –param_values (
GObject.Value
) –
- AgsGui.widget_cclosure_marshal_VOID__STRING_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure
) –return_value (
GObject.Value
) –n_param_values (
int
) –param_values (
GObject.Value
) –