BRButtonControl
Source Code Examples: (that shows/utilize the control)
- Needs to be added
Provides for the following 'setters' etc:
- (void)setTitle:(id)fp8;
- Comments: Puts a text label on the button??
- Expects: NSString??
- Example Usage: [_yourButtonControl setTitle:@"Button Title"]
- (void)setAction:(SEL)fp8;
- Comments: ????
- Expects: ????
- Example Usage: [_yourButtonControl setAction:????]
- (void)setTarget:(id)fp8;
- Comments: ????
- Expects: ????
- Example Usage: [_yourButtonControl setTarget:????]
- (void)setAlignment:(int)fp8;
- Comments: Sets the buttons alignment (what criteria??)
- Expects: Int??
- Example Usage: [_yourButtonControl setAlignment:????]
- (void)setTextAlignment:(int)fp8;
- Comments: Sets the text alignment (what criteria??)
- Expects: Int??
- Example Usage: [_yourButtonControl setTextAlignment:????]
- (void)setWidth:(float)fp8;
- Comments: Sets the width of the button??
- Expects: Float??
- Example Usage: [_yourButtonControl setWidth:????]
- (void)setYPosition:(float)fp8;
- Comments: ????
- Expects: Float??
- Example Usage: [_yourButtonControl setYPosition:????]
Other notes / observations :
- None at this time
Back to the Plug-in Developers Note Pad