CaribouColumnModel

CaribouColumnModel — Object representing a column in a row.

Functions

Properties

gboolean scan-selected Read / Write
gboolean scan-stepping Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── CaribouScannableGroup
        ╰── CaribouColumnModel

Implemented Interfaces

CaribouColumnModel implements CaribouIScannableGroup, CaribouIScannableItem and CaribouIKeyboardObject.

Description

Functions

caribou_column_model_get_key ()

CaribouKeyModel *
caribou_column_model_get_key (CaribouColumnModel *self,
                              gint index);

Parameters

self

the CaribouColumnModel instance

 

index

 

 

caribou_column_model_first_key ()

CaribouKeyModel *
caribou_column_model_first_key (CaribouColumnModel *self);

Parameters

self

the CaribouColumnModel instance

 

caribou_column_model_new ()

CaribouColumnModel *
caribou_column_model_new (void);

Types and Values

CARIBOU_TYPE_COLUMN_MODEL

#define CARIBOU_TYPE_COLUMN_MODEL (caribou_column_model_get_type ())

The type for CaribouColumnModel.


struct CaribouColumnModel

struct CaribouColumnModel;

Object representing a column in a row.


struct CaribouColumnModelClass

struct CaribouColumnModelClass {
	CaribouScannableGroupClass parent_class;
};

The class structure for CARIBOU_TYPE_COLUMN_MODEL. All the fields in this structure are private and should never be accessed directly.

Members

Property Details

The “scan-selected” property

  “scan-selected”            gboolean

scan-selected.

Flags: Read / Write

Default value: FALSE


The “scan-stepping” property

  “scan-stepping”            gboolean

scan-stepping.

Flags: Read / Write

Default value: FALSE