First working elements of the xkb layout configuration in the keyboard capplet
This commit is contained in:
parent
2c669cae7e
commit
3cd10b9aa0
6 changed files with 1088 additions and 3 deletions
46
capplets/keyboard/gnome-keyboard-properties-xkb.h
Normal file
46
capplets/keyboard/gnome-keyboard-properties-xkb.h
Normal file
|
@ -0,0 +1,46 @@
|
|||
/* -*- mode: c; style: linux -*- */
|
||||
|
||||
/* gnome-keyboard-properties-xkb.h
|
||||
* Copyright (C) 2003 Udaltsoft
|
||||
*
|
||||
* Written by Sergey V. Oudaltsov <svu@users.sf.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GNOME_KEYBOARD_PROPERTY_XKB_H
|
||||
#define __GNOME_KEYBOARD_PROPERTY_XKB_H
|
||||
|
||||
#include <libxklavier/xklavier_config.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
extern void setup_xkb_tabs (GladeXML * dialog,
|
||||
GConfChangeSet * changeset);
|
||||
|
||||
extern void fill_available_layouts_tree (GladeXML * dialog);
|
||||
|
||||
extern void prepare_selected_layouts_tree (GladeXML * dialog);
|
||||
|
||||
extern void fill_selected_layouts_tree (GladeXML * dialog);
|
||||
|
||||
extern char *xci_desc_to_utf8 (XklConfigItem * ci);
|
||||
|
||||
extern void register_layouts_buttons_handlers (GladeXML * dialog);
|
||||
|
||||
extern void register_layouts_gconf_listener (GladeXML * dialog);
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GNOME_KEYBOARD_PROPERTY_XKB_H */
|
Loading…
Add table
Add a link
Reference in a new issue