1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/share/maemo/vlc_intf.rc
Antoine Lejeune 374571ac06 A new GUI for Maemo based on Hildon framework
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-11-13 18:43:55 +02:00

43 lines
1007 B
Plaintext

style "videolan-notebook"
{
GtkNotebook::inner_left_border = 0
GtkNotebook::inner_right_border = 0
GtkNotebook::tab-overlap = 0
GtkNotebook::arrow-spacing = 6
GtkNotebook::label-padding = 12
GtkWidget::scroll-arrow-hlength = 20
GtkWidget::scroll-arrow-vlength = 30
engine "sapwood"
{
image
{
function = EXTENSION
state = ACTIVE
file = "vlc_left_tab_passive.png"
border = { 12, 12, 12, 12 }
gap_side = RIGHT
}
image
{
function = EXTENSION
file = "vlc_left_tab_active.png"
border = { 12, 12, 12, 12 }
gap_side = RIGHT
}
}
}
class "GtkNotebook" style "videolan-notebook"
style "videolan"
{
stock["vlc-next"] = {{ "next.png" }}
stock["vlc-previous"] = {{ "previous.png" }}
stock["vlc-stop"] = {{ "stop.png" }}
stock["vlc-play"] = {{ "play.png" }}
stock["vlc-pause"] = {{ "pause.png" }}
stock["vlc-playlist"] = {{ "playlist.png" }}
stock["vlc"] = {{ "vlc32x32.png" }}
}
widget "*" style "videolan"