mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:00:47 +00:00
Better helper methods for cell string drawing. Implement MacOSX 10.4
methods on NSForm and NSFormCell. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25421 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a13f90156
commit
d33b2e8dd0
8 changed files with 320 additions and 220 deletions
|
@ -64,6 +64,10 @@
|
|||
- (void)setTextFont:(NSFont*)fontObject;
|
||||
- (void)setTitleAlignment:(NSTextAlignment)aMode;
|
||||
- (void)setTitleFont:(NSFont*)fontObject;
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
- (void) setTitleBaseWritingDirection: (NSWritingDirection)direction;
|
||||
- (void) setTextBaseWritingDirection: (NSWritingDirection)direction;
|
||||
#endif
|
||||
|
||||
//
|
||||
// Getting a Cell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue