Searched defs:LowRightPane (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c55 typedef enum {UpLeftPane = 'U', LowRightPane = 'L', enumerator in enum:__anon312
86 <Btn3Down>: GripAction(Start, LowRightPane) \n\
391 _dir = LowRightPane; /* Go up. - really. */
411 if (_dir == LowRightPane) --childP; else ++childP;
479 * dir - the pane to move (either UpLeftPane or LowRightPane).
494 if (dir == LowRightPane) index++;
889 if (dir == ThisBorderOnly || dir == LowRightPane)
900 else if (dir == LowRightPane)
912 else if (dir == LowRightPane)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c79 typedef enum {UpLeftPane = 'U', LowRightPane = 'L', enumerator in enum:__anon372
110 <Btn3Down>: GripAction(Start, LowRightPane) \n\
416 _dir = LowRightPane; /* Go up. - really. */
438 if (_dir == LowRightPane) --childP; else ++childP;
506 * dir - the pane to move (either UpLeftPane or LowRightPane).
521 if (dir == LowRightPane) paneindex++;
916 if (dir == ThisBorderOnly || dir == LowRightPane)
927 else if (dir == LowRightPane)
939 else if (dir == LowRightPane)

Completed in 37 milliseconds