HomeSort by: relevance | last modified time | path
    Searched refs:selection_state (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h 225 Boolean selection_state; member in struct:_TextPart
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 2706 if (!ctx->text.selection_state) {
2707 ctx->text.selection_state = True;
2722 if (ctx->text.selection_state)
2734 if (ctx->text.selection_state) {
2735 ctx->text.selection_state = False;
2750 if (!ctx->text.selection_state) {
2751 ctx->text.selection_state = True;
2766 if (ctx->text.selection_state)
2778 if (ctx->text.selection_state) {
2779 ctx->text.selection_state = False
    [all...]
Text.c 937 ctx->text.selection_state = False;

Completed in 7 milliseconds