mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
An almost complete NSButtonCell implementation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2192 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
151bf11e2c
commit
c47e7d474c
6 changed files with 39 additions and 29 deletions
|
@ -124,7 +124,7 @@
|
|||
cell_font = [[NSFont userFontOfSize:12] retain];
|
||||
contents = aString;
|
||||
cell_type = NSTextCellType;
|
||||
text_align = NSLeftTextAlignment;
|
||||
text_align = NSCenterTextAlignment;
|
||||
cell_image = nil;
|
||||
image_position = NSNoImage;
|
||||
cell_state = NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue