mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 23:38:12 +02:00
Gtk2: implemented SM_CXBORDER and SM_CYBORDER system metrics
git-svn-id: trunk@35308 -
This commit is contained in:
parent
77b7c33e02
commit
785b59e3ec
@ -5347,10 +5347,12 @@ begin
|
||||
SM_CXBORDER:
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CXBORDER ');
|
||||
Result := Max(FCachedBorderSize, 0);
|
||||
end;
|
||||
SM_CYBORDER:
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CYBORDER ');
|
||||
Result := Max(FCachedBorderSize, 0);
|
||||
end;
|
||||
SM_CXCURSOR,
|
||||
SM_CYCURSOR:
|
||||
|
Loading…
Reference in New Issue
Block a user