mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:30:48 +00:00
changed header include to import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30415 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
664d8a24c1
commit
0a65923993
3 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2010-05-19 Riccardo Mottola <rmottola@users.sf.net>
|
||||||
|
|
||||||
|
* Source/GSVbox.m,
|
||||||
|
* Source/GSHbox.m:
|
||||||
|
Changed heder include to import
|
||||||
|
|
||||||
2010-05-17 Fred Kiefer <FredKiefer@gmx.de>
|
2010-05-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSToolbarItem.m (-setView:): Only set the min/max size of
|
* Source/NSToolbarItem.m (-setView:): Only set the min/max size of
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<abstract>The GSHbox class (a GNU extension)</abstract>
|
<abstract>The GSHbox class (a GNU extension)</abstract>
|
||||||
|
|
||||||
Copyright (C) 1999 Free Software Foundation, Inc.
|
Copyright (C) 1999-2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Author: Nicola Pero <n.pero@mi.flashnet.it>
|
Author: Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
Date: 1999
|
Date: 1999
|
||||||
|
@ -26,9 +26,9 @@
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "GNUstepGUI/GSHbox.h"
|
#import "GNUstepGUI/GSHbox.h"
|
||||||
// For the separator
|
// For the separator
|
||||||
#include "AppKit/NSBox.h"
|
#import "AppKit/NSBox.h"
|
||||||
|
|
||||||
@implementation GSHbox: GSTable
|
@implementation GSHbox: GSTable
|
||||||
//
|
//
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<abstract>The GSVbox class (a GNU extension)</abstract>
|
<abstract>The GSVbox class (a GNU extension)</abstract>
|
||||||
|
|
||||||
Copyright (C) 1999 Free Software Foundation, Inc.
|
Copyright (C) 1999-2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Author: Nicola Pero <n.pero@mi.flashnet.it>
|
Author: Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
Date: 1999
|
Date: 1999
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
|
|
||||||
// See GSHbox.m for comments
|
// See GSHbox.m for comments
|
||||||
// This file is derived from GSVbox.m
|
// This file is derived from GSVbox.m
|
||||||
#include "GNUstepGUI/GSVbox.h"
|
#import "GNUstepGUI/GSVbox.h"
|
||||||
#include "AppKit/NSBox.h"
|
#import "AppKit/NSBox.h"
|
||||||
|
|
||||||
@implementation GSVbox: GSTable
|
@implementation GSVbox: GSTable
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue