mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:50:18 +02:00
MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth
git-svn-id: trunk@1185 -
This commit is contained in:
parent
67534c036f
commit
db3b4cf2e7
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user