|
how can I pass widget as argument to callback functions in glade
I am trying to create an editor in glade.So, I want to change the content of a Gtktext widget when a button is clicked.Both the text and button are children of diffrent windows. The problem is, I cannot access the text widget from the callback function of the button.what is the solution to get the text widget on "clicked" callback of the button? Please help me
|