Re: valgrind memcheck shows gtk-hello leak memories.

2005-11-21 Thread Allin Cottrell
On Tue, 22 Nov 2005, sigsegv11 wrote: I test a very simple gtk program from the gtk-2.0 tutor(http://www.gtk.org/tutorial/x364.html) using valgrind, and it reports the program leak memories. Is it a gtk's problem(really have some memory leaks) or a valgrind's BUG? Probably neither. To get

valgrind memcheck shows gtk-hello leak memories.

2005-11-21 Thread sigsegv11
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello, all: I test a very simple gtk program from the gtk-2.0 tutor(http://www.gtk.org/tutorial/x364.html) using valgrind, and it reports the program leak memories. Is it a gtk's problem(really have some memory leaks) or a valgrind's B

Re: [SOLVED] How to get a GtkSizeGroup?

2005-11-21 Thread Jaap Haitsma
Jaap Haitsma wrote: Hi, I have a number of comboboxes that I want to have exactly the same size, and also I want them to align vertically. I can't use a table because in the dialog I want to use them there will be some text in between. Somebody on this list pointed me to use GtkSizeGroup. H

Re: Editing data from treeview

2005-11-21 Thread Claudio Polegato Junior
Jorge Monsalvo escreveu: I need some ideas to continue my application because I'm stopped with this problem. I have two treeviews in my application in different windows. The first one has a Tree Model in 3 levels of depth. The second one is a list store with the complete set of values fo

Editing data from treeview

2005-11-21 Thread Jorge Monsalvo
Hi, I need some ideas to continue my application because I'm stopped with this problem. I have two treeviews in my application in different windows. The first one has a Tree Model in 3 levels of depth. The second one is a list store with the complete set of values for the last child of the

Re: How can I have a progressbar inside a statusbar ?

2005-11-21 Thread Claudio Polegato Junior
Colossus escreveu: Hi, I searched into the archive and played with the various gtk_container_add and gtk_box_pack_start but without success. My progress bar is always displaye next to the second statusbar: Hi, Like Thunderbird, Firefox, etc, I think about instead a status it's used one h

How can I have a progressbar inside a statusbar ?

2005-11-21 Thread Colossus
Hi, I searched into the archive and played with the various gtk_container_add and gtk_box_pack_start but without success. My progress bar is always displaye next to the second statusbar: hbox1 = gtk_hbox_new (FALSE, 2); gtk_widget_show (hbox1); gtk_box_pack_start (GTK_BOX (vbox1), hbox1, F

Re: example

2005-11-21 Thread Axel Simon
On Mon, 2005-11-21 at 21:31 +1100, ashley maher wrote: > G'day, > > I have followed the gtk tree view tutorial at: > > http://scentric.net/tutorial/. > > The tutorial is very good. However section: 3.5 deals with Retrieving > row data. > > This works well for data to stdout. > > However I can'

example

2005-11-21 Thread ashley maher
G'day, I have followed the gtk tree view tutorial at: http://scentric.net/tutorial/. The tutorial is very good. However section: 3.5 deals with Retrieving row data. This works well for data to stdout. However I can't see in the tutorial, nor has google helped, where to find an example where th

Re: win32 compiled exe icon

2005-11-21 Thread Richard Warren
Hello, I'm experimenting with mingw to compile gtk apps on win32. How can icon can be inserted to a gtk win32 exe ? Is there a function that do such thing? If your icon is in a file called "my_icon.ico", create yourself an "rc" file with the following single-line content: 1 ICON "my_icon.i