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
57dd185c
Commit
57dd185c
authored
Mar 19, 2003
by
Emmanuel Puig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Updating doc.
parent
ca4c96b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
doc/skins/events-howto.txt
doc/skins/events-howto.txt
+8
-2
doc/skins/skins-howto.txt
doc/skins/skins-howto.txt
+16
-0
No files found.
doc/skins/events-howto.txt
View file @
57dd185c
...
@@ -119,11 +119,17 @@ EVENT is the action to execute, it can be one of the followings
...
@@ -119,11 +119,17 @@ EVENT is the action to execute, it can be one of the followings
- VLC_WINDOW_OPEN:
- VLC_WINDOW_OPEN:
Action : open a window with a fading effect if selected.
Action : open a window with a fading effect if selected.
Parameters: only one which must match the ID of a window.
Parameters:
1: ID of the window to open.
2: Describe what to do. Nothing is opening. 'TRUE' is the same. 'FALSE' is
closing window. 'CHANGE' is switching between this to state.
- VLC_WINDOW_CLOSE:
- VLC_WINDOW_CLOSE:
Action : close a window with a fading effect if selected.
Action : close a window with a fading effect if selected.
Parameters: only one who must match the ID of a window.
Parameters:
1: ID of the window to close.
2: Describe what to do. Nothing is closing. 'TRUE' is the same. 'FALSE' is
opening window. 'CHANGE' is switching between this to state.
- CTRL_SET_SLIDER:
- CTRL_SET_SLIDER:
Not supported yet.
Not supported yet.
...
...
doc/skins/skins-howto.txt
View file @
57dd185c
...
@@ -207,6 +207,10 @@ OK, let's go for an enumeration of the different tags and theor attributes :
...
@@ -207,6 +207,10 @@ OK, let's go for an enumeration of the different tags and theor attributes :
of the button.
of the button.
- onclick: event executed when clicking on the button.
- onclick: event executed when clicking on the button.
Default is "none".
Default is "none".
- onmouseover: event executed when the mouse cursor enter the button.
Default is "none".
- onmouseout: event executed when the mouse cursor leaves the button.
Default is "none".
- tooltiptext : used to display a tooltip.
- tooltiptext : used to display a tooltip.
Default is "none". (no tooltip).
Default is "none". (no tooltip).
...
@@ -234,6 +238,18 @@ OK, let's go for an enumeration of the different tags and theor attributes :
...
@@ -234,6 +238,18 @@ OK, let's go for an enumeration of the different tags and theor attributes :
Default is "none".
Default is "none".
- onclick2: event executed when clicking on the control in state 2.
- onclick2: event executed when clicking on the control in state 2.
Default is "none".
Default is "none".
- onmouseover1: event executed when the mouse cursor enter the button in
state 1.
Default is "none".
- onmouseout1: event executed when the mouse cursor leaves the button in
state 1.
Default is "none".
- onmouseover2: event executed when the mouse cursor enter the button in
state 2.
Default is "none".
- onmouseout2: event executed when the mouse cursor leaves the button in
state 2.
Default is "none".
- TextControl: Creates a text.
- TextControl: Creates a text.
Attributes:
Attributes:
...
...
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