mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +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
|
||||||
@ -55,4 +55,4 @@ begin
|
|||||||
GNOME_IS_MDI_CHILD_CLASS:=(klass<>nil) and (PGtkTypeClass(klass)^.thetype=GNOME_TYPE_MDI_CHILD);
|
GNOME_IS_MDI_CHILD_CLASS:=(klass<>nil) and (PGtkTypeClass(klass)^.thetype=GNOME_TYPE_MDI_CHILD);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$Endif read_implementation}
|
{$Endif read_implementation}
|
Loading…
Reference in New Issue
Block a user