What is the terminology for panel/frame "sliders"?

2009-11-04 Thread Daniel B. Thurman
I am not well versed in windows terminology, so what do you call the "slider" that allows panels or frames to be resizeable? For example: V-Slider: v +===+v+===+ | | | | | | | | | | | | |

Re: gtk_builder NOT Working

2009-11-04 Thread Thomas Wood
On Wed, 2009-11-04 at 06:00 -0800, cet cet wrote: > > gtk_widget_show_all(mwindow); > return 0; > } You forgot to call gtk_main(). Regards, Thomas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinf

gtk_builder NOT Working

2009-11-04 Thread cet cet
I trying a test application with gtk_builder the application compiles without any error but i can't see any visual parts of the program.Glade Version:3.6.x saves in GtkBuilder format. compile command: gcc -Wall -g -o builder_new builder_new.c -export-dynamic `pkg-config --cflags --libs gtk+-2.0`

adding transparency to Gtk widgets

2009-11-04 Thread harshavardhanreddy mandeepala
Hi, Is there any way to make Gtk widgets transparent. By using Murrine theme engine and little modifications to my gtk application i could do. In my application I added the following lines For my main window/widget i did the fallowing( as per Cimi's update). /*** screen = gtk_widget_get_screen

Re: Invalid GtkTreeIter

2009-11-04 Thread Kristian Rietveld
On Wed, Nov 4, 2009 at 12:42 PM, dhk wrote: > In the gtk-demo program has a block as follows in the Tree View/Tree > Store example.  This doesn't initialize the the child iter before using > it in the gtk_tree_store_append(), but the stamp is valid. Iterators are not valid until they have been to

Re: Invalid GtkTreeIter

2009-11-04 Thread dhk
Claudio Saavedra wrote: > El mar, 03-11-2009 a las 16:53 -0500, dhk escribió: >> I have a program that declares a number of GtkTreeIter's. Recently the >> prepending to the parent iter broke. I found out that, in some cases, >> the stamp to the iter's are negative just after the iter is declared.

How Test Gtk GUI application memory leak and Property Chages

2009-11-04 Thread Balakrishnan V
HI, I need to test GUI gtk program. this Include following requirements * Capture and Replay X events... here we have some tools (Xnee) ** Test Heap usage only GTK lib using (not include other lib heap usage like pango)* *Problem here all libs using same heap ... information providing in smaps fi