mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Initial skeletons for Path objects
This commit is contained in:
parent
a390accec4
commit
a0aa55e1f1
6 changed files with 16 additions and 23 deletions
|
@ -25,15 +25,15 @@
|
|||
#ifndef _NSPathCell_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSPathCell_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#import <AppKit/NSCell.h>
|
||||
#import <AppKit/NSActionCell.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@interface NSPathCell : NSCell
|
||||
@interface NSPathCell : NSActionCell
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -25,15 +25,15 @@
|
|||
#ifndef _NSPathComponentCell_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSPathComponentCell_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#import <AppKit/NSCell.h>
|
||||
#import <AppKit/NSTextFieldCell.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@interface NSPathComponentCell : NSCell
|
||||
@interface NSPathComponentCell : NSTextFieldCell
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#import <AppKit/NSControl.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
15
MISSING
15
MISSING
|
@ -48,21 +48,6 @@ MISSING HEADERS
|
|||
> NSWindowTab.h
|
||||
> NSWindowTabGroup.h
|
||||
|
||||
Completed
|
||||
---
|
||||
> NSCIIImageRep.h
|
||||
> NSPDFImageRep.h
|
||||
> NSPDFInfo.h
|
||||
> NSPDFPanel.h
|
||||
> NSPICTImageRep.h
|
||||
> NSDockTile.h
|
||||
> NSAppearance.h
|
||||
> NSDataAsset.h
|
||||
> NSTouch.h
|
||||
> NSTouchBar.h
|
||||
> NSSpeechRecognizer.h
|
||||
> NSColorSampler.h
|
||||
|
||||
Mac Specific
|
||||
---
|
||||
> NSButtonTouchBarItem.h
|
||||
|
|
|
@ -115,6 +115,10 @@ NSFormCell.m \
|
|||
NSGroupTouchBarItem.m \
|
||||
NSMagnificationGestureRecognizer.m \
|
||||
NSPanGestureRecognizer.m \
|
||||
NSPathCell.m \
|
||||
NSPathComponentCell.m \
|
||||
NSPathControl.m \
|
||||
NSPathControlItem.m \
|
||||
NSPickerTouchBarItem.m \
|
||||
NSPopoverTouchBarItem.m \
|
||||
NSPressGestureRecognizer.m \
|
||||
|
@ -450,6 +454,10 @@ NSOutlineView.h \
|
|||
NSPageLayout.h \
|
||||
NSPanel.h \
|
||||
NSPanGestureRecognizer.h \
|
||||
NSPathCell.h \
|
||||
NSPathComponentCell.h \
|
||||
NSPathControl.h \
|
||||
NSPathControlItem.h \
|
||||
NSParagraphStyle.h \
|
||||
NSPasteboard.h \
|
||||
NSPasteboardItem.h \
|
||||
|
|
Loading…
Reference in a new issue