mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 03:58:16 +01:00
changes for fpc 1.1
git-svn-id: trunk@2362 -
This commit is contained in:
parent
3317d099c9
commit
edcf357e95
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user