Class
PosOskKey
Description [src]
final class Pos.OskKey : GObject.Object
{
/* No available fields */
}
A key on the osk widget.
Instance methods
pos_osk_key_get_icon
Get the icon to be rendered on the key. This can be NULL
if the
key uses a label.
pos_osk_key_get_label
Get the label to be rendered on the key. This can differ from the
key’s primary symbol and it can be NULL
if the key uses an icon.
pos_osk_key_get_symbols
Get the additional symbols. For the primary symbol see
pos_osk_key_get_symbol()
.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.