Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
8e64cfd2
Commit
8e64cfd2
authored
Feb 09, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fully implemented the interface and audio categories (excepting the visualiser setting)
parent
e77ff475
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
204 additions
and
15 deletions
+204
-15
modules/gui/macosx/simple_prefs.h
modules/gui/macosx/simple_prefs.h
+7
-4
modules/gui/macosx/simple_prefs.m
modules/gui/macosx/simple_prefs.m
+197
-11
No files found.
modules/gui/macosx/simple_prefs.h
View file @
8e64cfd2
...
...
@@ -2,7 +2,7 @@
* simple_prefs.h: Simple Preferences for Mac OS X
*****************************************************************************
* Copyright (C) 2008 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Felix Paul Kühne <fkuehne at videolan dot org>
*
...
...
@@ -22,6 +22,8 @@
*****************************************************************************/
#import <Cocoa/Cocoa.h>
#import "intf.h"
#import <vlc/vlc.h>
@interface
VLCSimplePrefs
:
NSObject
{
...
...
@@ -50,8 +52,6 @@
IBOutlet
id
o_audio_vol_txt
;
IBOutlet
id
o_intf_art_pop
;
IBOutlet
id
o_intf_art_txt
;
IBOutlet
id
o_intf_black_ckb
;
IBOutlet
id
o_intf_embvout_ckb
;
IBOutlet
id
o_intf_fspanel_ckb
;
IBOutlet
id
o_intf_lang_pop
;
IBOutlet
id
o_intf_lang_txt
;
...
...
@@ -80,9 +80,10 @@
itemForItemIdentifier
:
(
NSString
*
)
o_itemIdent
willBeInsertedIntoToolbar
:
(
BOOL
)
b_willBeInserted
;
-
(
NSArray
*
)
toolbarDefaultItemIdentifiers
:
(
NSToolbar
*
)
toolbar
;
-
(
NSArray
*
)
toolbarAllowedItemIdentifiers
:
(
NSToolbar
*
)
toolbar
;
-
(
NSArray
*
)
toolbarAllowedItemIdentifiers
:
(
NSToolbar
*
)
toolbar
;
-
(
void
)
initStrings
;
-
(
void
)
resetControls
;
-
(
void
)
showSimplePrefs
;
-
(
IBAction
)
buttonAction
:(
id
)
sender
;
...
...
@@ -90,6 +91,8 @@
returnCode
:(
int
)
i_return
contextInfo
:(
void
*
)
o_context
;
-
(
void
)
saveChangedSettings
;
/* interface */
-
(
IBAction
)
interfaceSettingChanged
:(
id
)
sender
;
-
(
void
)
showInterfaceSettings
;
...
...
modules/gui/macosx/simple_prefs.m
View file @
8e64cfd2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment