Searched refs:g_PopUpMenuHeight (Results 1 – 1 of 1) sorted by relevance
544 static float g_PopUpMenuHeight; /* Again for pop-up menus. */ variable4913 TempMenuBarPntr->GetPreferredSize (&JunkFloat, &g_PopUpMenuHeight); in ReadyToRun()6365 RowHeight = g_PopUpMenuHeight; in AttachedToWindow()6368 Margin = ceilf ((RowHeight - g_PopUpMenuHeight) / 2); in AttachedToWindow()6370 TempRect.bottom = TempRect.top + g_PopUpMenuHeight; in AttachedToWindow()6445 RowHeight = g_PopUpMenuHeight; in AttachedToWindow()6448 Margin = ceilf ((RowHeight - g_PopUpMenuHeight) / 2); in AttachedToWindow()6450 TempRect.bottom = TempRect.top + g_PopUpMenuHeight; in AttachedToWindow()