[vlc-devel] commit: Moz-Plugin: Marquee JS Bindings ( Cyril Mathé )
git version control
git at videolan.org
Wed Jul 1 22:59:55 CEST 2009
vlc | branch: master | Cyril Mathé <cmathe at actech-innovation.com> | Mon Jun 29 13:23:28 2009 +0200| [1796b11a1cededdf0ccbbf8ec83263e9fc778421] | committer: Jean-Baptiste Kempf
Moz-Plugin: Marquee JS Bindings
- video.marquee.enable() : enable marquee filter
- video.marquee.disable() : disable marquee filter
- video.marquee.text("my_text") : display my_text on screen
- video.marquee.color(i_val) : change text color
- video.marquee.opacity(i_val) : change text opacity
- video.marquee.position(i_val) : change text position (center, left...)
- video.marquee.refresh(i_val) : change refresh time
- video.marquee.size(i_val) : change text size
- video.marquee.timeout(i_val) : change timeout
- video.marquee.x(i_val) : change abscissa position
- video.marquee.y(i_val) : change ordinate position
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1796b11a1cededdf0ccbbf8ec83263e9fc778421
---
projects/mozilla/control/npolibvlc.cpp | 278 +++++++++++++++++++++++++++++++-
projects/mozilla/control/npolibvlc.h | 27 +++-
2 files changed, 302 insertions(+), 3 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1796b11a1cededdf0ccbbf8ec83263e9fc778421
More information about the vlc-devel
mailing list