mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
MG: fixed window shrinking
git-svn-id: trunk@1265 -
This commit is contained in:
parent
72621e1871
commit
50e4af1b5f
@ -628,10 +628,10 @@ end;
|
||||
function GTKAPIWidget_new: PGTKWidget;
|
||||
begin
|
||||
writeln('(gtkwinapiwindow.pp) GTKAPIWidget_new, ToDo: check parameters, gtk-Critical');
|
||||
// ToDo: check these nil parameters
|
||||
// ToDo: check these nil parameters
|
||||
Result := gtk_widget_new(
|
||||
GTKAPIWidget_GetType,
|
||||
'hadjustment', [nil, // what are these nils?
|
||||
'hadjustment', [nil,
|
||||
'vadjustment', nil,
|
||||
nil]
|
||||
);
|
||||
@ -718,6 +718,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.24 2002/04/27 15:35:51 lazarus
|
||||
MG: fixed window shrinking
|
||||
|
||||
Revision 1.23 2002/03/15 13:15:24 lazarus
|
||||
Removed FOCUSIN messages
|
||||
Removed Bitbtn created message
|
||||
|
Loading…
Reference in New Issue
Block a user