1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-22 18:15:49 +01:00

added ws name position in workspace section

This commit is contained in:
kojima
1999-10-23 21:57:52 +00:00
parent 597b04f5f7
commit 8163b93a99
7 changed files with 27 additions and 11 deletions

View File

@@ -61,6 +61,7 @@ typedef struct _Panel {
#define DONT_LINK_FILE "dontlinkworkspaces"
#define CYCLE_FILE "cycleworkspaces"
#define ADVANCE_FILE "advancetonewworkspace"
#define WSNAME_FILE "workspacename"
#define DOCK_FILE "dock"
#define CLIP_FILE "clip"
@@ -249,12 +250,11 @@ createPanel(Panel *p)
WMSetLabelText(panel->posL,
_("Position of workspace name display"));
#if 0
panel->posiL = WMCreateLabel(panel->navF);
WMResizeWidget(panel->posiL, 60, 40);
WMMoveWidget(panel->posiL, 10, 160);
WMSetLabelImagePosition(panel->posiL, WIPImageOnly);
path = LocateImage(ADVANCE_FILE);
path = LocateImage(WSNAME_FILE);
if (path) {
createImages(scr, rc, xis, path, &icon1, NULL);
if (icon1) {
@@ -263,7 +263,6 @@ createPanel(Panel *p)
}
free(path);
}
#endif
panel->posP = WMCreatePopUpButton(panel->navF);
WMResizeWidget(panel->posP, 125, 20);