discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrollbars.


From: Benhur Stein
Subject: Re: Scrollbars.
Date: Wed, 15 Nov 2006 14:57:28 -0200

Easy: look for the "tile" method in gui/Source/NSScrollView.m (around line 870);
inside the "if (_hasVertScroller)" command, change the 2 occurences of
NSMinXEdge
into NSMaxXEdge. After make install, all apps that you run will have
right scrollers.

Oops, just realized that you also has to change inside the "if
(_hasVertScroller)"
in the drawRect: method to change "+ scrollerWidth" into "- 1", so
that the separation line is
drawn in the right place.

Benhur




reply via email to

[Prev in Thread] Current Thread [Next in Thread]