Some more GDI32 bindings

db4
U-SLAVA-DFB8FF805\Slava 2009-04-03 06:58:36 -05:00
parent dfa27e0c17
commit 0dcb38d86a
1 changed files with 3 additions and 2 deletions

View File

@ -1354,7 +1354,7 @@ FUNCTION: HRGN CreateRectRgn ( int x, int y, int w, int h ) ;
! FUNCTION: CreateRoundRectRgn ! FUNCTION: CreateRoundRectRgn
! FUNCTION: CreateScalableFontResourceA ! FUNCTION: CreateScalableFontResourceA
! FUNCTION: CreateScalableFontResourceW ! FUNCTION: CreateScalableFontResourceW
! FUNCTION: CreateSolidBrush FUNCTION: HBRUSH CreateSolidBrush ( COLORREF colorref ) ;
! FUNCTION: DdEntry0 ! FUNCTION: DdEntry0
! FUNCTION: DdEntry1 ! FUNCTION: DdEntry1
! FUNCTION: DdEntry10 ! FUNCTION: DdEntry10
@ -1501,6 +1501,7 @@ DESTRUCTOR: DeleteObject
FUNCTION: BOOL ExtTextOutW ( HDC hdc, int X, int Y, UINT fuOptions, RECT* lprc, LPCTSTR lpString, UINT cbCount, INT* lpDx ) ; FUNCTION: BOOL ExtTextOutW ( HDC hdc, int X, int Y, UINT fuOptions, RECT* lprc, LPCTSTR lpString, UINT cbCount, INT* lpDx ) ;
ALIAS: ExtTextOut ExtTextOutW ALIAS: ExtTextOut ExtTextOutW
! FUNCTION: FillPath ! FUNCTION: FillPath
FUNCTION: int FillRect ( HDC hDC, RECT* lprc, HBRUSH hbr ) ;
! FUNCTION: FillRgn ! FUNCTION: FillRgn
! FUNCTION: FixBrushOrgEx ! FUNCTION: FixBrushOrgEx
! FUNCTION: FlattenPath ! FUNCTION: FlattenPath
@ -1779,7 +1780,7 @@ ALIAS: GetTextMetrics GetTextMetricsW
! FUNCTION: PtVisible ! FUNCTION: PtVisible
! FUNCTION: QueryFontAssocStatus ! FUNCTION: QueryFontAssocStatus
! FUNCTION: RealizePalette ! FUNCTION: RealizePalette
! FUNCTION: Rectangle FUNCTION: BOOL Rectangle ( HDC hdc, int x, int y, int w, int h ) ;
! FUNCTION: RectInRegion ! FUNCTION: RectInRegion
! FUNCTION: RectVisible ! FUNCTION: RectVisible
! FUNCTION: RemoveFontMemResourceEx ! FUNCTION: RemoveFontMemResourceEx