Top | ![]() |
![]() |
![]() |
![]() |
CaribouRowModel ** | caribou_level_model_get_rows () |
CaribouLevelModel * | caribou_level_model_new () |
const gchar * | caribou_level_model_get_mode () |
#define | CARIBOU_TYPE_LEVEL_MODEL |
struct | CaribouLevelModel |
struct | CaribouLevelModelClass |
CaribouLevelModel implements CaribouIScannableGroup and CaribouIKeyboardObject.
This is used for implementing custom keyboard service.
A keyboard object consists of CaribouRowModel objects.
CaribouRowModel ** caribou_level_model_get_rows (CaribouLevelModel *self
,int *result_length1
);
const gchar *
caribou_level_model_get_mode (CaribouLevelModel *self
);
Get and return the current value of the "mode" property.
#define CARIBOU_TYPE_LEVEL_MODEL (caribou_level_model_get_type ())
The type for CaribouLevelModel.
struct CaribouLevelModel;
Object representing a level in a group.
This is used for implementing custom keyboard service.
A keyboard object consists of CaribouRowModel objects.
struct CaribouLevelModelClass { CaribouScannableGroupClass parent_class; };
The class structure for CARIBOU_TYPE_LEVEL_MODEL
. All the fields in this structure are private and should never be accessed directly.
“level-toggled”
signalvoid user_function (CaribouLevelModel *level_model, gchar *new_level, gpointer user_data)
level_model |
the CaribouLevelModel instance that received the signal |
|
new_level |
|
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last