mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:07:38 +00:00
Add GSCategories.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42504c3dd6
commit
2513205129
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-31 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSButtonCell.m, Source/NSCell.m, Source/NSMenuItem.m:
|
||||
Add GSCategories.h
|
||||
|
||||
2003-03-30 19:14 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSScroller.m (-trackKnob:): Wrap each iteration of the
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
|
||||
#include <AppKit/AppKitExceptions.h>
|
||||
#include <AppKit/NSApplication.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSFormatter.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
|
||||
#include <AppKit/AppKitExceptions.h>
|
||||
#include <AppKit/NSAttributedString.h>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include <AppKit/NSMenuItem.h>
|
||||
#include <AppKit/NSMenu.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue