Hi Lee,
The older GPIO driver has been deprecated as it was very convolved/convoluted.obtuse/abstracted/big/confusing/etc...and was replaced with the lwgpio driver.
Not sure why in MQX4.0.x we have moved the lwgpio driver example from ~/examples/lwgpio to ~/examples/gpio but that is what has happened.
Please look at the gpio folder example for the lwgpio pin implementation.
(C:\Freescale\Freescale_MQX_4_0\mqx\examples\gpio).
The ~/docs/mqx/MQXIOUG.pdf has a lwgpio chapter than explains that we no longer support pin grouping but only control of gpio on a "per-pin" basis.
Any grouping operation is one you would have to implement.
Regards,
David