1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +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

@@ -27,6 +27,8 @@ typedef struct _Panel {
WMFrame *frame;
char *sectionName;
char *description;
CallbackRec callbacks;
WMWindow *win;
@@ -323,6 +325,7 @@ InitText(WMScreen *scr, WMWindow *win)
memset(panel, 0, sizeof(_Panel));
panel->sectionName = _("Text Preferences");
/* panel->description =*/
panel->win = win;