Home
last modified time | relevance | path

Searched refs:OnShowEvent (Results 1 – 7 of 7) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dmenuintf.pas169 procedure AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
171 procedure RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1476 procedure TIDEMenuSection.AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
1479 AddHandler(imshtOnShow,TMethod(OnShowEvent),AsLast);
1482 procedure TIDEMenuSection.RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1484 RemoveHandler(imshtOnShow,TMethod(OnShowEvent));
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dmenuintf.pas169 procedure AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
171 procedure RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1473 procedure TIDEMenuSection.AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
1476 AddHandler(imshtOnShow,TMethod(OnShowEvent),AsLast);
1479 procedure TIDEMenuSection.RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1481 RemoveHandler(imshtOnShow,TMethod(OnShowEvent));
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dmenuintf.pas169 procedure AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
171 procedure RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1473 procedure TIDEMenuSection.AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
1476 AddHandler(imshtOnShow,TMethod(OnShowEvent),AsLast);
1479 procedure TIDEMenuSection.RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1481 RemoveHandler(imshtOnShow,TMethod(OnShowEvent));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dmenuintf.pas169 procedure AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
171 procedure RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1476 procedure TIDEMenuSection.AddHandlerOnShow(const OnShowEvent: TNotifyEvent;
1479 AddHandler(imshtOnShow,TMethod(OnShowEvent),AsLast);
1482 procedure TIDEMenuSection.RemoveHandlerOnShow(const OnShowEvent: TNotifyEvent);
1484 RemoveHandler(imshtOnShow,TMethod(OnShowEvent));
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DGLPreviewFrame.h239 void OnShowEvent(wxShowEvent& e);
H A DGLPreviewFrame.cpp125 EVT_SHOW(GLPreviewFrame::OnShowEvent) in BEGIN_EVENT_TABLE()
782 OnShowEvent(dummy); in LoadOpenGLLayout()
1361 void GLPreviewFrame::OnShowEvent(wxShowEvent& e) in OnShowEvent() function in GLPreviewFrame
H A DMainFrame.cpp1563 gl_preview_frame->OnShowEvent(se); in OnToggleGLPreviewFrame()