Home
last modified time | relevance | path

Searched refs:orientUid (Results 1 – 12 of 12) sorted by relevance

/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkScrollbar.c36 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
220 DEF_SCROLLBAR_ORIENT, Tk_Offset(Scrollbar, orientUid), 0},
317 scrollPtr->orientUid = NULL;
728 length = strlen(scrollPtr->orientUid);
729 if (strncmp(scrollPtr->orientUid, "vertical", length) == 0) {
731 } else if (strncmp(scrollPtr->orientUid, "horizontal", length) == 0) {
734 Tcl_AppendResult(interp, "bad orientation \"", scrollPtr->orientUid,
H A DtkScale.c42 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
266 DEF_SCALE_ORIENT, Tk_Offset(Scale, orientUid), 0},
399 scalePtr->orientUid = NULL;
738 length = strlen(scalePtr->orientUid);
739 if (strncmp(scalePtr->orientUid, "vertical", length) == 0) {
741 } else if (strncmp(scalePtr->orientUid, "horizontal", length) == 0) {
744 Tcl_AppendResult(interp, "bad orientation \"", scalePtr->orientUid,
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkScrollbar.c36 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
220 DEF_SCROLLBAR_ORIENT, Tk_Offset(Scrollbar, orientUid), 0},
317 scrollPtr->orientUid = NULL;
728 length = strlen(scrollPtr->orientUid);
729 if (strncmp(scrollPtr->orientUid, "vertical", length) == 0) {
731 } else if (strncmp(scrollPtr->orientUid, "horizontal", length) == 0) {
734 Tcl_AppendResult(interp, "bad orientation \"", scrollPtr->orientUid,
H A DtkScale.c42 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
266 DEF_SCALE_ORIENT, Tk_Offset(Scale, orientUid), 0},
399 scalePtr->orientUid = NULL;
738 length = strlen(scalePtr->orientUid);
739 if (strncmp(scalePtr->orientUid, "vertical", length) == 0) {
741 } else if (strncmp(scalePtr->orientUid, "horizontal", length) == 0) {
744 Tcl_AppendResult(interp, "bad orientation \"", scalePtr->orientUid,
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkScrollbar.c36 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
220 DEF_SCROLLBAR_ORIENT, Tk_Offset(Scrollbar, orientUid), 0},
317 scrollPtr->orientUid = NULL;
728 length = strlen(scrollPtr->orientUid);
729 if (strncmp(scrollPtr->orientUid, "vertical", length) == 0) {
731 } else if (strncmp(scrollPtr->orientUid, "horizontal", length) == 0) {
734 Tcl_AppendResult(interp, "bad orientation \"", scrollPtr->orientUid,
H A DtkScale.c42 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
266 DEF_SCALE_ORIENT, Tk_Offset(Scale, orientUid), 0},
399 scalePtr->orientUid = NULL;
738 length = strlen(scalePtr->orientUid);
739 if (strncmp(scalePtr->orientUid, "vertical", length) == 0) {
741 } else if (strncmp(scalePtr->orientUid, "horizontal", length) == 0) {
744 Tcl_AppendResult(interp, "bad orientation \"", scalePtr->orientUid,
/dports/x11-toolkits/blt/blt2.5/generic/
H A DtkScrollbar.c75 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
268 DEF_SCROLLBAR_ORIENT, Tk_Offset(Scrollbar, orientUid), 0},
373 scrollPtr->orientUid = NULL;
904 length = strlen(scrollPtr->orientUid);
905 if (strncmp(scrollPtr->orientUid, "vertical", length) == 0) {
907 } else if (strncmp(scrollPtr->orientUid, "horizontal", length) == 0) {
910 Tcl_AppendResult(interp, "bad orientation \"", scrollPtr->orientUid,
H A DbltScrollbar.c75 Tk_Uid orientUid; /* Orientation for window ("vertical" or member
269 DEF_SCROLLBAR_ORIENT, Tk_Offset(Scrollbar, orientUid), 0},
393 scrollPtr->orientUid = NULL;
925 length = strlen(scrollPtr->orientUid);
926 if (strncmp(scrollPtr->orientUid, "vertical", length) == 0) {
928 } else if (strncmp(scrollPtr->orientUid, "horizontal", length) == 0) {
931 Tcl_AppendResult(interp, "bad orientation \"", scrollPtr->orientUid,
/dports/x11-toolkits/tix/Tix8.4.3/generic/
H A DtixTList.h116 Tk_Uid orientUid; /* Can be "vertical" or "horizontal" */ member
H A DtixTList.c102 DEF_TLIST_ORIENT, Tk_Offset(WidgetRecord, orientUid), 0},
388 length = strlen(wPtr->orientUid);
389 if (strncmp(wPtr->orientUid, "vertical", length) == 0) {
391 } else if (strncmp(wPtr->orientUid, "horizontal", length) == 0) {
394 Tcl_AppendResult(interp, "bad orientation \"", wPtr->orientUid,
396 wPtr->orientUid = Tk_GetUid("vertical");
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tixGeneric/
H A DtixTList.h120 Tk_Uid orientUid; /* Can be "vertical" or "horizontal" */ member
H A DtixTList.c104 DEF_TLIST_ORIENT, Tk_Offset(WidgetRecord, orientUid), 0},
348 wPtr->orientUid = NULL;
419 length = strlen(wPtr->orientUid);
420 if (strncmp(wPtr->orientUid, "vertical", length) == 0) {
422 } else if (strncmp(wPtr->orientUid, "horizontal", length) == 0) {
425 Tcl_AppendResult(interp, "bad orientation \"", wPtr->orientUid,
427 wPtr->orientUid = Tk_GetUid("vertical");