Re: [glade--]Properties\Signals\Object what does it do?
Christof Petig <[email protected]> Mon, 02 Feb 2004 00:04:12 +0100
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Paul Elliott schrieb: > In the Properties window, in the Signals page of the notebook, there > is an "Object" textentry area. > > What does it do and how is it properly used? You can select a different object to receive the signal (e.g. another widget for grab_focus [if you want to remain compatible with C/glade you should write gtk_widget_grab_focus]). I can think of no other use but to directly call methods of sister widgets. Christof