~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/gui/macosx/simple_prefs.h

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
Import upstream version 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
* simple_prefs.h: Simple Preferences for Mac OS X
3
3
*****************************************************************************
4
4
* Copyright (C) 2008 the VideoLAN team
5
 
* $Id$
 
5
* $Id: f5a279afbeef92435075b68cf7193e4c6768eb57 $
6
6
*
7
7
* Authors: Felix Paul Kühne <fkuehne at videolan dot org>
8
8
*
43
43
    IBOutlet id o_audio_lastuser_txt;
44
44
    IBOutlet id o_audio_norm_ckb;
45
45
    IBOutlet id o_audio_norm_fld;
 
46
    IBOutlet id o_audio_norm_stepper;
46
47
    IBOutlet id o_audio_spdif_ckb;
47
48
    IBOutlet id o_audio_view;
48
49
    IBOutlet id o_audio_visual_pop;
193
194
 
194
195
/* OSD / subtitles */
195
196
- (IBAction)osdSettingChanged:(id)sender;
 
197
- (IBAction)showFontPicker:(id)sender;
196
198
- (void)showOSDSettings;
 
199
- (void)changeFont:(id)sender;
197
200
 
198
201
/* input & codecs */
199
202
- (IBAction)inputSettingChanged:(id)sender;
211
214
@interface VLCHotkeyChangeWindow : NSWindow
212
215
 
213
216
@end
 
217
 
 
218
@interface VLCSimplePrefsWindow : NSWindow
 
219
 
 
220
@end