Gtk2: formatting

git-svn-id: trunk@40999 -
This commit is contained in:
zeljko 2013-05-02 12:08:30 +00:00
parent 836b0adc9a
commit 7446c7f8f3

View File

@ -238,8 +238,8 @@ end;
Returns: Returns:
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}
function TGtk2WidgetSet.RawImage_CreateBitmaps(const ARawImage: TRawImage; function TGtk2WidgetSet.RawImage_CreateBitmaps(const ARawImage: TRawImage; out
out ABitmap, AMask: HBitmap; ASkipMask: Boolean): boolean; ABitmap, AMask: HBitmap; ASkipMask: boolean): boolean;
var var
GdiObject: PGDIObject absolute ABitmap; GdiObject: PGDIObject absolute ABitmap;
GdiMaskObject: PGDIObject absolute AMask; GdiMaskObject: PGDIObject absolute AMask;
@ -523,7 +523,8 @@ end;
Retrieves the information about the structure of the supported image data. Retrieves the information about the structure of the supported image data.
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}
function TGtk2WidgetSet.RawImage_DescriptionFromDevice(ADC: HDC; out ADesc: TRawImageDescription): boolean; function TGtk2WidgetSet.RawImage_DescriptionFromDevice(ADC: HDC; out
ADesc: TRawImageDescription): Boolean;
var var
DevCon: TGtkDeviceContext absolute ADC; DevCon: TGtkDeviceContext absolute ADC;
@ -750,7 +751,8 @@ end;
var NewRawImage: TRawImage): boolean; var NewRawImage: TRawImage): boolean;
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}
function TGtk2WidgetSet.RawImage_FromDevice(out ARawImage: TRawImage; ADC: HDC; const ARect: TRect): boolean; function TGtk2WidgetSet.RawImage_FromDevice(out ARawImage: TRawImage; ADC: HDC;
const ARect: TRect): Boolean;
var var
DevCtx: TGtkDeviceContext absolute ADC; DevCtx: TGtkDeviceContext absolute ADC;
DCOrigin: TPoint; DCOrigin: TPoint;