mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 15:19:25 +02:00
* change from Andrew commited
This commit is contained in:
parent
6fc9868f2a
commit
7be9447d8f
@ -1,10 +1,10 @@
|
||||
{$IfDef read_interface}
|
||||
|
||||
type
|
||||
TGnomeMDIChildViewCreator = TGtkWidget;
|
||||
TGnomeMDIChildMenuCreator = TGList;
|
||||
TGnomeMDIChildConfigFunc = gchar;
|
||||
TGnomeMDIChildLabelFunc = TGtkWidget;
|
||||
TGnomeMDIChildViewCreator = Function : PGtkWidget; cdecl;
|
||||
TGnomeMDIChildMenuCreator = Function : PGList; cdecl;
|
||||
TGnomeMDIChildConfigFunc = Function : Pgchar; cdecl;
|
||||
TGnomeMDIChildLabelFunc = Function : PGtkWidget; cdecl;
|
||||
|
||||
PGnomeMDIChild = ^TGnomeMDIChild;
|
||||
TGnomeMDIChild = record
|
||||
@ -55,4 +55,4 @@ begin
|
||||
GNOME_IS_MDI_CHILD_CLASS:=(klass<>nil) and (PGtkTypeClass(klass)^.thetype=GNOME_TYPE_MDI_CHILD);
|
||||
end;
|
||||
|
||||
{$Endif read_implementation}
|
||||
{$Endif read_implementation}
|
Loading…
Reference in New Issue
Block a user