Top | ![]() |
![]() |
![]() |
![]() |
CaribouIScannableItemCaribouIScannableItem — Interface implemented by items that can be selected in scanning mode. |
gboolean | caribou_iscannable_item_get_scan_stepping () |
void | caribou_iscannable_item_set_scan_stepping () |
gboolean | caribou_iscannable_item_get_scan_selected () |
void | caribou_iscannable_item_set_scan_selected () |
CaribouIScannableItem is implemented by CaribouColumnModel, CaribouKeyModel and CaribouRowModel.
gboolean
caribou_iscannable_item_get_scan_stepping
(CaribouIScannableItem *self
);
Get and return the current value of the "scan-stepping" property.
void caribou_iscannable_item_set_scan_stepping (CaribouIScannableItem *self
,gboolean value
);
Set the value of the "scan-stepping" property to value
.
self |
the CaribouIScannableItem instance to modify |
|
value |
the new value of the "scan-stepping" property |
gboolean
caribou_iscannable_item_get_scan_selected
(CaribouIScannableItem *self
);
Get and return the current value of the "scan-selected" property.
void caribou_iscannable_item_set_scan_selected (CaribouIScannableItem *self
,gboolean value
);
Set the value of the "scan-selected" property to value
.
self |
the CaribouIScannableItem instance to modify |
|
value |
the new value of the "scan-selected" property |
typedef struct _CaribouIScannableItem CaribouIScannableItem;
Interface implemented by items that can be selected in scanning mode.
struct CaribouIScannableItemIface { GTypeInterface parent_iface; gboolean (*get_scan_stepping) (CaribouIScannableItem* self); void (*set_scan_stepping) (CaribouIScannableItem* self, gboolean value); gboolean (*get_scan_selected) (CaribouIScannableItem* self); void (*set_scan_selected) (CaribouIScannableItem* self, gboolean value); };
Interface for creating CaribouIScannableItem implementations.
the parent interface structure |
||
getter method for the abstract property "scan-stepping" |
||
setter method for the abstract property "scan-stepping" |
||
getter method for the abstract property "scan-selected" |
||
setter method for the abstract property "scan-selected" |