mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 07:10:46 +00:00
Add icon for speech recognizer.
This commit is contained in:
parent
3695d41452
commit
bf46505e08
3 changed files with 6 additions and 7 deletions
|
@ -78,10 +78,6 @@ typedef enum _NSButtonType {
|
|||
NSMomentaryChangeButton,
|
||||
NSOnOffButton,
|
||||
NSMomentaryPushInButton,
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||
NSAcceleratorButton,
|
||||
NSMultiLevelAcceleratorButton,
|
||||
#endif
|
||||
// These are old names
|
||||
NSMomentaryLight = NSMomentaryPushInButton,
|
||||
NSMomentaryPushButton = NSMomentaryLightButton
|
||||
|
@ -217,9 +213,9 @@ typedef enum _NSGradientType {
|
|||
- (void) drawImage: (NSImage*)imageToDisplay
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView;
|
||||
- (NSRect) drawTitle: (NSAttributedString*)titleToDisplay
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView;
|
||||
- (void) drawTitle: (NSAttributedString*)titleToDisplay
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView;
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
|
@ -8,6 +8,9 @@ VERSION = 0.1
|
|||
APP_NAME = GSSpeechRecognitionServer
|
||||
|
||||
GSSpeechRecognitionServer_LANGUAGES = English
|
||||
GSSpeechRecognitionServer_APPLICATION_ICON = SpeechRecognizer.png
|
||||
|
||||
GSSpeechRecognitionServer_RESOURCE_FILES = SpeechRecognizer.png
|
||||
|
||||
GSSpeechRecognitionServer_OBJC_FILES = \
|
||||
GSSpeechRecognitionEngine.m \
|
||||
|
|
BIN
Tools/speech_recognizer/SpeechRecognizer.png
Normal file
BIN
Tools/speech_recognizer/SpeechRecognizer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue