mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 18:03:41 +00:00
Add a round button to the aristo showcase
This commit is contained in:
@@ -502,6 +502,16 @@ var themedButtonValues = nil,
|
||||
return button;
|
||||
}
|
||||
|
||||
+ (CPButton)themedRoundedButton
|
||||
{
|
||||
var button = [self button];
|
||||
|
||||
[button setTitle:@"Save"];
|
||||
[button setThemeState:CPButtonStateBezelStyleRounded];
|
||||
|
||||
return button;
|
||||
}
|
||||
|
||||
+ (CPPopUpButton)themedPopUpButton
|
||||
{
|
||||
var button = [[CPPopUpButton alloc] initWithFrame:CGRectMake(0.0, 0.0, 100.0, 24.0) pullsDown:NO],
|
||||
|
||||
Reference in New Issue
Block a user