/* ATK - Accessibility Toolkit * Copyright 2014 SUSE LLC. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA.
*/
#ifdefined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION) #error"Only can be included directly." #endif
/** * AtkTableCellIface: * @get_column_span: virtual function that returns the number of * columns occupied by this cell accessible. @Since: 2.12 * @get_column_header_cells: virtual function that returns the column * headers as an array of cell accessibles. @Since: 2.12 * @get_position: virtual function that retrieves the tabular position * of this cell. @Since: 2.12 * @get_row_span: virtual function that returns the number of rows * occupied by this cell. @Since: 2.12 * @get_row_header_cells: virtual function that returns the row * headers as an array of cell accessibles. @Since: 2.12 * @get_row_column_span: virtual function that get the row an column * indexes and span of this cell. @Since: 2.12 * @get_table: virtual function that returns a reference to the * accessible of the containing table. @Since: 2.12
*/ struct _AtkTableCellIface
{
GTypeInterface parent;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.