mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:50:47 +00:00
* NSFileWrapper.m and NSFileWrapper.h added preliminary implementations
in support of Daniel B�hringer's work on the text classes * NSText.m added changes by Daniel B�hringer * Tools/gpbs.m added dummy defines of some backend function git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
601cac5d1b
commit
c5d8b82392
8 changed files with 1876 additions and 305 deletions
|
@ -59,11 +59,14 @@
|
|||
|
||||
// container may be nil
|
||||
- initWithFrame:(NSRect)frameRect textContainer:(NSTextContainer *)container
|
||||
{ if(container) [self setTextContainer: container];
|
||||
{
|
||||
// self=[super initWithFrame:frameRect];
|
||||
[super initWithFrame:frameRect];
|
||||
|
||||
if(container) [self setTextContainer: container];
|
||||
else // set up a new container
|
||||
{
|
||||
}
|
||||
self=[super initWithFrame:frameRect];
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue