<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
// // See license.txt for license information. // // tgl_tablerow.xml // // 6-Aug-2003 phamilton Created //
-->

<object xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="urn:xmlliterate.schema" name="tablerow">
    <description>A row in a table of data.</description>
    <classname>tgl_tablerow</classname>
    <members>
        <typedobjvectortype name="cols">
            <description>The columns of the row.</description>
            <reftype>tablecol</reftype>
        </typedobjvectortype>
    </members>
    <methods>
        <method name="get_block">
            <inheritance>override</inheritance>
            <implementations>
                <xi:include href="cpp/return_null.xml"/>
            </implementations>
        </method>
    </methods>
</object>