summaryrefslogtreecommitdiff
path: root/libgtk_kylix
diff options
context:
space:
mode:
Diffstat (limited to 'libgtk_kylix')
-rw-r--r--libgtk_kylix/GTKStdCtrls.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgtk_kylix/GTKStdCtrls.pas b/libgtk_kylix/GTKStdCtrls.pas
index 1cccdf8..f61560f 100644
--- a/libgtk_kylix/GTKStdCtrls.pas
+++ b/libgtk_kylix/GTKStdCtrls.pas
@@ -1,6 +1,6 @@
(*
GTK-Kylix Library: GTKStdCtrls - Standard visual controls (such as buttons, labels, entry)
- Version 0.6.23 (last updated 2007-12-08)
+ Version 0.6.24 (last updated 2008-11-17)
Copyright (C) 2007 Tomas Bzatek <tbzatek@users.sourceforge.net>
This library is free software; you can redistribute it and/or
@@ -797,6 +797,7 @@ begin
inherited Create(AOwner);
FLinked := True;
FWidget := Widget;
+ g_signal_connect(PGtkObject(FWidget), 'changed', G_CALLBACK(@TGTKEditable_Changed), Self);
end;
destructor TGTKEntry.Destroy;