diff options
Diffstat (limited to 'lib/vdr/osd/textview.rb')
-rw-r--r-- | lib/vdr/osd/textview.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vdr/osd/textview.rb b/lib/vdr/osd/textview.rb index 87bce65..d1fafbc 100644 --- a/lib/vdr/osd/textview.rb +++ b/lib/vdr/osd/textview.rb @@ -20,7 +20,9 @@ module Vdr module Osd + # A TextView displays a vertical scrollable text in the OSD class TextView < Vdr::Swig::CMenuText + # Creates a new text view with the given _title_ and _text_ def initialize(title, text) super(title, text) end |