mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:51:02 +00:00
Use GS_PASS_ARGUMENTS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91a44a1c8d
commit
1df78e135b
8 changed files with 49 additions and 8 deletions
|
@ -167,6 +167,15 @@
|
|||
return _background_color;
|
||||
}
|
||||
|
||||
- (void) setAllowsUndo: (BOOL)flag
|
||||
{
|
||||
}
|
||||
|
||||
- (BOOL) allowsUndo
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (void) setDrawsBackground: (BOOL)flag
|
||||
{
|
||||
_tf.draws_background = flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue