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
-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
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
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
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
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
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
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'
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
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
10 matches
Mail list logo