* Add capability to load other keyboard layouts from disk. It even works :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29714 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-03-25 23:11:18 +00:00
parent c26731ec52
commit 0a39e39616
4 changed files with 81 additions and 37 deletions
+2
View File
@@ -37,6 +37,7 @@ public:
protected:
BMenuBar* _CreateMenu();
BView* _CreateMapLists();
void _AddKeyboardLayouts(BMenu* menu);
void _UpdateButtons();
@@ -56,6 +57,7 @@ protected:
BListView* fUserListView;
BButton* fUseButton;
BButton* fRevertButton;
BMenu* fLayoutMenu;
BMenu* fFontMenu;
KeyboardLayoutView* fKeyboardLayoutView;
BTextControl* fTextControl;