[Glade-users] gtk entry

Rikke D. Giles rgiles at centurytel.net
Wed Jun 1 13:59:05 EDT 2005


On 2005.06.01 00:19, srinivas wrote:

>       now due to glade, widget creation in interface and callbacks   
> in  callbacks.c, i am not getting how to refer the entry widget  
> using  button_next_click. how to create object of entry widget and  
> how can  i  pass the signal to text_entry_activate.
> 

Make it a static or global variable (the widget), when you first  
create it.  Or use lookup_widget() depending upon your code.

Rikke



More information about the Glade-users mailing list