* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user