GTK- How to get the text appearing on the button

2005-11-14 Thread suganya
Hi all, I need help in getting the text that appears on the button widget. I have a button "HOLD". When I click this, function-A will be called and the text on the button is changed to "REMOVE HOLD" When "REMOVE HOLD" is clicked function-B needs to be called. ie, function-A must be called when

How to get a widget from a dialog widget

2005-11-01 Thread suganya
Hi all, In function 1, I have created a a dialog widget which has 5 check buttons and I am check marking first 2 check buttons. The dialog widget is being passed as an argument for this function 2. How will I see which check buttons are checked and which are not. The declaration for check button

Opening GUI with SSH

2005-10-19 Thread Suganya
Hi all, I upgraded my gtk from 2.0 to 2.8. Now I could not open GUI windows of other machines using SSH. Expecting suggestions. Regards, B.suganya ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo

Label Widget not updating properly

2005-10-18 Thread Suganya
Hi all, I am running SIP stack in a thread. I have a gui for this stack. Depending on the status of the SIP call, a label widget in the gui window should be updated. I am using gtk_label_set_text() to do this. But the label is not updating. I am using gdk_threads_enter() before and gdk_threads_

gtk label problem

2005-09-28 Thread Suganya
Hi all, I am very new to developing applications with gtk. I am developing SIP stack as a gui using gtk+-devel-1.2.10 I have a label widget which displays a text (in my case, it is the status of the SIP call) Depending on the status of the call, the text in the label widget should change. The