changes for fpc 1.1

git-svn-id: trunk@2362 -
This commit is contained in:
mattias 2002-08-17 23:41:18 +00:00
parent 3317d099c9
commit edcf357e95

View File

@ -158,6 +158,10 @@ type
// listview
procedure ListViewChangeItem(TheListView: TObject; Index: integer);
procedure ListViewAddItem(TheListView: TObject);
// listbox
function GetTopIndex(ListBoxObj: TObject): integer;
function SetTopIndex(ListBoxObj: TObject; NewTopIndex: integer): integer;
procedure BringFormToFront(Sender: TObject);
procedure SetWindowSizeAndPosition(Window: PGtkWindow;
@ -318,6 +322,9 @@ end.
{ =============================================================================
$Log$
Revision 1.114 2002/12/27 08:46:32 mattias
changes for fpc 1.1
Revision 1.113 2002/12/17 16:32:12 mattias
freeing GDIObjects without AppTerminate