mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
added balloon help
This commit is contained in:
@@ -27,7 +27,9 @@ typedef struct _Panel {
|
||||
WMFrame *frame;
|
||||
|
||||
char *sectionName;
|
||||
|
||||
|
||||
char *description;
|
||||
|
||||
CallbackRec callbacks;
|
||||
|
||||
WMWindow *win;
|
||||
@@ -171,6 +173,8 @@ InitKeyboardSettings(WMScreen *scr, WMWindow *win)
|
||||
|
||||
panel->sectionName = _("Keyboard Preferences");
|
||||
|
||||
panel->description = _("Not done");
|
||||
|
||||
panel->win = win;
|
||||
|
||||
panel->callbacks.createWidgets = createPanel;
|
||||
|
||||
Reference in New Issue
Block a user