Re: Signal for GtkEntry



Hi Simonz

GtkEditable is the Base class for all text-editing widgets.
Aus you can see, also in the Object Hierarchy of  GtkEntry

 GtkObject
    +----GtkWidget
          +----GtkEditable
                +---- GtkObject

So you can use the activate signal of GtkEditable.

void GtkEditable::activate      (GtkEditable *,
                                                      gpointer);

I hope that is what you wanted to know.

--
Mit freundlichen Grüßen
Oliver Bücker

 Forschungszentrum Juelich
      52425 Juelich





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