Functions

expander_child_alloc (x, y, width, height)

expander_child_free (expander_child)

expander_set_child_alloc (x, y, width, height)

expander_set_child_free (expander_set_child)

plot_alloc (n_points, n_bitmaps, n_pixmaps)

plot_free (plot)

plot_get_bitmap (plot)

plot_get_bitmap_color (plot)

plot_get_join_points (plot)

plot_get_n_bitmaps (plot)

plot_get_n_pixmaps (plot)

plot_get_n_points (plot)

plot_get_pixmap (plot)

plot_get_point (plot)

plot_get_point_color (plot)

plot_get_point_label (plot)

plot_set_bitmap (plot, bitmap)

plot_set_bitmap_color (plot, bitmap_color)

plot_set_join_points (plot, join_points)

plot_set_n_bitmaps (plot, n_bitmaps)

plot_set_n_pixmaps (plot, n_pixmaps)

plot_set_n_points (plot, n_points)

plot_set_pixmap (plot, pixmap)

plot_set_point (plot, point)

plot_set_point_color (plot, point_color)

plot_set_point_label (plot, point_label)

widget_cclosure_marshal_OBJECT__VOID (closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)

widget_cclosure_marshal_VOID__OBJECT_INT (closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)

widget_cclosure_marshal_VOID__STRING_INT (closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)

Details

AgsGui.expander_child_alloc(x, y, width, height)
Parameters:
  • x (int) – the x position

  • y (int) – the y position

  • width (int) – the width

  • height (int) – the height

Returns:

the new AgsGui.ExpanderChild-struct

Return type:

object or None

Allocate AgsGui.ExpanderChild-struct.

New in version 3.0.0.

AgsGui.expander_child_free(expander_child)
Parameters:

expander_child (object or None) – the AgsGui.ExpanderChild-struct

Free expander_child.

New in version 3.2.2.

AgsGui.expander_set_child_alloc(x, y, width, height)
Parameters:
  • x (int) – the x position

  • y (int) – the y position

  • width (int) – the width

  • height (int) – the height

Returns:

the new AgsGui.ExpanderSetChild-struct

Return type:

object or None

Allocate AgsGui.ExpanderSetChild-struct.

New in version 3.0.0.

AgsGui.expander_set_child_free(expander_set_child)
Parameters:

expander_set_child (object or None) – the AgsGui.ExpanderSetChild-struct

Free expander_set_child.

New in version 3.2.2.

AgsGui.plot_alloc(n_points, n_bitmaps, n_pixmaps)
Parameters:
  • n_points (int) – number of points

  • n_bitmaps (int) – number of bitmaps

  • n_pixmaps (int) – number of pixmaps

Returns:

the newly allocated AgsGui.Plot-struct

Return type:

object or None

Allocate AgsGui.Plot-struct.

New in version 3.0.0.

AgsGui.plot_free(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Free plot.

New in version 3.0.0.

AgsGui.plot_get_bitmap(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

bitmap field

Return type:

int

Get bitmaps.

New in version 3.2.0.

AgsGui.plot_get_bitmap_color(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

bitmap color field

Return type:

float

Get bitmap colors.

New in version 3.2.0.

AgsGui.plot_get_join_points(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

join_points field

Return type:

bool

Get join points.

New in version 3.2.0.

AgsGui.plot_get_n_bitmaps(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

n_bitmaps field

Return type:

int

Get number of bitmaps.

New in version 3.2.0.

AgsGui.plot_get_n_pixmaps(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

n_pixmaps field

Return type:

int

Get number of pixmaps.

New in version 3.2.0.

AgsGui.plot_get_n_points(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

n_points field

Return type:

int

Get number of points.

New in version 3.2.0.

AgsGui.plot_get_pixmap(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

pixmap field

Return type:

int

Get pixmaps.

New in version 3.2.0.

AgsGui.plot_get_point(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

point field

Return type:

float

Get points.

New in version 3.2.0.

AgsGui.plot_get_point_color(plot)
Parameters:

plot (object or None) – the AgsGui.Plot-struct

Returns:

point color field

Return type:

float

Get point colors.

New in version 3.2.0.

AgsGui.plot_get_point_label(plot)
Parameters:

plot (object or None) – the AgsGui.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:

Set bitmap field of plot.

New in version 3.2.0.

AgsGui.plot_set_bitmap_color(plot, bitmap_color)
Parameters:

Set bitmap color field of plot.

New in version 3.2.0.

AgsGui.plot_set_join_points(plot, join_points)
Parameters:

Set join_points field of plot.

New in version 3.2.0.

AgsGui.plot_set_n_bitmaps(plot, n_bitmaps)
Parameters:

Set n_bitmaps field of plot.

New in version 3.2.0.

AgsGui.plot_set_n_pixmaps(plot, n_pixmaps)
Parameters:

Set n_pixmaps field of plot.

New in version 3.2.0.

AgsGui.plot_set_n_points(plot, n_points)
Parameters:

Set n_points field of plot.

New in version 3.2.0.

AgsGui.plot_set_pixmap(plot, pixmap)
Parameters:

Set pixmap field of plot.

New in version 3.2.0.

AgsGui.plot_set_point(plot, point)
Parameters:

Set point field of plot.

New in version 3.2.0.

AgsGui.plot_set_point_color(plot, point_color)
Parameters:

Set point color field of plot.

New in version 3.2.0.

AgsGui.plot_set_point_label(plot, point_label)
Parameters:

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:
AgsGui.widget_cclosure_marshal_VOID__OBJECT_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)
Parameters:
AgsGui.widget_cclosure_marshal_VOID__STRING_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)
Parameters: