logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmTextFieldClearSelection — A TextField function that clears the primary selection

Description

XmTextFieldClearSelection clears the primary selection in the TextField widget.

       widget    Specifies the TextField widget ID.

       time      Specifies the time at which the selection value is desired. This should  be  the  time  of  the
                 event that triggered this request.

       For a complete definition of TextField and its associated resources, see XmTextField(3).

Name

XmTextFieldClearSelection    —    A    TextField    function    that   clears   the   primary   selection
       "XmTextFieldClearSelection" "TextField functions" "XmTextFieldClearSelection"

Synopsis

       #include <Xm/TextF.h>
       voidXmTextFieldClearSelection(
       Widgetwidget,
       Timetime);

See Also