Using the Motif tool kit, we can create arrow Buttons using the API "XmCreateArrowButton".
Now when an arrow button is clicked on, the button is selected and remains in the selected state. There is a black border drawn around the arrow button.
Is there a way that when the arrow button is clicked on, the button gets selected and then becomes unselected.
The problem here is that if the button always remains in the selected state, it does not respond to other keyboard events ( such as hitting the ENTER Key ).
Thanks in advance for your help.