ListIconGadget column alignment

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

ListIconGadget column alignment

Post by USCode »

It would be very useful to have a PB (cross platform) command that allows us to set the column alignment (left, center, right) for each column in a ListIconGadget.

e.g. SetColumnAlign(Gadget, Column, #PB_Align_Center)

For example, see the Linux code Freak detailed here:
http://www.purebasic.fr/english/viewtop ... +alignment
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: ListIconGadget column alignment

Post by Shardik »

I was just able to present a cross-platform solution for Windows,
Linux and MacOS X: :P
http://www.purebasic.fr/english/viewtop ... 31&start=8
Post Reply