1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

added balloon help

This commit is contained in:
kojima
1999-04-25 01:49:46 +00:00
parent 2c1f4634e3
commit d3f29988d0
17 changed files with 159 additions and 24 deletions

View File

@@ -25,7 +25,9 @@
typedef struct _Panel {
WMFrame *frame;
char *sectionName;
char *sectionName;
char *description;
CallbackRec callbacks;
@@ -107,6 +109,9 @@ InitExpert(WMScreen *scr, WMWindow *win)
panel->sectionName = _("Expert User Preferences");
panel->description = _("Options for people who know what they're doing...\n"
"Also have some other misc. options.");
panel->win = win;
panel->callbacks.createWidgets = createPanel;