On Thu, Feb 4, 2010 at 1:23 PM, Bokyun Na <[email protected]> wrote: > I put a simple code to test which a button is clicked > > There are two buttons. > > I would know which button is clicked in the function > “on_window_partition()”. >
You can. The button object is sent as the first argument in the callback. All you have to do is set the same callback for both button clicks. -- Siddhesh Poyarekar http://siddhesh.in _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
