mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* change from Andrew commited
This commit is contained in:
parent
6fc9868f2a
commit
7be9447d8f
@ -1,10 +1,10 @@
|
|||||||
{$IfDef read_interface}
|
{$IfDef read_interface}
|
||||||
|
|
||||||
type
|
type
|
||||||
TGnomeMDIChildViewCreator = TGtkWidget;
|
TGnomeMDIChildViewCreator = Function : PGtkWidget; cdecl;
|
||||||
TGnomeMDIChildMenuCreator = TGList;
|
TGnomeMDIChildMenuCreator = Function : PGList; cdecl;
|
||||||
TGnomeMDIChildConfigFunc = gchar;
|
TGnomeMDIChildConfigFunc = Function : Pgchar; cdecl;
|
||||||
TGnomeMDIChildLabelFunc = TGtkWidget;
|
TGnomeMDIChildLabelFunc = Function : PGtkWidget; cdecl;
|
||||||
|
|
||||||
PGnomeMDIChild = ^TGnomeMDIChild;
|
PGnomeMDIChild = ^TGnomeMDIChild;
|
||||||
TGnomeMDIChild = record
|
TGnomeMDIChild = record
|
||||||
|
Loading…
Reference in New Issue
Block a user