I have a borderless window with 12 large tool buttons, and I want to let all of them have keyboard focus so they can be choosen by hitting TAB and activated by pressing Space. I am using ToolButtons instead of PushButtons because ToolButtons let me put the image above the text. Is there any way to do that with a PushButton?