implemented TListBox.TopIndex

git-svn-id: trunk@2390 -
This commit is contained in:
mattias 2002-08-17 23:41:19 +00:00
parent af88c037ec
commit 1057c266a2

View File

@ -160,8 +160,8 @@ type
procedure ListViewAddItem(TheListView: TObject);
// listbox
function GetTopIndex(ListBoxObj: TObject): integer;
function SetTopIndex(ListBoxObj: TObject; NewTopIndex: integer): integer;
function GetTopIndex(Sender: TObject): integer;
function SetTopIndex(Sender: TObject; NewTopIndex: integer): integer;
procedure BringFormToFront(Sender: TObject);
procedure SetWindowSizeAndPosition(Window: PGtkWindow;
@ -322,6 +322,9 @@ end.
{ =============================================================================
$Log$
Revision 1.115 2002/12/27 10:23:40 mattias
implemented TListBox.TopIndex
Revision 1.114 2002/12/27 08:46:32 mattias
changes for fpc 1.1