mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 16:30:42 +00:00
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:
parent
feaf4828d5
commit
b57494baea
2 changed files with 52 additions and 47 deletions
|
@ -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.
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue