in reply to Re: Re: PerlTk; text justification in an hlist
in thread PerlTk; text justification in an hlist
Each list entry in an HList widget is associated with a display item. The display item determines what visual information should be displayed for this list entry. Please see the Tk::DItem manpage for a list of all display items. When a list entry is created by the itemCreate, add or addchild widget methods, the type of its display item is determined by the -itemtype option passed to these methods. If the -itemtype is omitted, then by default the type specified by this HList widget's -itemtype option is used.Now go read the Tk::DItem docs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: PerlTk; text justification in an hlist
by Anonymous Monk on Jan 30, 2004 at 16:29 UTC |