Hi All,

I have a button drawn at runtime using CtlNewControl()

I am not able to trace an API for setting the frame
type of that button.The SDK does not talk of any API
for setting the frame type.

typedef struct {
UInt8 usable :1;
UInt8 enabled :1;
UInt8 visible :1;
UInt8 on :1;
UInt8 leftAnchor:1;
UInt8 frame :3; ---------------------------->
UInt8 drawnAsSelected : 1;
UInt8 graphical :1;
UInt8 vertical :1;
} ControlAttrType;

(I want to draw a frameless button)


Thanks
Nitin

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to