Re: GTK question



martyn 2 russell bt com wrote:

On Wed, 2003-07-30 at 15:52, martyn 2 russell bt com wrote:
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html

Most the signals are documented.
Well, unless you count some template "widget :the object which
received
the signal." stuff as having the signal documented, most of them seem
to
be lacking descriptions of when they are fired for instance.

This is true.
Normally they are intuitively named, but the difference between "show"
and "show-help" is not clear.


Yea, I agree, the same goes for the "map" and "map-event"? Which is
correct?

Regards,
Martyn
isn't "map" a GtkWidget signal and "map-event" some kind of hybrid
(maybe when a container performs:
if (gtk_widget_visible(wid))
   gtk_widget_map();
on all of its children ?)

I guess its not clear but it depends if your looking at a flat list of
all possible signals or not ;-/

Cheers,
       -Tristan







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