atk.TableT

Undocumented in source.

Public Imports

atk.ObjectAtk
public import atk.ObjectAtk;
atk.c.functions
public import atk.c.functions;
atk.c.types
public import atk.c.types;
glib.Str
public import glib.Str;
gobject.ObjectG
public import gobject.ObjectG;
gobject.Signals
public import gobject.Signals;
gtkc.atktypes
public import gtkc.atktypes;
std.algorithm
public import std.algorithm;

Members

Templates

TableT
template TableT(TStruct)

gtk.Table should be implemented by components which present elements ordered via rows and columns. It may also be used to present tree-structured information if the nodes of the trees can be said to contain multiple "columns". Individual elements of an gtk.Table are typically referred to as "cells". Those cells should implement the interface AtkTableCell, but Atk doesn't require them to be direct children of the current gtk.Table They can be grand-children, grand-grand-children etc. gtk.Table provides the API needed to get a individual cell based on the row and column numbers.