mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 06:29:37 +01:00
* small errors corrected
+ status of syncro objects addded
This commit is contained in:
parent
c69a5a0947
commit
7f75a9ccf1
@ -306,6 +306,16 @@ setfont
|
|||||||
grestore
|
grestore
|
||||||
} def
|
} def
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% onelevelbackempty
|
||||||
|
% goes one level back in the class hierarchy
|
||||||
|
/onelevelbackempty
|
||||||
|
{
|
||||||
|
/oldy exch def
|
||||||
|
nextx -11 mm add
|
||||||
|
/nextx exch def
|
||||||
|
} def
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% onelevelback
|
% onelevelback
|
||||||
% goes one level back in the class hierarchy
|
% goes one level back in the class hierarchy
|
||||||
@ -450,7 +460,8 @@ setfont
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
newcolumn
|
newcolumn
|
||||||
(TInterface) Missing newclass % 40 mm newclassxmoved
|
(TInterface) Missing newclass % 40 mm newclassxmoved
|
||||||
(TIAddInNotifier) Missing newchildclass
|
(TIAddInNotifier) Missing newchildclass
|
||||||
|
onelevelback
|
||||||
|
|
||||||
%restoreoldxy
|
%restoreoldxy
|
||||||
(TInterfacedObject) Missing newclass
|
(TInterfacedObject) Missing newclass
|
||||||
@ -463,6 +474,7 @@ newcolumn
|
|||||||
(TFontProperty) Missing newchildclass
|
(TFontProperty) Missing newchildclass
|
||||||
onelevelback
|
onelevelback
|
||||||
(TComponentProperty) Missing newclass
|
(TComponentProperty) Missing newclass
|
||||||
|
onelevelback
|
||||||
% remove a childy coordinate
|
% remove a childy coordinate
|
||||||
%restoreoldxy
|
%restoreoldxy
|
||||||
(TRegistry) Missing newclass
|
(TRegistry) Missing newclass
|
||||||
@ -470,6 +482,20 @@ newcolumn
|
|||||||
onelevelback
|
onelevelback
|
||||||
(TSessionList) Missing newclass
|
(TSessionList) Missing newclass
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% Syncronization classes
|
||||||
|
(TSyncroObject) Untested newclass
|
||||||
|
(TCriticalSection) Untested newchildclass Win32only
|
||||||
|
(THandleObject) Untested newclass Win32only
|
||||||
|
(TEvent) Incomplete newchildclass Win32only
|
||||||
|
(TSimpleEvent) Incomplete newchildclass Win32only
|
||||||
|
onelevelbackempty
|
||||||
|
onelevelbackempty
|
||||||
|
onelevelback
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% Thread classes
|
||||||
|
(TThread) Missing newclass
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% TPersistent classes
|
% TPersistent classes
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
@ -489,7 +515,11 @@ showpage
|
|||||||
|
|
||||||
%
|
%
|
||||||
% $Log$
|
% $Log$
|
||||||
% Revision 1.8 1998-10-02 22:42:10 michael
|
% Revision 1.9 1998-10-03 13:53:43 florian
|
||||||
|
% * small errors corrected
|
||||||
|
% + status of syncro objects addded
|
||||||
|
%
|
||||||
|
% Revision 1.8 1998/10/02 22:42:10 michael
|
||||||
% + Added title
|
% + Added title
|
||||||
%
|
%
|
||||||
% Revision 1.7 1998/10/02 15:45:00 michael
|
% Revision 1.7 1998/10/02 15:45:00 michael
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user