forms/src/GFParser.py - vbox/hbox - block - description: scrollbar?
Randall Whitman <[email protected]> Wed, 27 Jul 2011 15:13:33 -0700
| Newsgroups | gmane.comp.gnu.enterprise.devel |
|---|---|
| Message-ID | <1296.1311804813@randall-desktop> |
While looking in forms/src/GFParser.py for reference, I noticed that the
description of block attribute for h,vbox tags, refers to scrollbar rather
than to h/vbox. Not sure of the function of the block attribute of h/vbox,
I'll just mention it here.
'vbox': { # ...
'block': { # ...
'Description': 'The {block} to which this scrollbar scrolls.' },
/Randall