Minor consistency fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14802 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-10-20 18:23:10 +00:00
parent feaf4828d5
commit b57494baea
2 changed files with 52 additions and 47 deletions

View file

@ -1,3 +1,8 @@
2002-10-20 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/gnustep/gui/NSComboBox.h: Add APPKIT_EXPORT and make layout
a bit more consistent.
2002-10-18 Adam Fedor <fedor@gnu.org> 2002-10-18 Adam Fedor <fedor@gnu.org>
* Documentation/announce.texi: Fix grammer. * Documentation/announce.texi: Fix grammer.

View file

@ -104,9 +104,9 @@ indexOfItemWithStringValue:(NSString *)string;
- (void) comboBoxSelectionIsChanging: (NSNotification *)notification; - (void) comboBoxSelectionIsChanging: (NSNotification *)notification;
@end @end
NSString *NSComboBoxWillPopUpNotification; APPKIT_EXPORT NSString *NSComboBoxWillPopUpNotification;
NSString *NSComboBoxWillDismissNotification; APPKIT_EXPORT NSString *NSComboBoxWillDismissNotification;
NSString *NSComboBoxSelectionDidChangeNotification; APPKIT_EXPORT NSString *NSComboBoxSelectionDidChangeNotification;
NSString *NSComboBoxSelectionIsChangingNotification; APPKIT_EXPORT NSString *NSComboBoxSelectionIsChangingNotification;
#endif /* _GNUstep_H_NSComboBox */ #endif /* _GNUstep_H_NSComboBox */