Re: difference between event and signal

2010-01-14 Thread David Nečas
On Thu, Jan 14, 2010 at 09:19:00PM -0200, frederico schardong wrote: > Only GObject can emit signals? What do you mean by *only*? All widgets (among other things) are GObjects. Yeti ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/ma

Re: difference between event and signal

2010-01-14 Thread frederico schardong
Only GObject can emit signals? My question is if other can emit signals, others structures from GDK or GTK+. 2010/1/14 David Nečas : > On Thu, Jan 14, 2010 at 08:47:04PM -0200, frederico schardong wrote: >> Are the signals only emitted by GLib and GDK? > > Any GObject can emit signals. > > But, g

Re: difference between event and signal

2010-01-14 Thread David Nečas
On Thu, Jan 14, 2010 at 08:47:04PM -0200, frederico schardong wrote: > Are the signals only emitted by GLib and GDK? Any GObject can emit signals. But, generally, only widgets receive events. Not sure if this answers your question... Yeti ___ gtk-lis

Re: difference between event and signal

2010-01-14 Thread frederico schardong
Are the signals only emitted by GLib and GDK? 2010/1/13 Tadej Borovšak : > Hi. > >> What means the Run First, Run Last and others in >> http://library.gnome.org/devel/gtk/unstable/GtkWidget.htm at Signals? > > http://library.gnome.org/devel/gobject/stable/gobject-Signals.html#gobject-Signals.descr

Re: difference between event and signal

2010-01-13 Thread Tadej Borovšak
Hi. > What means the Run First, Run Last and others in > http://library.gnome.org/devel/gtk/unstable/GtkWidget.htm at Signals? http://library.gnome.org/devel/gobject/stable/gobject-Signals.html#gobject-Signals.description http://library.gnome.org/devel/gobject/stable/gobject-Signals.html#GSignalF

Re: difference between event and signal

2010-01-13 Thread frederico schardong
What means the Run First, Run Last and others in http://library.gnome.org/devel/gtk/unstable/GtkWidget.htm at Signals? 2010/1/13 frederico schardong : > Thanks! > > 2010/1/13 Ben Pfaff : >> frederico schardong writes: >> >>> I'm confusing about the

Re: difference between event and signal

2010-01-13 Thread frederico schardong
Thanks! 2010/1/13 Ben Pfaff : > frederico schardong writes: > >> I'm confusing about the difference between event and signal. > > According to the GTK+ FAQ: > > First of all, Havoc Pennington gives a rather complete > description of the differences between event

Re: difference between event and signal

2010-01-13 Thread Ben Pfaff
frederico schardong writes: > I'm confusing about the difference between event and signal. According to the GTK+ FAQ: First of all, Havoc Pennington gives a rather complete description of the differences between events and signals in his free book (two chapters can be found at http:

difference between event and signal

2010-01-13 Thread frederico schardong
I'm confusing about the difference between event and signal. Event is the action of something happen, and signal is the code action for the event? How signal works? How it's emitted by GTK+? -- Thanks, Frederico Schardong, SOLIS - Open source solutions www.solis.coop.br Linux regis