From f777645c9edc39bb53afc4d6b526f0cb903e0363 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:48:19 +0000 Subject: [PATCH] MG: implemented hints git-svn-id: trunk@1362 - --- lcl/interfaces/gtk/gtkproc.inc | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/lcl/interfaces/gtk/gtkproc.inc b/lcl/interfaces/gtk/gtkproc.inc index 8ceccc1225..d5c55d1264 100644 --- a/lcl/interfaces/gtk/gtkproc.inc +++ b/lcl/interfaces/gtk/gtkproc.inc @@ -1078,16 +1078,6 @@ begin Result := TLMessage(AMessage).Result; end; -{------------------------------------------------------------------------------ - procedure NotifyApplicationUserInput; - - ------------------------------------------------------------------------------} -procedure NotifyApplicationUserInput; -begin - if Application<>nil then - Application.NotifyUserInputHandler; -end; - {------------------------------------------------------------------------------ Function: ObjectToGTKObject @@ -3957,6 +3947,9 @@ end; { ============================================================================= $Log$ + Revision 1.148 2002/11/05 20:03:42 lazarus + MG: implemented hints + Revision 1.147 2002/11/02 22:25:38 lazarus MG: implemented TMethodList and Application Idle handlers