mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
Add MacOSX methods to NSComboBox and constants to NSColorPanel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25366 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0f4badf295
commit
2d859c1d21
6 changed files with 43 additions and 2 deletions
|
@ -86,6 +86,11 @@
|
|||
- (void) setCompletes: (BOOL)completes;
|
||||
- (BOOL) completes;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
- (BOOL) isButtonBordered;
|
||||
- (void) setButtonBordered:(BOOL)flag;
|
||||
#endif
|
||||
@end
|
||||
|
||||
@interface NSObject (NSComboBoxDataSource)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue