Gkbd.IndicatorConfig¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
background_color |
r/w |
||
config_listener_id |
r/w |
||
engine |
r/w |
||
font_family |
r/w |
||
font_size |
r/w |
||
foreground_color |
r/w |
||
icon_theme |
r/w |
||
image_filenames |
[ |
r/w |
|
secondary_groups_mask |
r/w |
||
settings |
r/w |
||
show_flags |
r/w |
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Gkbd.IndicatorConfig¶
- activate()¶
- free_image_filenames()¶
- get_fg_color_for_widget(widget)¶
- Parameters:
widget (
Gtk.Widget
) –- Return type:
- get_font_for_widget(widget, font_family, font_size)¶
- Parameters:
widget (
Gtk.Widget
) –font_family (
str
) –font_size (
int
) –
- get_images_file(kbd_config, group)¶
- Parameters:
kbd_config (
Gkbd.KeyboardConfig
) –group (
int
) –
- Return type:
- init(engine)¶
- Parameters:
engine (
Xkl.Engine
) –
- load()¶
- load_image_filenames(kbd_config)¶
- Parameters:
kbd_config (
Gkbd.KeyboardConfig
) –
- refresh_style()¶
- save()¶
- start_listen(func, *user_data)¶
- Parameters:
func (
GObject.Callback
) – a function to call when settings are changed
- stop_listen()¶
- term()¶