New topic: Object alpha carbon declare?
<http://forums.realsoftware.com/viewtopic.php?t=34001> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message motorollin Post subject: Object alpha carbon declare?Posted: Fri May 28, 2010 10:49 am Joined: Mon Jun 16, 2008 4:53 pm Posts: 78 The following can be used to make a window transparent/translucent: Code: Declare Function SetWindowAlpha Lib "Carbon" (inWindow as WindowPtr, inAlpha as single) as integer call SetWindowAlpha(Window, alpha) Is there a similar Carbon declare to change the alpha for objects on the translucent window? I've tried searching through the Carbon framework and can't find a method for this, but maybe I missed something. Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
