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:
Scott Christley 1997-02-18 18:45:16 +00:00
parent 151bf11e2c
commit c47e7d474c
6 changed files with 39 additions and 29 deletions

View file

@ -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;