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 HOLD

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