mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +02:00
MG: fixed TListView with more than 2 columns
git-svn-id: trunk@1324 -
This commit is contained in:
parent
e44d78955f
commit
4711a5aa61
@ -148,6 +148,7 @@ type
|
|||||||
procedure MoveNBPage(ANoteBook, APage: TObject; NewIndex: Integer);virtual;
|
procedure MoveNBPage(ANoteBook, APage: TObject; NewIndex: Integer);virtual;
|
||||||
|
|
||||||
procedure ListViewChangeItem(TheListView: TObject; Index: integer);
|
procedure ListViewChangeItem(TheListView: TObject; Index: integer);
|
||||||
|
procedure ListViewAddItem(TheListView: TObject);
|
||||||
procedure BringFormToFront(Sender: TObject);
|
procedure BringFormToFront(Sender: TObject);
|
||||||
|
|
||||||
procedure SetText(Child,Data : Pointer);virtual;
|
procedure SetText(Child,Data : Pointer);virtual;
|
||||||
@ -308,6 +309,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.104 2002/11/12 13:16:05 lazarus
|
||||||
|
MG: fixed TListView with more than 2 columns
|
||||||
|
|
||||||
Revision 1.103 2002/11/12 10:53:43 lazarus
|
Revision 1.103 2002/11/12 10:53:43 lazarus
|
||||||
MG: fixed setting gdk pen style
|
MG: fixed setting gdk pen style
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user