Gtk2: implemented SM_CXMENUSIZE and SM_CYMENUSIZE system metrics.

git-svn-id: trunk@35303 -
This commit is contained in:
zeljko 2012-02-11 13:36:30 +00:00
parent 8e3577e6aa
commit 93bcdf9640

View File

@ -5471,12 +5471,10 @@ begin
begin
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CYMENUCHECK ');
end;
SM_CXMENUSIZE:
begin
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CXMENUSIZE ');
end;
SM_CXMENUSIZE,
SM_CYMENUSIZE:
begin
Result := GetTitleBarHeight - (FCachedBorderSize * 2);
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CYMENUSIZE ');
end;
SM_CXMIN: