[Glade-users] Close Window commands
Travis Staloch
twostepted at yahoo.com
Thu Nov 2 21:44:57 EST 2006
> So I would like the possibility to use the standard right upper 'x'
> button for closing a window also for closing the port. Does anybody
> know if this is possible. So by clicking that button I would like to
> also execute a C command ( close(fd); ).
You'll have to wire up an event handler to fire an event like this from which you should call a quit() or other routine which is also called in your other code
public void on_btnCancel_clicked (object o, EventArgs args) { ... }
You can do this using the glade designer. Simply copy the method name (on_btnCancel_clicked in this case) to the designer field for the window close event.
--Travis
---------------------------------
Check out the New Yahoo! Mail - Fire up a more powerful email and get things done faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20061102/54ad2047/attachment.html
More information about the Glade-users
mailing list