Searched refs:SimpleTransientPopup (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/popup/
H A Dpopup.cpp64 // SimpleTransientPopup
66 class SimpleTransientPopup: public wxPopupTransientWindow class in inherits:wxPopupTransientWindow
69 SimpleTransientPopup( wxWindow *parent );
70 virtual ~SimpleTransientPopup();
95 DECLARE_CLASS(SimpleTransientPopup)
100 // SimpleTransientPopup
102 IMPLEMENT_CLASS(SimpleTransientPopup,wxPopupTransientWindow)
104 BEGIN_EVENT_TABLE(SimpleTransientPopup,wxPopupTransientWindow)
105 EVT_MOUSE_EVENTS( SimpleTransientPopup::OnMouse )
106 EVT_SIZE( SimpleTransientPopup
113 SimpleTransientPopup::SimpleTransientPopup( wxWindow *parent ) function in class:SimpleTransientPopup
[all...]

Completed in 52 milliseconds