X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fentry.h;fp=source%2Fentry.h;h=3c7ab63548aa35fda07df38eeca8a105b9788bc0;hp=ee390a0421116df51cc2b701a21249fd26f8faed;hb=b59fab7e533ef96d72c92b224d4f24718bc6b0a1;hpb=103ceeace366c6d80fce323438b31b9bbc167915 diff --git a/source/entry.h b/source/entry.h index ee390a0..3c7ab63 100644 --- a/source/entry.h +++ b/source/entry.h @@ -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 {