RE: CList: how to change column-count at runtime

2002-02-04 Thread zze-coframi balr001
Hello, I don't know if it's possible to change the number of columns during runtime. Why don't you try to delete your clist and to create a new one with the right number of columns ?? Isabelle -Message d'origine-De: Oliver Kroll :ALT EUROPA: - Magazin [mailto:[EMAIL

[INIMSS] A Newbie Question

2002-02-04 Thread Dino Cherian K
Hi All Can I depend on the pointer returned by functions like gtk_entry_get_text(entry1). Can I keep it for later processing. Thank You Dino CK _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Paned questions

2002-02-04 Thread rhfreeman
Hi folks, I'm wanting to use the paned widgets to re-size my current widgets but I'm a bit unsure about how it works. My program is quite simple. It has a window with a vbox in it. It keeps adding hboxes to the vbox like this: (no hboxes) ++ || || |

gtk+

2002-02-04 Thread Liviu Vladutu
Hi everyone, I'd like to ask you where can Ifind the latest source (rpm preferred) distribution for gtk+ running under Linux (RedHat). Liviu ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

[INIMSS] How can I change the text of a button.

2002-02-04 Thread Dino Cherian K
Hi Any body please help me in finding a way to change the text of a GtkButton. Thanks Dino CK _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ gtk-list mailing

Re: gtk+

2002-02-04 Thread Vahid Zahiri
hi Liviu you can download gtk 1.2 (stable version)from : ftp://ftp.gtk.org/pub/gtk/v1.2/binary/RPMS/RedHat-6.2/ or gtk 1.3 form : ftp://ftp.gtk.org/pub/gtk/v1.3/binary/RedHat-7.1/ Vahid --- Liviu Vladutu [EMAIL PROTECTED] wrote: Hi everyone, I'd like to ask you where can Ifind the

Re: [INIMSS] How can I change the text of a button.

2002-02-04 Thread Vahid Zahiri
Hi Dino you can add a label to button by : gtk_container_add(GTK_CONTAINER(button),label); and change label by: gtk_label_set_text(label ,hello ;-) ); Vahid --- Dino Cherian K [EMAIL PROTECTED] wrote: Hi Any body please help me in finding a way to change the text of a

Re: [INIMSS] How can I change the text of a button.

2002-02-04 Thread Vahid Zahiri
Hi Dino you can add a label to button by : gtk_container_add(GTK_CONTAINER(button),label); and change label by: gtk_label_set_text(label ,hello ;-) ); Vahid --- Dino Cherian K [EMAIL PROTECTED] wrote: Hi Any body please help me in finding a way to change the text of a

Sorry :(

2002-02-04 Thread Vahid Zahiri
hi all sorry if you get 3 mail instead one mail; vahid __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com ___ gtk-list mailing list [EMAIL PROTECTED]

How to compile in gtk+ 1.3

2002-02-04 Thread Flávio Alberto Lopes Soares
Hello all, I downloaded the GTK+ 1.3 (rpm packages) and make upgrade, aparently all OK, now I want to compile an aplication that I was making with gtk+1.2.10 (the interface was generated by Glade), but it always compile in gtk+1.2, I see in Makefile that it make many references to gtk+1.2, what I

Re: [INIMSS] How can I change the text of a button.

2002-02-04 Thread Sven Neumann
Hi, Dino Cherian K [EMAIL PROTECTED] writes: Any body please help me in finding a way to change the text of a GtkButton. gtk_label_set_text (GTK_LABEL (GTK_BIN (button)-child), foo); Salut, Sven ___ gtk-list mailing list [EMAIL PROTECTED]

Run time error in gtk1.3 application

2002-02-04 Thread Flávio Alberto Lopes Soares
Hello all, I make some modifications in my Makefile (attached in mail) in order to compile my application in gtk+1.3 (gtk+2.0), in compilation I get this messages (was several similar messages to each file of my application, I put only piece of messages) : gcc -DHAVE_CONFIG_H -I. -I. -I..

Re: How to compile in gtk+ 1.3

2002-02-04 Thread Olaf Leidinger
Am 04 Feb 2002 09:56:05 -0200 schrieb Flávio Alberto Lopes Soares: Hello all, I downloaded the GTK+ 1.3 (rpm packages) and make upgrade, aparently all OK, now I want to compile an aplication that I was making with gtk+1.2.10 (the interface was generated by Glade), but it always compile in

Re: Paned questions

2002-02-04 Thread Olaf Leidinger
Am 04 Feb 2002 03:54:58 -0700 schrieb rhfreeman: Hi folks, I'm wanting to use the paned widgets to re-size my current widgets but I'm a bit unsure about how it works. My program is quite simple. It has a window with a vbox in it. It keeps adding hboxes to the vbox like this: (no

clist : lines truncated using clist_append

2002-02-04 Thread Jason LaPenta
Hello, I'm using gtk_clist_append( (GtkCList *)dsp_message_clist, data ); and my data, which is about 58 chars long, get truncated to about 30 chars when I add it to the list. I've tried making the column wider with gtk_clist_set_column_width( (GtkCList *)dsp_message_clist, 1, width * 2);

Re: gtk+1.3 library

2002-02-04 Thread Havoc Pennington
satyajit kanungo [EMAIL PROTECTED] writes: I found the gtk sources still using deprecated features such as GtkTypeInfo,GtkType variables, gtk_signal_new etc. Are there any plans to removed these features in future versions. I am thinking of making the changes to remove the

Re: Run time error in gtk1.3 application

2002-02-04 Thread Havoc Pennington
Flávio Alberto Lopes Soares [EMAIL PROTECTED] writes: I make some modifications in my Makefile (attached in mail) in order to compile my application in gtk+1.3 (gtk+2.0), in compilation I get this messages (was several similar messages to each file of my application, I put only piece of

fileselection question

2002-02-04 Thread A R Hummaida
dear all well this question is kind of related to the file selection widget. i have the following GList *my_selection_list; //global // call back for ok button on file selection void on_file_selection_ok_button_clicked (GtkWidget * w, gpointer user_data) { . . gchar *file_selected ;

RE: Run time error in gtk1.3 application

2002-02-04 Thread hunchback
Hi, gcc: -lgtk-x11-1.3: linker input file unused since linking not donegcc: -lgdk-x11-1.3: linker input file unused since linking not donegcc: -lXi: linker input file unused since linking not done gcc: -lgdk_pixbuf-1.3: linker input file unused since linking not done gcc: -lm: linker input file

Re: fileselection question

2002-02-04 Thread John . Cupitt
Hi, I think you're comparing pointers when you should be comparing strings. Add the selected filename to your list with my_selection_list = g_list_prepend( my_selection_list, g_strdup( file_selected ) ); (prepend is faster than append, and you need to strdup pointers you get back

RE: [INIMSS] How can I change the text of a button.

2002-02-04 Thread Kason Huang
hi Dino: you can try gtk_label_set_text();and you must add the label to the button container. eg: gtk_label_set_text(GTK_LABEL(m_pLabel),m_LabelText); if any question about it ,you could ask me. kason -Original Message- From: Dino Cherian K [mailto:[EMAIL PROTECTED]] Sent:

SOS about gtk xim?

2002-02-04 Thread Kason Huang
Title: SOS about gtk xim? hi all: I have a problem about gtk xim. Now I start a program with xim by handmake way, then I can start kinput2; but if I start it using a shell, I can't start kinput2. I don't know why? please help me! Thanks a lot! kason