Searched defs:label (Results 1 - 25 of 25) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_list_util.h33 int label; member in struct:__anon95
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MenuButtoP.h90 LabelPart label; member in struct:_MenuButtonRec
H A DXaw3_1CommandP.h112 LabelPart label; member in struct:_CommandRec
H A DXaw3_1DialogP.h50 String label; /* description of the dialog */ member in struct:_DialogPart
H A DXaw3_1LabelP.h65 char *label; member in struct:__anon303
93 LabelPart label; member in struct:_LabelRec
H A DXaw3_1SimpleMenP.h66 String label_string; /* The string for the label or NULL. */
67 SmeObject label; /* If label_string is non-NULL then this is member in struct:_SimpleMenuPart
68 the label widget. */
69 WidgetClass label_class; /* Widget Class of the menu label object. */
H A DXaw3_1SmeBSBP.h65 String label; /* The entry label. */ member in struct:__anon319
67 of the font height of the label. */
71 XFontStruct * font; /* The font to show label in. */
72 XtJustify justify; /* Justification for the label. */
H A DXaw3_1ToggleP.h98 LabelPart label; member in struct:_ToggleRec
H A DXaw3_1Label.c65 offset(label.foreground), XtRString, "XtDefaultForeground"},
67 offset(label.font),XtRString, "XtDefaultFont"},
69 offset(label.label), XtRString, NULL},
71 offset(label.justify), XtRImmediate, (caddr_t)XtJustifyCenter},
73 offset(label.internal_width), XtRImmediate, (caddr_t)4},
75 offset(label.internal_height), XtRImmediate, (caddr_t)2},
77 offset(label.pixmap), XtRImmediate, (caddr_t)None},
79 offset(label.resize), XtRImmediate, (caddr_t)True},
160 register XFontStruct *fs = lw->label
182 char *label; local
292 char *label = lw->label.label; local
299 y, label, (int)(nl - label)); local
308 y, label, len); local
[all...]
H A DXaw3_1SmeBSB.c53 offset(label), XtRString, NULL},
174 if (entry->sme_bsb.label == NULL)
175 entry->sme_bsb.label = XtName(new);
177 entry->sme_bsb.label = XtNewString( entry->sme_bsb.label );
202 if (entry->sme_bsb.label != XtName(w))
203 XtFree(entry->sme_bsb.label);
245 if (entry->sme_bsb.label != NULL) {
247 int len = strlen(entry->sme_bsb.label);
248 char * label local
273 x_loc, y_loc, label, len); local
[all...]
H A DXaw3_1TextPop.c72 #define LABEL_NAME ("label")
305 Widget label, text, cancel, insert; local
314 label = XtCreateManagedWidget(LABEL_NAME, labelWidgetClass, form,
318 XtSetArg(args[num_args], XtNfromVert, label); num_args++;
985 * msg1, msg2 - message to put in each search label.
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMenuButtoP.h93 LabelPart label; member in struct:_MenuButtonRec
H A DCommandP.h134 LabelPart label; member in struct:_CommandRec
H A DDialogP.h74 String label; /* description of the dialog */ member in struct:_DialogPart
H A DLabelP.h90 char *label; member in struct:__anon367
108 int lbm_y; /* where in label */
122 LabelPart label; member in struct:_LabelRec
125 #define LEFT_OFFSET(lw) ((lw)->label.left_bitmap \
126 ? (lw)->label.lbm_width + (lw)->label.internal_width \
H A DRepeaterP.h65 LabelPart label; member in struct:_RepeaterRec
H A DSimpleMenP.h64 String label_string; /* The string for the label or NULL. */
65 SmeObject label; /* If label_string is non-NULL then this is member in struct:_SimpleMenuPart
66 the label widget. */
67 WidgetClass label_class; /* Widget Class of the menu label object. */
H A DSmeBSBP.h69 String label; /* The entry label. */ member in struct:__anon387
71 of the font height of the label. */
75 XFontStruct * font; /* The font to show label in. */
77 XtJustify justify; /* Justification for the label. */
H A DToggleP.h104 LabelPart label; member in struct:_ToggleRec
H A DLabel.c96 offset(label.foreground), XtRString, XtDefaultForeground},
98 offset(label.font),XtRString, XtDefaultFont},
100 offset(label.fontset),XtRString, XtDefaultFontSet},
102 offset(label.label), XtRString, NULL},
104 offset(label.encoding), XtRImmediate, (XtPointer)XawTextEncoding8bit},
106 offset(label.justify), XtRImmediate, (XtPointer)XtJustifyCenter},
108 offset(label.internal_width), XtRImmediate, (XtPointer)4},
110 offset(label.internal_height), XtRImmediate, (XtPointer)2},
112 offset(label
278 char *label; local
311 char *label; local
515 char *label = w->label.label; local
538 w->label.label_x, ksy, label, (int)(nl - label)); local
546 w->label.label_x, ksy, label, len); local
559 w->label.label_x, y, label, (int)(nl - label)); local
572 w->label.label_x, y, label, len); local
[all...]
H A DSmeBSB.c68 offset(label), XtRString, NULL},
192 if (entry->sme_bsb.label == NULL)
193 entry->sme_bsb.label = XtName(new);
195 entry->sme_bsb.label = XtNewString( entry->sme_bsb.label );
220 if (entry->sme_bsb.label != XtName(w))
221 XtFree(entry->sme_bsb.label);
272 if (entry->sme_bsb.label != NULL) {
274 int len = strlen(entry->sme_bsb.label);
275 char * label local
318 entry->sme_bsb.fontset, gc, x_loc, y_loc, label, len); local
325 x_loc, y_loc, label, len); local
[all...]
H A DTextPop.c82 static char* LABEL_NAME = "label";
334 Widget label, text, cancel, insert; local
343 label = XtCreateManagedWidget (LABEL_NAME, labelWidgetClass, form,
347 XtSetArg(args[num_args], XtNfromVert, label); num_args++;
1064 * msg1, msg2 - message to put in each search label.
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_propt.c44 * Display a label string, a quoted name string or the alternative
53 const char * const label, /* Label string */
59 printf("%s\"%s\"\n", label, name);
61 printf("%s%s\n", label, no_name);
52 fbc_propt_name( const char * const label, const char * const name, const char * const no_name) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c1099 Widget form, prev, w, label, sep, button; local
1182 label = XtCreateManagedWidget("sizeLabel", xmLabelGadgetClass,
1188 XtSetArg(args[i], XmNbottomWidget, label); i++;
1208 XtSetArg(args[i], XmNbottomWidget, label); i++;
1232 label = XtCreateManagedWidget("nameLabel", xmLabelGadgetClass,
1239 label = XtCreateManagedWidget("faceLabel",xmLabelGadgetClass,
1252 XtSetArg(args[i], XmNtopWidget, label); i++;
1301 label = XtCreateManagedWidget("displayTextLabel", xmLabelGadgetClass,
H A DColorSB.c246 static void ChangeLabel (Widget label, double n);
930 static void ChangeLabel(Widget label, double n) argument
935 XtVaSetValues(label, XmNlabelString, CS(buf, label), NULL);

Completed in 236 milliseconds