Use a CSS provider and style context instead of the old theme support

This commit is contained in:
David Boddie
2019-07-31 15:48:27 +00:00
parent 87dd9b4374
commit 64680664e3
2 changed files with 18 additions and 25 deletions

View File

@ -46,8 +46,6 @@ struct _EekGtkKeyboardClass
GType eek_gtk_keyboard_get_type (void) G_GNUC_CONST;
GtkWidget *eek_gtk_keyboard_new (EekKeyboard *keyboard);
void eek_gtk_keyboard_set_theme (EekGtkKeyboard *keyboard,
EekTheme *theme);
G_END_DECLS
#endif /* EEK_GTK_KEYBOARD_H */