gridmenu.1
changeset 2 a79188fe4a40
parent 1 f10194d4b76d
equal deleted inserted replaced
1:f10194d4b76d 2:a79188fe4a40
    62 returns
    62 returns
    63 .B 0
    63 .B 0
    64 if Enter is pressed on termination,
    64 if Enter is pressed on termination,
    65 .B 1
    65 .B 1
    66 if Escape is pressed.
    66 if Escape is pressed.
    67 .SH ENVIRONMENT
       
    68 .TP
       
    69 GRID_FONT
       
    70 The X11 font used to display each item in the menu.
       
    71 .br
       
    72 Default: fixed
       
    73 .TP
       
    74 GRID_NORMCOLORS
       
    75 The foreground, background, and border colors of a label. Syntactically, three blank-separated color values of the form #RRGGBB are expected.
       
    76 .br
       
    77 Default: #222222 #eeeeee #666666
       
    78 .TP
       
    79 GRID_SELCOLORS
       
    80 Like GRID_NORMCOLORS, but for the selected label.
       
    81 .br
       
    82 Default: #ffffff #335577 #447799
       
    83 .SH SEE ALSO
    67 .SH SEE ALSO
    84 .BR gridwm (1)
    68 .BR gridwm (1)