[haiku-development] Re: Set a custom icon for a BAlert

  • From: pulkomandy <pulkomandy@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 3 Aug 2012 18:50:46 +0200

On Fri, Aug 03, 2012 at 12:37:48PM -0400, John Scipione wrote:
> So what I've done is convert BAboutWindow into a regular BWindow. The
> About window features the grey stripe on the left side, the
> application icon as well as the application name, version number, and
> copyright information. I like the idea of making the icon 128x128.

One thing to watch out for:
BAboutWindow being a BAlert, it needs to be deleted when done with it. A
regular BWindow doesn't. That's a rather big API change.

-- 
Adrien.

Other related posts: