Searched refs:compound (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.10/ICU-531.30/icuSources/data/mappings/
H A Ducmfiles.mk117 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
118 icu-internal-compound-d5.ucm icu-internal-compound-d6.ucm icu-internal-compound-d7.ucm \
119 icu-internal-compound-s1.ucm icu-internal-compound-s2.ucm icu-internal-compound
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkLabel.c6 * with layout determined by the "-compound" option.
373 * Displays an image and/or text, as determined by the -compound option.
375 * Differences from Tk 8.4 compound elements:
377 * This adds two new values for the -compound option, "text"
382 * "-compound none" is supported, but I'd like to get rid of it;
392 * value of -compound.
397 * Tk 8.4 ignores -padx and -pady if -compound is set to "none".
413 Ttk_Compound compound; member in struct:__anon13548
419 { "-compound", TK_OPTION_ANY,
469 Ttk_Compound *compoundPtr = &c->compound;
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c139 if (mbPtr->compound != COMPOUND_NONE && haveImage && haveText) {
140 switch ((enum compound) mbPtr->compound) {
147 if (mbPtr->compound == COMPOUND_TOP) {
163 if (mbPtr->compound == COMPOUND_LEFT) {
384 if (haveImage == 0 || mbPtr->compound != COMPOUND_NONE) {
398 * If the menubutton is compound (ie, it shows both an image and text),
400 * only honor the compound bit if the menubutton has both text and an
401 * image, because otherwise it is not really a compound menubutton.
404 if (mbPtr->compound !
[all...]
H A DtkUnixButton.c467 if (butPtr->compound != COMPOUND_NONE && haveImage && haveText) {
473 switch ((enum compound) butPtr->compound) {
480 if (butPtr->compound == COMPOUND_TOP) {
497 if (butPtr->compound == COMPOUND_LEFT) {
890 if (haveImage == 0 || butPtr->compound != COMPOUND_NONE) {
905 * If the button is compound (i.e., it shows both an image and text), the
907 * honor the compound bit if the button has both text and an image,
908 * because otherwise it is not really a compound button.
911 if (butPtr->compound !
[all...]
H A DtkUnixMenu.c723 if (!haveImage || (mePtr->compound != COMPOUND_NONE)) {
738 switch ((enum compound) mePtr->compound) {
816 if ((mePtr->compound != COMPOUND_NONE) || !haveImage) {
1519 if (haveImage && (mePtr->compound == COMPOUND_NONE)) {
1525 * Either it is compound or we don't have an image.
1533 if ((mePtr->compound != COMPOUND_NONE) && haveImage) {
1534 switch ((enum compound) mePtr->compound) {
1572 * We don't have an image or we're not compound
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixMenubu.c136 if (mbPtr->compound != COMPOUND_NONE && haveImage && haveText) {
137 switch ((enum compound) mbPtr->compound) {
141 if (mbPtr->compound == COMPOUND_TOP) {
156 if (mbPtr->compound == COMPOUND_LEFT) {
375 if (haveImage == 0 || mbPtr->compound != COMPOUND_NONE) {
389 * If the menubutton is compound (ie, it shows both an image and text),
391 * We only honor the compound bit if the menubutton has both text and
392 * an image, because otherwise it is not really a compound menubutton.
395 if (mbPtr->compound !
[all...]
H A DtkUnixButton.c190 if (butPtr->compound != COMPOUND_NONE && haveImage && haveText) {
196 switch ((enum compound) butPtr->compound) {
200 if (butPtr->compound == COMPOUND_TOP) {
215 if (butPtr->compound == COMPOUND_LEFT) {
650 if (haveImage == 0 || butPtr->compound != COMPOUND_NONE) {
665 * If the button is compound (ie, it shows both an image and text),
667 * We only honor the compound bit if the button has both text and an
668 * image, because otherwise it is not really a compound button.
671 if (butPtr->compound !
[all...]
H A DtkUnixMenu.c748 if (!haveImage || (mePtr->compound != COMPOUND_NONE)) {
763 switch ((enum compound) mePtr->compound) {
843 if ((mePtr->compound != COMPOUND_NONE) || !haveImage) {
1533 if (haveImage && (mePtr->compound == COMPOUND_NONE)) {
1536 /* Either it is compound or we don't have an image */
1542 if ((mePtr->compound != COMPOUND_NONE) && haveImage) {
1543 switch ((enum compound) mePtr->compound) {
1574 /* We don't have an image or we're not compound */
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkButton.h28 * Legal values for the "compound" field of TkButton records.
31 enum compound { enum
254 int compound; /* Value of -compound option; specifies member in struct:__anon13425
H A DtkMenubutton.h167 int compound; /* Value of -compound option; specifies member in struct:__anon13453
H A DtkMenu.h43 * Legal values for the "compound" field of TkMenuEntry and TkMenuButton
47 enum compound { enum
143 int compound; /* Value of -compound option; specifies member in struct:TkMenuEntry
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkButton.h28 * Legal values for the "compound" field of TkButton records.
31 enum compound { enum
245 int compound; /* Value of -compound option; specifies whether member in struct:__anon13772
H A DtkMenubutton.h166 int compound; /* Value of -compound option; specifies whether member in struct:__anon13795
H A DtkMenu.h42 * Legal values for the "compound" field of TkMenuEntry and TkMenuButton records.
45 enum compound { enum
127 int compound; /* Value of -compound option; specifies whether member in struct:TkMenuEntry
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dradio.tcl56 label $w.right.l -text "Label" -bitmap questhead -compound left
57 $w.right.l configure -width [winfo reqwidth $w.right.l] -compound top
63 -command "$w.right.l configure -compound \$align"
H A Dmenu.tcl137 $m entryconfigure "Does almost nothing" -bitmap questhead -compound left \
139 tk_dialog $w.compound {Compound Menu Entry} \
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dradio.tcl48 label $w.right.l -text "Label" -bitmap questhead -compound left
49 $w.right.l configure -width [winfo reqwidth $w.right.l] -compound top
55 -command "$w.right.l configure -compound \$align"
H A Dmenu.tcl138 $m entryconfigure "Does almost nothing" -bitmap questhead -compound left \
140 tk_dialog $w.compound {Compound Menu Entry} \
/macosx-10.10/vim-55/runtime/indent/
H A Dmupad.vim20 " 'unlet's b:did_indent. This means that the lists will compound if
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXButton.c425 int haveCompound = (butPtr->compound != COMPOUND_NONE);
573 switch ((enum compound) butPtr->compound) {
753 if (butPtr->compound != COMPOUND_NONE && haveImage && haveText) {
759 switch ((enum compound) butPtr->compound) {
766 if (butPtr->compound == COMPOUND_TOP) {
783 if (butPtr->compound == COMPOUND_LEFT) {
1092 if (haveImage == 0 || butPtr->compound != COMPOUND_NONE) {
1107 * If the button is compound (
[all...]
H A DtkMacOSXMenubutton.c245 int haveCompound = (mbPtr->compound != COMPOUND_NONE);
323 switch ((enum compound) mbPtr->compound) {
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXButton.c287 if (butPtr->compound != COMPOUND_NONE && haveImage && haveText) {
295 switch ((enum compound) butPtr->compound) {
301 if (butPtr->compound == COMPOUND_TOP) {
319 if (butPtr->compound == COMPOUND_LEFT) {
550 if (haveImage == 0 || butPtr->compound != COMPOUND_NONE) {
564 * If the button is compound (ie, it shows both an image and text),
566 * We only honor the compound bit if the button has both text and an
567 * image, because otherwise it is not really a compound button.
570 if (butPtr->compound !
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinButton.c344 /* Text offsets for use with compound buttons
458 if (butPtr->compound != COMPOUND_NONE && haveImage && haveText) {
461 switch ((enum compound) butPtr->compound) {
468 if (butPtr->compound == COMPOUND_TOP) {
486 if (butPtr->compound == COMPOUND_LEFT) {
636 * text. The text offsets are only non-zero when this is a compound
1020 * excluding padding and inset, but we have to allow for compound buttons.
1025 * If the button is compound (i.e., it shows both an image and text), the
1027 * honor the compound bi
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinButton.c350 * compound buttons and focus ring */
464 if (butPtr->compound != COMPOUND_NONE && haveImage && haveText) {
467 switch ((enum compound) butPtr->compound) {
471 if (butPtr->compound == COMPOUND_TOP) {
486 if (butPtr->compound == COMPOUND_LEFT) {
597 * is a compound button.
969 * compound buttons. The image may be above, below, left, or right
974 * If the button is compound (i.e., it shows both an image and text),
976 * We only honor the compound bi
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DStash.pm197 # reference representing compound variables. In the latter case, each
199 # compound variable. The first is the variable name, the second a
200 # list reference of arguments or 0 if undefined. So, the compound
264 # a compound identifier may contain multiple elements (e.g.
401 # which is the stash object itself (a hash). Thus, a non-compound
402 # variable 'foo' is actually '(stash.)foo', the compound 'foo.bar' is
415 # as the root of the next _dotop() in a compound sequence. Returns
700 $value = $stash->get(\@compound);
704 $stash->set(\@compound, $value);
708 $stash->set(\@compound,
[all...]

Completed in 188 milliseconds

123