Yep, it's legal. If default arguments are specified, one may call the function without those arguments and the defaults will be used:
setDropWidget(Widget, unsigned char type = XmDROP_SITE_SIMPLE, ..... XmDROP_SITE_SIMPLE being the default. Richard
Yep, it's legal. If default arguments are specified, one may call the function without those arguments and the defaults will be used:
setDropWidget(Widget, unsigned char type = XmDROP_SITE_SIMPLE, ..... XmDROP_SITE_SIMPLE being the default. Richard