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
d94d377a
Commit
d94d377a
authored
Aug 24, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx/MainWindowTitle: cleanup header
parent
3b4a5339
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
20 deletions
+10
-20
modules/gui/macosx/MainWindowTitle.h
modules/gui/macosx/MainWindowTitle.h
+10
-20
No files found.
modules/gui/macosx/MainWindowTitle.h
View file @
d94d377a
...
...
@@ -48,6 +48,9 @@
IBOutlet
id
o_fullscreen_btn
;
IBOutlet
id
o_title_lbl
;
}
@property
(
readonly
)
NSButton
*
closeButton
;
@property
(
readonly
)
NSButton
*
minimizeButton
;
@property
(
readonly
)
NSButton
*
zoomButton
;
-
(
void
)
loadButtonIcons
;
-
(
IBAction
)
buttonAction
:(
id
)
sender
;
...
...
@@ -56,30 +59,21 @@
-
(
void
)
setWindowButtonOver
:(
BOOL
)
b_value
;
-
(
void
)
setWindowFullscreenButtonOver
:(
BOOL
)
b_value
;
-
(
NSButton
*
)
closeButton
;
-
(
NSButton
*
)
minimizeButton
;
-
(
NSButton
*
)
zoomButton
;
@end
@interface
VLCWindowButtonCell
:
NSButtonCell
{
}
@end
@interface
VLCResizeControl
:
NSImageView
{
}
@end
@interface
VLCColorView
:
NSView
{
}
@end
@interface
VLCCustomWindowButtonPrototype
:
NSButton
{
}
-
(
NSArray
*
)
extendedAccessibilityAttributeNames
:
(
NSArray
*
)
theAttributeNames
;
-
(
id
)
extendedAccessibilityAttributeValue
:
(
NSString
*
)
theAttributeName
;
-
(
NSNumber
*
)
extendedAccessibilityIsAttributeSettable
:
(
NSString
*
)
theAttributeName
;
...
...
@@ -87,25 +81,21 @@
@end
@interface
VLCCustomWindowCloseButton
:
VLCCustomWindowButtonPrototype
{
}
@end
@interface
VLCCustomWindowMinimizeButton
:
VLCCustomWindowButtonPrototype
{
}
@end
@interface
VLCCustomWindowZoomButton
:
VLCCustomWindowButtonPrototype
{
}
@end
@interface
VLCCustomWindowFullscreenButton
:
VLCCustomWindowButtonPrototype
{
}
@end
@interface
VLCWindowTitleTextField
:
NSTextField
...
...
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