Home
last modified time | relevance | path

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

/dports/net/c3270/suite3270-4.0/x3270/
H A Dkeypad.c447 static Widget spf_container; variable
463 spf_container = XtVaCreateManagedWidget( in keypad_keys_vert()
471 XtVaSetValues(spf_container, XtNbackgroundPixmap, gray, NULL); in keypad_keys_vert()
473 XtVaSetValues(spf_container, XtNbackground, keypadbg_pixel, NULL); in keypad_keys_vert()
478 c1 = spf_container; in keypad_keys_vert()
482 c2 = spf_container; in keypad_keys_vert()
754 (spf_container == NULL) || in keypad_shift()
755 !XtIsRealized(spf_container)) { in keypad_shift()
760 XtMapWidget(spf_container); in keypad_shift()
762 XtUnmapWidget(spf_container); in keypad_shift()
[all …]
/dports/x11/x3270/suite3270-4.0/x3270/
H A Dkeypad.c447 static Widget spf_container; variable
463 spf_container = XtVaCreateManagedWidget( in keypad_keys_vert()
471 XtVaSetValues(spf_container, XtNbackgroundPixmap, gray, NULL); in keypad_keys_vert()
473 XtVaSetValues(spf_container, XtNbackground, keypadbg_pixel, NULL); in keypad_keys_vert()
478 c1 = spf_container; in keypad_keys_vert()
482 c2 = spf_container; in keypad_keys_vert()
754 (spf_container == NULL) || in keypad_shift()
755 !XtIsRealized(spf_container)) { in keypad_shift()
760 XtMapWidget(spf_container); in keypad_shift()
762 XtUnmapWidget(spf_container); in keypad_shift()
[all …]