From ea54f33f90e8fd8f5c094afa000f164b350e2baa Mon Sep 17 00:00:00 2001 From: mmdolze Date: Tue, 15 Nov 2011 19:26:46 +0000 Subject: [PATCH] Document the limitations of the frame widget. --- docs/lcdproc-dev/language.docbook | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/lcdproc-dev/language.docbook b/docs/lcdproc-dev/language.docbook index 4cd0529..bb0f8cb 100644 --- a/docs/lcdproc-dev/language.docbook +++ b/docs/lcdproc-dev/language.docbook @@ -628,7 +628,12 @@ vertical (v) direction at a speed of speed, which is the number of movements per rendering stroke (8 times/second). - + + + In the current implementation frames can only scroll vertically + and only string and hbar widgets work inside frames. + +