Skip to content
  • Daiki Ueno's avatar
    Re-organize API. · a0167c4c
    Daiki Ueno authored
    EekGtkKeyboard is now a subclass of GtkWidget not EekKeyboard.  Widget
    creation is done as follows:
    
    layout = eek_xkl_layout_new (...);
    keyboard = eek_keyboard_new (layout, 640, 480);
    widget = eek_gtk_keyboard_new (keyboard);
    
    Broken Clutter support is temporarily disabled.
    a0167c4c