mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:39:24 +02:00
* Restored alpabetical order. confuses apiwizz
git-svn-id: trunk@23364 -
This commit is contained in:
parent
1a16269c53
commit
be2b1f708f
@ -1529,16 +1529,16 @@ begin
|
||||
Result := false;
|
||||
end;
|
||||
|
||||
function TWidgetSet.SetMenu(AWindowHandle: HWND; AMenuHandle: HMENU): Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TWidgetSet.SetMapMode(DC: HDC; fnMapMode : Integer): Integer;
|
||||
begin
|
||||
Result := 0;
|
||||
end;
|
||||
|
||||
function TWidgetSet.SetMenu(AWindowHandle: HWND; AMenuHandle: HMENU): Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TWidgetSet.SetProp(Handle: hwnd; Str : PChar;
|
||||
Data : Pointer) : Boolean;
|
||||
Begin
|
||||
|
@ -801,16 +801,16 @@ begin
|
||||
Result := WidgetSet.SetCursorPos(X, Y);
|
||||
end;
|
||||
|
||||
function SetMenu(AWindowHandle: HWND; AMenuHandle: HMENU): Boolean;
|
||||
begin
|
||||
Result := WidgetSet.SetMenu(AWindowHandle, AMenuHandle);
|
||||
end;
|
||||
|
||||
function SetMapMode(DC: HDC; fnMapMode : Integer): Integer;
|
||||
begin
|
||||
Result := WidgetSet.SetMapMode(DC, fnMapMode);
|
||||
end;
|
||||
|
||||
function SetMenu(AWindowHandle: HWND; AMenuHandle: HMENU): Boolean;
|
||||
begin
|
||||
Result := WidgetSet.SetMenu(AWindowHandle, AMenuHandle);
|
||||
end;
|
||||
|
||||
function SetProp(Handle: hwnd; Str : PChar; Data : Pointer) : Boolean;
|
||||
begin
|
||||
Result := WidgetSet.SetProp(Handle,Str,Data);
|
||||
|
Loading…
Reference in New Issue
Block a user