Re: [gtk-list] gtk_tree_item_init



On Thu, 12 Feb 1998, Matt Burke wrote:

> Here's a couple warnings I get when I run a program with a gtk_tree in
> it. I was wondering if there is a workaround to this other than putting
> the xpm's into the directory I'm in when I'm running it or by modifying
> gtktreeitem.c so that gtk_tree_item_init looks in
> /usr/local/share/pixmaps and then copying the pixmaps there.
> 
> ** WARNING **: gtk_tree_item_init: can't find tree_plus.xpm file !
> 
> 
> ** WARNING **: gtk_tree_item_init: can't find tree_minus.xpm file !
> 

I'd say it shouldn't be necessary to have any xpm's floating around in the
filesystem where it can be avoided. Here you have your tree and the pixmaps
are always the same (opposite to a window manager with user definable pixmaps)
so the pixmap should be inlined in the program itself (well pixmaps make it
easy there). I didn't spend much time with tree widgets (at least until now)
so I ask: with the current implementation of the tree widget, is it possible
to have the pixmaps inlined or not? It would be a serious lack if you had to
use external pixmaps IMO.

Nils
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nils Philippsen                  @college: nils@rhlx01.rz.fht-esslingen.de
Vogelsangstrasse 115             @home:    nils@wombat.dialup.fht-esslingen.de
D 70197 Stuttgart                phone:    +49-711-6599405
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wer heute an der Bildung spart,          Those who scrimp on education today,
hat morgen noch bloedere Politiker.      get even dumber politicians tomorrow.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]