cutego/gui/qaccessibletablecellinterface.h

15 lines
491 B
C
Raw Normal View History

2015-10-24 18:18:24 +03:00
#ifdef __cplusplus
extern "C" {
#endif
2015-11-09 20:23:42 +03:00
int QAccessibleTableCellInterface_ColumnExtent(void* ptr);
int QAccessibleTableCellInterface_ColumnIndex(void* ptr);
int QAccessibleTableCellInterface_IsSelected(void* ptr);
int QAccessibleTableCellInterface_RowExtent(void* ptr);
int QAccessibleTableCellInterface_RowIndex(void* ptr);
void* QAccessibleTableCellInterface_Table(void* ptr);
void QAccessibleTableCellInterface_DestroyQAccessibleTableCellInterface(void* ptr);
2015-10-24 18:18:24 +03:00
#ifdef __cplusplus
}
#endif