Home
last modified time | relevance | path

Searched refs:label_type (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xmebw.c687 if (eb->label.label_type == (int)XmSTRING in draw_label()
701 if (eb->label.label_type == (int)XmPIXMAP) in draw_label()
1249 if (eb->label.label_type == (int)XmPIXMAP) in Redisplay()
H A Dgui_motif.c304 unsigned char label_type = (int)XmSTRING; in label_expose() local
306 XtVaGetValues(_w, XmNlabelType, &label_type, (XtPointer)0); in label_expose()
308 if (XtIsSensitive(_w) || label_type != (int)XmSTRING) in label_expose()