Re: [Java-gnome-developer] TreeView tutorial updated
Brought to you by:
afcowie
From: Dongsu J. <io...@he...> - 2005-06-09 11:42:17
|
hi, it's not an attribute of GtkLabel(exactly GtkMisc, the superclass of). you may use Gtk.Misc.setAlignment() method to do. BTW, your apps looks great. How can i try it? ;) pancake wrote: >I added some changes into the TreeView tutorial: > >- how to use TreeStore instead of ListStore to create trees of items. >- a comment tip to simplify the use of data in TreeViews. > >I also added an screenshot of the ClasspathBrowser. The app that i'm coding nowadays... > >I have a doubt about VBox.. as you can see in http://news.nopcode.org/cpb.jpg , The widgets inside the ScrolledWindow is center aligned.. I want to align them to the left. The widget hirearchy is: > >ScrolledWindow > | > '-- VBox > | > |-- Label > | > |-- Label > | > |-- Label > . > . > >I was unable to find the way to align them :/ > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput >a projector? How fast can you ride your desk chair down the office luge track? >If you want to score the big prize, get to know the little guy. >Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 >_______________________________________________ >java-gnome-developer mailing list >jav...@li... >https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > |