MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth

git-svn-id: trunk@1185 -
This commit is contained in:
lazarus 2002-02-09 01:48:03 +00:00
parent 67534c036f
commit db3b4cf2e7

View File

@ -1223,10 +1223,15 @@ end;
Function TInterfaceBase.SetBkMode(DC: HDC; bkMode : Integer) : Integer;
begin
// Your default here
Result := 0;
end;
Function TInterfaceBase.SetComboMinDropDownSize(Handle: HWND;
MinItemsWidth, MinItemsHeight, MinItemCount: integer): boolean;
begin
Result := false;
end;
Function TInterfaceBase.SetCapture(value : Longint) : Longint;
Begin
Result := 0;
@ -1357,6 +1362,9 @@ end;
{ =============================================================================
$Log$
Revision 1.51 2002/10/03 14:47:31 lazarus
MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth
Revision 1.50 2002/09/27 20:52:23 lazarus
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>