mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:00:37 +00:00
Adding a number of changes. The skeleton implementations of NSToolbar and
NSToolbarItem as well as a number of miscellaneous things I have had laying around for a while. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13997 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bcf07f45a6
commit
d2c4db3d9b
12 changed files with 762 additions and 15 deletions
|
@ -143,6 +143,8 @@ NSTextField.m \
|
|||
NSTextFieldCell.m \
|
||||
NSTextStorage.m \
|
||||
NSTextView.m \
|
||||
NSToolbar.m \
|
||||
NSToolbarItem.m \
|
||||
NSView.m \
|
||||
NSWindow.m \
|
||||
NSWindowController.m \
|
||||
|
@ -285,6 +287,8 @@ NSTextField.h \
|
|||
NSTextFieldCell.h \
|
||||
NSTextStorage.h \
|
||||
NSTextView.h \
|
||||
NSToolbar.h \
|
||||
NSToolbarItem.h \
|
||||
NSView.h \
|
||||
NSWindow.h \
|
||||
NSWindowController.h \
|
||||
|
@ -321,6 +325,7 @@ NSNibDeclarations.h \
|
|||
NSNibLoading.h \
|
||||
NSSpellProtocol.h \
|
||||
NSUserInterfaceValidation.h \
|
||||
NSValidatedUserInterfaceItem.h \
|
||||
PSOperators.h \
|
||||
nsimage-tiff.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue