First, I'd like to thank all the Glade developers - Glade makes Gtk+/Gnome
developing easy(er) and fun.
I have a very basic question about how one shares Widgets in
Gtk+/Gnome/Glade. Imagine I have two separate windows, "main" and
"preferences". Suppose "main" has some combo box widgets and
"preferences" has some toggle buttons. I would like the callbacks on the
toggle buttons to change the entries in the combo boxes which are in a
separate window. How do the callback functions(to events in "preferences"
window) know what the names of the combo box Widgets in "main" window are?
Does one have to define external variables for this, or is there a nicer
way?
Any help and examples would be greatly appreciated.
Dan
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.