I would like to create a palette with a small empty bar at the bottom that displays text as the user hovers their mouse over various buttons (like at the bottom of the built-in "Basic Type-setting" palette).
I tried setting the option WindowStatusArea->True and Automatic but the status bar at the bottom doesn't show:
CreatePalette[
PasteButton[
Style[
StatusArea["\[Gamma]", "esc-g-esc"], FontFamily -> "Courier", 12],
RawBoxes["\[Gamma]"], ImageSize -> {30, 20}],
WindowStatusArea -> True]
leads to:

Which option do I need to set to get the status area bar at the bottom of the palette?

:)icon is always there. (Mathematica 10.0.1, OS X.) – murray Nov 28 '14 at 19:37With[{i=i},...]? Why is that necessary? What does it do / prevent? Thank you in advance! – RoberRM May 23 '19 at 23:51