]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/entry.h
Style and comment updates
[libs/gltk.git] / source / entry.h
index ee390a0421116df51cc2b701a21249fd26f8faed..3c7ab63548aa35fda07df38eeca8a105b9788bc0 100644 (file)
@@ -16,9 +16,12 @@ Text entry field.
 
 Special parts:
 
-  text    The current text of the widget.  Graphics are ignored.
-  cursor  Indicates the current input position.  Fill_x is ignored.
-  slider  A vertical slider for multiline entries.
+  text       The current text of the widget.  Graphics are ignored.
+  cursor     Indicates the current input position.  Fill and align are taken
+             from the text part.
+  selection  Highlights the selected text.  Fill and align are taken from the
+             text part.
+  slider     A vertical slider for multiline entries.
 */
 class MSPGLTK_API Entry: virtual public Widget, private Container
 {