MG: added SendCachedLCLMessages to interfacebase for wysiwyg

git-svn-id: trunk@873 -
This commit is contained in:
lazarus 2002-02-09 01:47:11 +00:00
parent 447cec5325
commit c3a37da303

View File

@ -5806,7 +5806,7 @@ const
{$IFNDEF WIN32}
procedure ClearTargetLists(Widget: PGtkWidget);
// MG: Reading in gtk internas is dirty, but there seems to be no other way
// MG: Reading in gtk internals is dirty, but there seems to be no other way
// to clear the old target lists
var
SelectionLists, CurSelList: PGList;
@ -5879,6 +5879,9 @@ end;
{ =============================================================================
$Log$
Revision 1.226 2002/10/01 10:12:34 lazarus
MG: added SendCachedLCLMessages to interfacebase for wysiwyg
Revision 1.225 2002/10/01 10:05:48 lazarus
MG: changed PDeviceContext into class TDeviceContext