Table
Object Hierarchy:
Description:
[
CCode ( type_id =
"mx_table_get_type ()" ) ]
public class Table :
Widget,
Implementor,
Animatable,
Container,
Scriptable,
Focusable,
Stylable
The contents of this structure is private and should only be accessed using the provided API.
Content:
Properties:
Creation methods:
- public Table ()
Create a new Table
Methods:
- public int child_get_column (Actor child)
Get the column of the child.
- public int child_get_column_span (Actor child)
Get the column span of the child.
- public int child_get_row (Actor child)
Get the row of the child.
- public int child_get_row_span (Actor child)
Get the row span of the child.
- public Align child_get_x_align (Actor child)
Get the x-align value of the child
- public bool child_get_x_expand (Actor child)
Get the x-expand property of the child
- public bool child_get_x_fill (Actor child)
Get the x-fill state of the child
- public Align child_get_y_align (Actor child)
Get the y-align value of the child
- public bool child_get_y_expand (Actor child)
Get the y-expand property of the child.
- public bool child_get_y_fill (Actor child)
Get the y-fill state of the child
- public void child_set_column (Actor child, int col)
Set the column of the child
- public void child_set_column_span (Actor child, int span)
Set the column span of the child.
- public void child_set_row (Actor child, int row)
Set the row of the child
- public void child_set_row_span (Actor child, int span)
Set the row span of the child.
- public void child_set_x_align (Actor child, Align align)
Set the alignment of the child within its cell.
- public void child_set_x_expand (Actor child, bool expand)
Set x-expand on the child.
- public void child_set_x_fill (Actor child, bool fill)
Set the fill state of the child on the x-axis.
- public void child_set_y_align (Actor child, Align align)
Set the value of the y-align property.
- public void child_set_y_expand (Actor child, bool expand)
Set y-expand on the child.
- public void child_set_y_fill (Actor child, bool fill)
Set the fill state of the child on the y-axis.
- public unowned Actor get_actor_at (int row, int column)
Get an actor at a given position in this
.
- public int get_column_count ()
Retrieve the current number of columns in
this
- public int get_column_spacing ()
Gets the amount of spacing between columns.
- public int get_row_count ()
Retrieve the current number rows in the
this
- public int get_row_spacing ()
Gets the amount of spacing between rows.
- public void insert_actor (Actor actor, int row, int column)
Insert an actor at the specified row and column
- public void set_column_spacing (int spacing)
Sets the amount of spacing between columns.
- public void set_row_spacing (int spacing)
Sets the amount of spacing between rows.
Inherited Members:
All known members inherited from class Mx.Widget
All known members inherited from class Clutter.Actor
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Atk.Implementor
All known members inherited from interface Clutter.Animatable
- animate_property
- find_property
- get_initial_state
- interpolate_value
All known members inherited from interface Clutter.Container
- @foreach
- actor_added
- actor_removed
- add
- add_actor
- add_valist
- child_get
- child_get_property
- child_notify
- child_set
- child_set_property
- class_find_child_property
- class_list_child_properties
- create_child_meta
- destroy_child_meta
- find_child_by_name
- find_child_property
- foreach_with_internals
- get_child_meta
- get_children
- list_child_properties
- lower_child
- raise_child
- remove
- remove_actor
- remove_valist
- sort_depth_order
All known members inherited from interface Clutter.Scriptable
All known members inherited from interface Mx.Focusable
All known members inherited from interface Mx.Stylable