Re: how to read Gtk signal document ?



On Tue, Aug 10, 2010 at 12:46 PM, Tadej BorovÅak <tadeboro gmail com> wrote:
Hi.

For exact explanation, see [1]. You'll probably also want to read more
about GObject and signals after that;)

What is [1] you mentioned ?

But for end user (programmer), knowing that signals in docs that are
marked as "Run first" will run default signal handler before any user
supplied one. "Run last" will run default signal handler after user
provided signal handlers. "Action" signals can be freely emitted from
your code and most of them have a wrapper function (for example,
gtk_button_clicked (button) is equivalent to g_signal_emit_by_name
(button, "clicked")).

That's useful info.  Thanks.

KC


Tadej

--
Tadej BorovÅak
tadeboro.blogspot.com
tadeboro gmail com
tadej borovsak gmail com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]