Re: Autosizing a button
Re: Autosizing a button
- Subject: Re: Autosizing a button
- From: Mike Shields <email@hidden>
- Date: Mon, 28 Apr 2003 17:50:39 -0600
The equivalent to springs and struts programmatically is -
(void)setAutoresizingMask:(unsigned int)mask;
Look here for more information on what the different values mean:
<file:///Developer/Documentation/Cocoa/TasksAndConcepts/
ProgrammingTopics/DrawViews/Tasks/MovingResizingViews.html#//apple_ref/
doc/uid/20000910-102111>
Mike
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.