As you click the pin it should toggle between the available states. If the only states that are appearing are for both edges then it is likely that this is all the chip supports.
In your interrupt macro you can read the pins and compare them with the last read using a variable to determine if the interrupt was triggered by a rising or falling edge.