TableCell
Object Hierarchy:
Atk.TableCell
Atk.TableCell
Atk.TableCell
Atk.Object
Atk.Object
Atk.Object->Atk.TableCell
GLib.Object
GLib.Object
GLib.Object->Atk.Object
Description:
[
CCode ( type_id =
"atk_table_cell_get_type ()" ) ]
public interface TableCell :
Object
Being Table a component which present elements ordered via rows and columns, an
TableCell is the interface which each of those elements, so "cells" should implement.
See also Table .
All known implementing classes:
Content:
Methods:
public abstract GenericArray <Object > get_column_header_cells ()
Returns the column headers as an array of cell accessibles.
public abstract int get_column_span ()
Returns the number of columns occupied by this cell accessible.
public abstract bool get_position (out int row, out int column)
Retrieves the tabular position of this cell.
public abstract bool get_row_column_span (out int row, out int column, out int row_span, out int column_span)
Gets the row and column indexes and span of this cell accessible.
public abstract GenericArray <Object > get_row_header_cells ()
Returns the row headers as an array of cell accessibles.
public abstract int get_row_span ()
Returns the number of rows occupied by this cell accessible.
public abstract Object get_table ()
Returns a reference to the accessible of the containing table.
Inherited Members:
All known members inherited from class Atk.Object
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