Changeset 80d1c1d973ee1f907dda2e6931b032fffc01d7a7
- Timestamp:
- 17/05/04 22:14:31
(4 years ago)
- Author:
- Cyril Deguet <asmax@videolan.org>
- git-committer:
- Cyril Deguet <asmax@videolan.org> 1084824871 +0000
- git-parent:
[7bb626017dd01da97fe233d338a11f7040924826]
- git-author:
- Cyril Deguet <asmax@videolan.org> 1084824871 +0000
- Message:
- theme.xml: please, no useless vout window in the default skin
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rac01cdf |
r80d1c1d |
|
| 42 | 42 | <Bitmap id="sort_button" file="sort.png" alphacolor="#FF0000"/> |
|---|
| 43 | 43 | <Bitmap id="sort_button_onclick" file="sort_onclick.png" alphacolor="#FF0000"/> |
|---|
| | 44 | <!-- |
|---|
| 44 | 45 | <Bitmap id="voutbody1" file="vout_top_left.png" alphacolor="#FF0000"/> |
|---|
| 45 | 46 | <Bitmap id="voutbody2" file="vout_top.png" alphacolor="#FF0000"/> |
|---|
| … | … | |
| 54 | 55 | <Bitmap id="vout_button2" file="vout2.png" alphacolor="#FF0000"/> |
|---|
| 55 | 56 | <Bitmap id="vout_button_onclick2" file="vout_onclick.png" alphacolor="#FF0000"/> |
|---|
| | 57 | --> |
|---|
| 56 | 58 | <Bitmap id="preferences" file="preferences.png" alphacolor="#FF0000"/> |
|---|
| 57 | 59 | <Bitmap id="preferences_onclick" file="preferences_onclick.png" alphacolor="#FF0000"/> |
|---|
| … | … | |
| 79 | 81 | |
|---|
| 80 | 82 | <Window x="230" y="250" dragdrop="true"> |
|---|
| 81 | | |
|---|
| 82 | | <Layout id="testlayout" width="424" height="152"> |
|---|
| 83 | | <Group x="0" y="0"> |
|---|
| 84 | | <Image x="0" y="0" image="mainbody" action="move"/> |
|---|
| 85 | | <Button x="8" y="5" up="close" down="close_onclick" over="close_mouseover" action="vlc.quit()" tooltiptext="Quit VLC"/> |
|---|
| 86 | | </Group> |
|---|
| 87 | | </Layout> |
|---|
| 88 | 83 | |
|---|
| 89 | 84 | <Layout id="mainlayout" width="424" height="152"> |
|---|
| … | … | |
| 124 | 119 | <Button x="374" y="40" up="delete_item" lefttop="righttop" rightbottom="righttop" down="delete_item_onclick" over="delete_item" action="playlist.del()" tooltiptext="Del item"/> |
|---|
| 125 | 120 | <Button x="374" y="68" up="sort_button" lefttop="righttop" rightbottom="righttop" down="sort_button_onclick" over="sort_button" action="playlist.sort()" tooltiptext="Sort the playlist"/> |
|---|
| 126 | | <Checkbox x="374" y="96" up1="vout_button" lefttop="righttop" rightbottom="righttop" down1="vout_button_onclick" up2="vout_button2" down2="vout_button_onclick2" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/> |
|---|
| | 121 | <!-- <Checkbox x="374" y="96" up1="vout_button" lefttop="righttop" rightbottom="righttop" down1="vout_button_onclick" up2="vout_button2" down2="vout_button_onclick2" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/> --> |
|---|
| 127 | 122 | <Playlist id="playlist" x="17" y="15" width="333" height="204" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#000000" playcolor="#ff0000" bgcolor1="#ffffff" bgcolor2="#e0e0ff" selcolor="#4e8bc7"> |
|---|
| 128 | 123 | <Slider id="playlist_slider" x="358" y="25" lefttop="righttop" rightbottom="rightbottom" up="slider_volume" down="slider_volume_onclick" points="(0,185),(0,0)"/> |
|---|
| … | … | |
| 131 | 126 | </Layout> |
|---|
| 132 | 127 | </Window> |
|---|
| 133 | | |
|---|
| | 128 | <!-- |
|---|
| 134 | 129 | <Window id="vout_window" x="10" y="10" visible="false"> |
|---|
| 135 | 130 | <Layout width="410" height="250" minwidth="200" minheight="150" maxwidth="1000" maxheight="800"> |
|---|
| … | … | |
| 152 | 147 | </Layout> |
|---|
| 153 | 148 | </Window> |
|---|
| 154 | | |
|---|
| | 149 | --> |
|---|
| 155 | 150 | |
|---|
| 156 | 151 | </Theme> |
|---|