Previous Next Up Title Contents Index Top Library

14.1. FUNCTION

This widget is used, in particular, to replace PHIGS choice input. Used in this way, it may be displayed in different ways :

- Button box

- Permanent pop-up menu

- Pop-up menu in the graphic window, activated by clicking the mouse.

- Toggle box with or without scrolled wondow

Figure 14.1a

XmNpopup = XmBUTTON_PACK

echo PIMM : -1

Figure 14.1b

XmNpopup = XmPOPUP

echo PIMM : - 3

XmNpopup = XmNBUTTON_PACK

XmNlabelType = XmNOTHING

echo PIMM : -2

XmNpopup = XmTOGGLE

echo PIMM : -6 ou -10

XmNpopup = XmBUTTON

echo PIMM -8 ou -9


Previous Next Up Title Contents Index Top Library