First working elements of the xkb layout configuration in the keyboard capplet

This commit is contained in:
Sergey V. Udaltsov 2003-11-12 22:00:55 +00:00
parent 2c669cae7e
commit 3cd10b9aa0
6 changed files with 1088 additions and 3 deletions

View file

@ -38,6 +38,8 @@
#include "capplet-stock-icons.h"
#include <../accessibility/keyboard/accessibility-keyboard.h>
#include "gnome-keyboard-properties-xkb.h"
enum
{
RESPONSE_APPLY = 1,
@ -164,6 +166,8 @@ setup_dialog (GladeXML *dialog,
gconf_peditor_new_boolean
(changeset, "/desktop/gnome/typing_break/allow_postpone", WID ("break_postponement_toggle"), NULL);
g_signal_connect (G_OBJECT (WID ("keyboard_dialog")), "response", (GCallback) dialog_response, changeset);
setup_xkb_tabs(dialog,changeset);
}
static void