mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 16:52:37 +02:00
fixed setting TTreeView.ScrollBars
git-svn-id: trunk@2024 -
This commit is contained in:
parent
f88130cf3c
commit
9d03ecd608
@ -4112,8 +4112,9 @@ end;
|
||||
|
||||
function TgtkObject.CreateAPIWidget(
|
||||
AWinControl: TWinControl): PGtkWidget;
|
||||
// currently only used for csFixed
|
||||
var
|
||||
Adjustment: PGTKAdjustment; // currently only used for csFixed
|
||||
Adjustment: PGTKAdjustment;
|
||||
WinWidgetInfo: PWinWidgetInfo;
|
||||
begin
|
||||
Result := GTKAPIWidget_New;
|
||||
@ -6857,6 +6858,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.325 2003/02/24 22:47:28 mattias
|
||||
fixed setting TTreeView.ScrollBars
|
||||
|
||||
Revision 1.324 2003/02/24 11:51:44 mattias
|
||||
combobox height can now be set, added OI item height option
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user