Re: XPM to be used as Bitmaps or Images ?
The Img package can read xpm files into Tk photo images. Sketch:
package require Img
....
$tree insert end root home [image create photo -file myImage.xpm]
....
.
Relevant Pages
- ANN: GtkAda contributions 2.1
... Custom cell renderers for tree view widget; ... Gtk.Tree_Model.Extension_Store package was added to provide derived ... Gtk.Directory_Browser package provides an implementation of caching tree ... (comp.lang.ada) - Re: morning update, using smart
... the fontconfig package. ... And that's all that gets my attention in that tree, ... fc-cache is yelping about. ... And the manpage for rpm doesn't seem to ... (Fedora) - Re: Q: Java source and directory structure - standard way ?
... I think this may be a difference in JDKs. ... I prefer that the package ... source be in all one place and the JDK build the tree as it compiles. ... > and places the class files into it. ... (comp.lang.java) - Re: OT - A Letter to the sisterhood
... Agreed happily to sign for my Fed Ex package today. ... Immaculate laundry room. ... like under a tree or no ... Cheaper by the week, ... (rec.outdoors.rv-travel) - Re: GUI was Re: why Ada is so unpopular ?
... Doesn't MSVC++ and the MFC supply some kind of tree ... would return some kind of tree data structure? ... and it makes it darned attractive to a developer to use Ada ... assuming a "Directories" package is going to build data structures ... (comp.lang.ada) |
|