a reference guide for pixmap engine

2008-02-13 Thread Ustun ERGENOGLU
hello folks, does anyone know where I can find a reference guide for pixmap theme engine? the only source I could find so far is to look existing themes which is not always very helpful. thanks in advance. ___ gtk-list mailing list gtk-list@gnome.org ht

Re: Row with different columns at runtime?

2008-02-13 Thread Mathias Hasselmann
Am Freitag, den 08.02.2008, 18:09 +0100 schrieb Johannes Lorenz: > Hi, > > I am using GTKmm for a little project. I have a problem because I do not know > how to solve the following problem: > > I have a List Store. In the most right column shall EITHER be a text, > OR be a combo box, OR be a

Re: Row with different columns at runtime?

2008-02-13 Thread Kristian Rietveld
Hello, On Fri, Feb 08, 2008 at 06:09:22PM +0100, Johannes Lorenz wrote: > I have a List Store. In the most right column shall EITHER be a text, OR be a > combo box, OR be a button etc. My programme shall read a file which shall > tell it which type (text, combo, button etc.) to use for this colu

Controlling resizing....

2008-02-13 Thread Lindley M French
A couple of questions. I have a GtkExpander containing a fairly large child. I have a GtkMenuBar above the expander (positionally, not hierarchically), and a GtkTreeView below it. Ideally, I'd like the behavior to be the following: When the expander is collapsed, the GtkTreeView should jump

Re: a reference guide for pixmap engine

2008-02-13 Thread Mike Massonnet
On Wed, Feb 13, 2008 at 11:20:47AM +0200, Ustun ERGENOGLU wrote: > hello folks, > > does anyone know where I can find a reference guide for pixmap theme > engine? the only source I could find so far is to look existing themes > which is not always very helpful. Did you search on live.gnome.org?

Re: Controlling resizing....

2008-02-13 Thread Lindley M French
Whoops, I was using gtk_container_add for the menu rather than gtk_box_pack_start. That'd do it! Still curious about how to make the top-level window shrink when space is no longer needed. It expands just fine I know it may not be an ideal approach, and if I had time I'd explore other opti

Re: Controlling resizing....

2008-02-13 Thread Lindley M French
That's not quite right. It does appear to do something, but the window snaps back to its full size immediately. I also tried gtk_widget_set_size_request(1,1), but that merely made the window stop auto-growing when more space was needed. It appears that collapsing an expander does nothing to cha

xml parser...

2008-02-13 Thread z . pekar
could smb. please point on an example of using glib's simple xml subset parser ( http://library.gnome.org/devel/glib/stable/glib-Simple-XML-Subset-Parser.html )? or send me one to [EMAIL PROTECTED] ... thank you very much ___ gtk-list mailing list gtk-lis

RE: Does gtk have issues with STL?

2008-02-13 Thread Chris Vine
On Tue, 2008-02-12 at 16:19 -0500, Vallone, Anthony wrote: > > You do not need to call gdk_thread_init() > > if you are only invoking GDK/GTK+ functions by message passing via > > g_idle_add() (that is, if you are not calling > gdk_threads_enter()/leave()). > > That's interesting. g_idle_add()