| Top |
CaribouRowModel implements CaribouIScannableGroup, CaribouIScannableItem and CaribouIKeyboardObject.
This is used for implementing custom keyboard service.
A keyboard object consists of CaribouColumnModel objects.
CaribouColumnModel ** caribou_row_model_get_columns (CaribouRowModel *self,int *result_length1);
#define CARIBOU_TYPE_ROW_MODEL (caribou_row_model_get_type ())
The type for CaribouRowModel.
struct CaribouRowModel;
Object representing a row in a level.
This is used for implementing custom keyboard service.
A keyboard object consists of CaribouColumnModel objects.
struct CaribouRowModelClass {
CaribouScannableGroupClass parent_class;
};
The class structure for CARIBOU_TYPE_ROW_MODEL. All the fields in this structure are private and should never be accessed directly.