blob: 9cbc506c249fd9c837b2bf0cf902ce72312d0c07 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.
* The contents of this file are made available under the terms
* of the GNU Lesser General Public License (LGPL) Version 2.1 that
* accompanies this distribution (lgpl-v21.txt). The LGPL is also
* available at http://www.gnu.org/licenses/lgpl.html. If the version
* of the LGPL at http://www.gnu.org is different to the version of
* the LGPL accompanying this distribution and there is any conflict
* between the two license versions, the terms of the LGPL accompanying
* this distribution shall govern.
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.accessibility.gtk;
public class AtkTableIface {
/** @field cast=(AtkObject* (*)()) */
public int /*long*/ ref_at;
/** @field cast=(gint (*)()) */
public int /*long*/ get_index_at;
/** @field cast=(gint (*)()) */
public int /*long*/ get_column_at_index;
/** @field cast=(gint (*)()) */
public int /*long*/ get_row_at_index;
/** @field cast=(gint (*)()) */
public int /*long*/ get_n_columns;
/** @field cast=(gint (*)()) */
public int /*long*/ get_n_rows;
/** @field cast=(gint (*)()) */
public int /*long*/ get_column_extent_at;
/** @field cast=(gint (*)()) */
public int /*long*/ get_row_extent_at;
/** @field cast=(AtkObject* (*)()) */
public int /*long*/ get_caption;
/** @field cast=(G_CONST_RETURN gchar* (*)()) */
public int /*long*/ get_column_description;
/** @field cast=(AtkObject* (*)()) */
public int /*long*/ get_column_header;
/** @field cast=(G_CONST_RETURN gchar* (*)()) */
public int /*long*/ get_row_description;
/** @field cast=(AtkObject* (*)()) */
public int /*long*/ get_row_header;
/** @field cast=(AtkObject* (*)()) */
public int /*long*/ get_summary;
/** @field cast=(void (*)()) */
public int /*long*/ set_caption;
/** @field cast=(void (*)()) */
public int /*long*/ set_column_description;
/** @field cast=(void (*)()) */
public int /*long*/ set_column_header;
/** @field cast=(void (*)()) */
public int /*long*/ set_row_description;
/** @field cast=(void (*)()) */
public int /*long*/ set_row_header;
/** @field cast=(void (*)()) */
public int /*long*/ set_summary;
/** @field cast=(gint (*)()) */
public int /*long*/ get_selected_columns;
/** @field cast=(gint (*)()) */
public int /*long*/ get_selected_rows;
/** @field cast=(gboolean (*)()) */
public int /*long*/ is_column_selected;
/** @field cast=(gboolean (*)()) */
public int /*long*/ is_row_selected;
/** @field cast=(gboolean (*)()) */
public int /*long*/ is_selected;
/** @field cast=(gboolean (*)()) */
public int /*long*/ add_row_selection;
/** @field cast=(gboolean (*)()) */
public int /*long*/ remove_row_selection;
/** @field cast=(gboolean (*)()) */
public int /*long*/ add_column_selection;
/** @field cast=(gboolean (*)()) */
public int /*long*/ remove_column_selection;
/** @field cast=(void (*)()) */
public int /*long*/ row_inserted;
/** @field cast=(void (*)()) */
public int /*long*/ column_inserted;
/** @field cast=(void (*)()) */
public int /*long*/ row_deleted;
/** @field cast=(void (*)()) */
public int /*long*/ column_deleted;
/** @field cast=(void (*)()) */
public int /*long*/ row_reordered;
/** @field cast=(void (*)()) */
public int /*long*/ column_reordered;
/** @field cast=(void (*)()) */
public int /*long*/ model_changed;
}