mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:11:56 +00:00
Add and implement -typesetter and -setTypesetter:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d3313c1ab
commit
9a2fd89144
2 changed files with 14 additions and 0 deletions
|
@ -105,6 +105,10 @@ how it's supposed to work. It's functional and correct, but it isn't fast. */
|
|||
- (void) setDelegate: (id)aDelegate;
|
||||
|
||||
|
||||
-(GSTypesetter *) typesetter;
|
||||
-(void) setTypesetter: (GSTypesetter *)typesetter;
|
||||
|
||||
|
||||
- (void) setBackgroundLayoutEnabled: (BOOL)flag;
|
||||
- (BOOL) backgroundLayoutEnabled;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue