]> git.sesse.net Git - vlc/commitdiff
* Updating doc.
authorEmmanuel Puig <karibu@videolan.org>
Wed, 19 Mar 2003 18:17:36 +0000 (18:17 +0000)
committerEmmanuel Puig <karibu@videolan.org>
Wed, 19 Mar 2003 18:17:36 +0000 (18:17 +0000)
doc/skins/events-howto.txt
doc/skins/skins-howto.txt

index a6de28e71f4c798a1056b4f4616cfcbc2ef0e48c..d03555a8327422d108bb0d503e2ce07f3df68363 100644 (file)
@@ -119,11 +119,17 @@ EVENT is the action to execute, it can be one of the followings
 
  - VLC_WINDOW_OPEN:
    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:
    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:
    Not supported yet.
index 00e508c35aaac4ccd2db193be313a8ed4bdc2d39..62db7fd5baafcbb8133a71b21dcc19336b253f61 100644 (file)
@@ -207,6 +207,10 @@ OK, let's go for an enumeration of the different tags and theor attributes :
        of the button.
      - onclick: event executed when clicking on the button.
        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.
        Default is "none". (no tooltip).
 
@@ -234,6 +238,18 @@ OK, let's go for an enumeration of the different tags and theor attributes :
        Default is "none".
      - onclick2: event executed when clicking on the control in state 2.
        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.
    Attributes: