* Restored alpabetical order. confuses apiwizz

git-svn-id: trunk@23364 -
This commit is contained in:
marc 2010-01-03 19:29:00 +00:00
parent 1a16269c53
commit be2b1f708f
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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);