I'm trying to implement a project of mine, using Gtk+ and Glade. I can't provide any code, as it is for my coursework, and doing so would jeopardize my qualification, which I have no desire to do right now.
The problem, is that I am trying to implement a 'clear form' button. The easiest way I could think to do this, is create a 'clear entry' signal handler, and have the button call that on every entry it handles. The problem, is that after setting this up, Glade will not remember that the widgets are to be passed.
I'll save it, click off, click back to the button, and the 'Object' column will be blank again, despite me explicitly setting it, and saving it while it was set. I have tried saving as libglade and gtkbuilder formats, to no avail.
Any help would be appreciated. Thanks.