|
@@ -243,7 +243,7 @@ procedure GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(
|
|
anObject: pointer; property_id: guint; pspec : pointer);
|
|
anObject: pointer; property_id: guint; pspec : pointer);
|
|
begin
|
|
begin
|
|
writeln('invalid child property id ',property_id,' ',
|
|
writeln('invalid child property id ',property_id,' ',
|
|
- HexStr(PtrUInt(anObject),8),' ',HexStr(PtrUInt(pspec),8));
|
|
|
|
|
|
+ HexStr(PtrInt(anObject),8),' ',HexStr(PtrInt(pspec),8));
|
|
// G_OBJECT_WARN_INVALID_PSPEC(anObject,'child property id',property_id,pspec);
|
|
// G_OBJECT_WARN_INVALID_PSPEC(anObject,'child property id',property_id,pspec);
|
|
end;
|
|
end;
|
|
|
|
|