section        = movieplayer

  window       = main
    decoration = disable
    base       = main,             -0,  -0

    button     = exit,             2,    3,   15,  15, evExit
    button     = icnf,             2,   21,   15,  15, evIconify
    button     = full,             2,   39,   15,  15, evFullScreen
    button     = button_rewind,    27,  16,  35,  35, evNext
    button     = button_play,      52,  14,  39,  39, evPlay
    button     = button_forward,   80,  16,  35,  35, evPrev
    hpotmeter  = pos, 11, 6,  NULL, 100,  0,  128, 33, 163, 15, evSetMoviePosition
    hpotmeter  = vol, 13, 14, NULL, 100,  -,  35,  46, 59,  15, evSetVolume
    potmeter   = waves, 11, 0, 27, 46, 0, 0, evSetVolume
    font       = font, font
    dlabel     = 132, 19,  52, 0, font, "$1"
    dlabel     = 190, 19, 95, 0, font, "$o"
  end

  window       = sub
    base       = sub, -1, -1
    background = 0,0,0
  end

end
