[Glade-users] button signals

Damon Chaplin damon@karuna.uklinux.net
12 May 2003 23:13:20 +0100


On Mon, 2003-05-12 at 11:00, GCS wrote:
> Hi all,
> 
>  I am trying to use glade-2, and it works fine, expect a very little
> thing, which harms me bad. If I specify a signal for any button's clicked
> state, I get gtk_signal_connect_swapped call to the handler function.
> How can I force this to be the gtk_signal_connect call? As I would like
> to pass data to the handler function.

gtk_signal_connect_swapped() is output if you specify an object.
If you leave the 'Object:' field blank it will probably do what you want.

Damon