Home | History | Annotate | Download | only in win

Lines Matching full:popup

55 // the popup window.
247 // Protect the popup menu in case its owner is destroyed while we're running the message pump.
335 // The main window already received the mouse down, which showed this popup, but upon
336 // selection of an item the mouse up gets eaten by the popup menu. So we take the mouse down
377 // The popup should show an integral number of items (i.e. no partial items should be visible)
390 // The popup should be at least as wide as the control on the page
393 // Always left-align items in the popup. This matches popup menus on the mac.
398 // The popup needs to stay within the bounds of the screen and not overlap any toolbars
407 // The popup will go off the screen, so try placing it above the client
409 // The popup won't fit above, either, so place it whereever's bigger and resize it to fit
419 // The popup fits above, so reposition it
590 // WM_CHAR message that will be stolen and redirected to the popup HWND.
650 // When the mouse is not inside the popup menu and the left button isn't down, just
684 // hide the popup.
715 // Only hide the popup if the mouse is inside the popup window.