MG: fixed window shrinking

git-svn-id: trunk@1265 -
This commit is contained in:
lazarus 2002-02-09 01:48:11 +00:00
parent 72621e1871
commit 50e4af1b5f

View File

@ -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