SCIMBridge
0.4.x
|
This header describes about attributes. More...
#include "scim-bridge.h"
Go to the source code of this file.
Typedefs | |
typedef enum _scim_bridge_attribute_type_t | scim_bridge_attribute_type_t |
typedef unsigned int | scim_bridge_attribute_value_t |
typedef struct _ScimBridgeAttribute | ScimBridgeAttribute |
Enumerations | |
enum | _scim_bridge_attribute_type_t { ATTRIBUTE_NONE, ATTRIBUTE_DECORATE, ATTRIBUTE_FOREGROUND, ATTRIBUTE_BACKGROUND } |
Variables | |
static const scim_bridge_attribute_value_t | SCIM_BRIDGE_ATTRIBUTE_DECORATE_NONE = 0x1000000 |
static const scim_bridge_attribute_value_t | SCIM_BRIDGE_ATTRIBUTE_DECORATE_UNDERLINE = 0x2000000 |
static const scim_bridge_attribute_value_t | SCIM_BRIDGE_ATTRIBUTE_DECORATE_HIGHLIGHT = 0x4000000 |
static const scim_bridge_attribute_value_t | SCIM_BRIDGE_ATTRIBUTE_DECORATE_REVERSE = 0x8000000 |
This header describes about attributes.
Attributes are used to give the clients some hints how the preedit strings should be shown.
They are used to highlight the current segment in the convertion mode, or to underline the newly-input-strings.