Re: Signal for GtkEntry
- From: Oliver Buecker <o buecker fz-juelich de>
- To: Simonz May <pssoft7 hotmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Signal for GtkEntry
- Date: Fri, 24 Aug 2001 08:25:42 +0200
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]