Re: [Java-gnome-developer] TreeView tutorial updated
Brought to you by:
afcowie
From: Dongsu J. <io...@he...> - 2005-06-15 18:35:31
|
Hi, The official gtk tutorial shows the details of GtkTable and GtkBox widgets, so we called layout manager. http://www.gtk.org/tutorial/ch-packingwidgets.html IMHO, the combination of GtkTable and GtkBox is simple than GridBagLayout but powerful enough. To make an easy approach for java-gnome, we need following tutorials: - Using gtk layout manger for java programmer - Using Gtk.TreeView for java programmer I want to write them but I'm not a native speaker/writer. I'll gladly review and translate if someone write them. pancake wrote: >>hi, >>it's not an attribute of GtkLabel(exactly GtkMisc, the superclass of). >>you may use Gtk.Misc.setAlignment() method to do. >> >> > >ok, thanks..and how to put it as width=100% ? without using a Table...may be good to create a tutorial about how to use Table widget. > > > > >>BTW, your apps looks great. How can i try it? ;) >> >> > > >it's a alpha-beta-release :) just for impatient users like you: > >http://news.nopcode.org/ClasspathBrowser.tgz > >would be good if someone looks at my gtkhtml problem report. My app crashes on that. > >The javadoc URL is hardcoded (by now) to the sun webpage. But this will be soon configurable :) > >enjoy. > > >------------------------------------------------------- >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 > > > |