• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSRulerView and drawBackgroundInRect
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSRulerView and drawBackgroundInRect


  • Subject: Re: NSRulerView and drawBackgroundInRect
  • From: Ross Carter <email@hidden>
  • Date: Thu, 31 Jan 2008 18:08:43 -0500


On Jan 31, 2008, at 12:17 PM, glenn andreas wrote:

On Jan 31, 2008, at 10:49 AM, Ross Carter wrote:

It has been stated on this list (http://www.cocoabuilder.com/archive/message/cocoa/2007/5/2/182751 ) that "NSRulerView has the following method: - (void)drawBackgroundInRect:(NSRect)rect;"

I haven't found a method of that name in any documentation, including NSRulerView.h. Is this a private method?

Yes

Is it safe to rely on it?

In that it's never safe to rely on undocumented private methods, no. Not only can they go away or do something else, people using them have caused Apple engineers to have to make special workarounds to try to keep things from breaking in future versions (there is some special behavior with table views, for example, that is based on what SDK you link against - pretty much my definition of an ugly workaround).

Thanks, Glenn. I've filed a bug (5717504) asking that drawBackgroundInRect: be declared public. In the meantime, I guess there's no alternative but to use it anyway. NSRulerView uses the window background color as its background, and it looks terrible if the window is textured.
_______________________________________________


Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >NSRulerView and drawBackgroundInRect (From: Ross Carter <email@hidden>)
 >Re: NSRulerView and drawBackgroundInRect (From: glenn andreas <email@hidden>)

  • Prev by Date: Re: Global Font Change
  • Next by Date: Re: Global Font Change
  • Previous by thread: Re: NSRulerView and drawBackgroundInRect
  • Next by thread: Qt & NSWorkspace bug
  • Index(es):
    • Date
    • Thread