mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 01:39:10 +02:00
MG: added scrollbars for TListView
git-svn-id: trunk@885 -
This commit is contained in:
parent
9f20cd180f
commit
47b390e5fd
@ -288,6 +288,14 @@ var
|
|||||||
FFixWidgetsResized: TDynHashArray;
|
FFixWidgetsResized: TDynHashArray;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
const
|
||||||
|
aGtkJustification: array[TAlignment] of TGTKJustification =
|
||||||
|
(GTK_JUSTIFY_LEFT,GTK_JUSTIFY_RIGHT,GTK_JUSTIFY_CENTER);
|
||||||
|
|
||||||
|
aGtkSelectionMode: Array[Boolean] of TGtkSelectionMode =
|
||||||
|
(GTK_SELECTION_SINGLE,GTk_SELECTION_EXTENDED);
|
||||||
|
|
||||||
|
|
||||||
{$I dragicons.inc}
|
{$I dragicons.inc}
|
||||||
{$I gtkproc.inc}
|
{$I gtkproc.inc}
|
||||||
{$I gtkcallback.inc}
|
{$I gtkcallback.inc}
|
||||||
@ -361,6 +369,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.42 2002/05/28 14:58:30 lazarus
|
||||||
|
MG: added scrollbars for TListView
|
||||||
|
|
||||||
Revision 1.41 2002/05/20 14:19:03 lazarus
|
Revision 1.41 2002/05/20 14:19:03 lazarus
|
||||||
MG: activated the clientrect bugfixes
|
MG: activated the clientrect bugfixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user