Home
last modified time | relevance | path

Searched refs:OnSize (Results 1 – 25 of 1991) sorted by relevance

12345678910>>...80

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A DctlProgressStatusBar.cpp23 EVT_SIZE(ctlProgressStatusBar::OnSize)
73 this->OnSize(ev); in ctlProgressStatusBar()
85 void ctlProgressStatusBar::OnSize(wxSizeEvent &ev) in OnSize() function in ctlProgressStatusBar
192 this->OnSize(ev); in SetFieldsCount()
201 this->OnSize(ev); in SetStatusWidths()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dmultisash.py54 self.child.OnSize(None)
73 self.child.OnSize(None)
255 def OnSize(self,evt): member in MultiSplit
284 self.view1.OnSize(None)
285 self.view2.OnSize(None)
342 self.detail.OnSize(None)
368 def OnSize(self,evt): member in MultiViewLeaf
417 def OnSize(self,evt): member in MultiClient
480 def OnSize(self,evt): member in MultiSizer
567 def OnSize(self,evt): member in MultiCreator
[all …]
/dports/cad/alliance/alliance/src/boom/src/
H A Dboom_dc.c154 int OnSize; local
187 OnSize = getbddnodenum( (bddsystem *)0, BddOnSet );
194 OnSize, OptimSizeOn, OptimSizeOff );
208 if ( OptimSize < OnSize ) BddNode = incbddrefext( BddOptim );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dxrcfactorytest.py10 self.Bind(wx.EVT_SIZE, self.OnSize)
27 wx.CallAfter(self.OnSize, None)
30 def OnSize(self, evt): member in MyCustomPanel
H A Dtest_event.py136 self.Bind(wx.EVT_SIZE, self.OnSize)
138 def OnSize(self, evt): member in Events.test_eventBinding.Frame
186 self.Bind(wx.EVT_SIZE, self.OnSize)
188 self.obj = self.OnSize
192 val = self.Unbind(wx.EVT_SIZE, handler=self.OnSize)
195 def OnSize(self, evt): member in Events.test_eventUnbinding3.Frame
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DS57QueryDialog.cpp45 EVT_SIZE ( S57QueryDialog::OnSize ) in IMPLEMENT_CLASS()
195 void S57QueryDialog::OnSize( wxSizeEvent& event ) in OnSize() function in S57QueryDialog
199 wxFrame::OnSize( event ); in OnSize()
228 EVT_SIZE ( S57ExtraQueryInfoDlg::OnSize ) in IMPLEMENT_CLASS()
275 void S57ExtraQueryInfoDlg::OnSize( wxSizeEvent& event ) in OnSize() function in S57ExtraQueryInfoDlg
279 wxFrame::OnSize( event ); in OnSize()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/animation/
H A Dmapwindow.py49 self.Bind(wx.EVT_SIZE, self.OnSize)
53 self.OnSize(None)
65 def OnSize(self, event): member in BufferedWindow
123 self.Bind(wx.EVT_SIZE, self.OnSize)
134 def OnSize(self, event): member in AnimationWindow
137 BufferedWindow.OnSize(self, event)
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dgdivideorenderer.cc93 void OnSize(int width, int height, bool frame_changed);
164 OnSize(LOWORD(lParam), HIWORD(lParam), false); in OnMessage()
168 OnSize(LOWORD(lParam), HIWORD(lParam), true); in OnMessage()
187 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false); in Initialize()
203 void GdiVideoRenderer::VideoWindow::OnSize(int width, int height, in OnSize() function in cricket::GdiVideoRenderer::VideoWindow
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DXmlResourceSubclass.py32 self.Bind(wx.EVT_SIZE, self.OnSize)
49 wx.CallAfter(self.OnSize, None)
52 def OnSize(self, evt): member in MyCustomPanel
H A DXmlResourceHandler.py31 self.Bind(wx.EVT_SIZE, self.OnSize)
39 def OnSize(self, evt): member in MyCustomPanel
55 self.Bind(wx.EVT_SIZE, self.OnSize)
63 def OnSize(self, evt): member in PreMyCustomPanel
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dwx_splitter_window.cpp46 void WX_SPLITTER_WINDOW::OnSize( wxSizeEvent& aEvent ) in OnSize() function in WX_SPLITTER_WINDOW
48 wxSplitterWindow::OnSize( aEvent ); in OnSize()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcn3d_glcanvas.cpp56 EVT_SIZE (Cn3DGLCanvas::OnSize) in BEGIN_EVENT_TABLE()
87 OnSize(resize); in SuspendRendering()
203 void Cn3DGLCanvas::OnSize(wxSizeEvent& event) in OnSize() function in Cn3DGLCanvas
224 OnSize(se); in FakeOnSize()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dsubs_preview.cpp66 OnSize(evt); in SubtitlesPreview()
70 Bind(wxEVT_SIZE, &SubtitlesPreview::OnSize, this); in SubtitlesPreview()
124 void SubtitlesPreview::OnSize(wxSizeEvent &evt) { in OnSize() function in SubtitlesPreview
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/widgets/
H A Dwx_splitter_window.h39 this->Connect( wxEVT_SIZE, wxSizeEventHandler( WX_SPLITTER_WINDOW::OnSize ) ); in wxSplitterWindow()
48 void OnSize( wxSizeEvent& aEvent );
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/ptbatcher/
H A DProgressStatusBar.cpp32 EVT_SIZE(ProgressStatusBar::OnSize) in BEGIN_EVENT_TABLE()
49 void ProgressStatusBar::OnSize(wxSizeEvent& event) in OnSize() function in ProgressStatusBar
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/gizmos/
H A Dsplittree.h56 void OnSize(wxSizeEvent& event);
193 void OnSize(wxSizeEvent& event);
231 void OnSize(wxSizeEvent& event);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/gizmos/
H A Dsplittree.h56 void OnSize(wxSizeEvent& event);
193 void OnSize(wxSizeEvent& event);
231 void OnSize(wxSizeEvent& event);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/gizmos/
H A Dsplittree.h56 void OnSize(wxSizeEvent& event);
193 void OnSize(wxSizeEvent& event);
231 void OnSize(wxSizeEvent& event);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/gizmos/
H A Dsplittree.h56 void OnSize(wxSizeEvent& event);
193 void OnSize(wxSizeEvent& event);
231 void OnSize(wxSizeEvent& event);
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/examples/windows/winldap/
H A DPropDlg.cpp83 void PropDlg::OnSize(UINT nType, int cx, int cy) in BEGIN_MESSAGE_MAP()
85 CDialog::OnSize(nType, cx, cy); in BEGIN_MESSAGE_MAP()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DSvgPanel.cpp52 wxSizeEventHandler(SvgPanel::OnSize), in SvgPanel()
84 void SvgPanel::OnSize(wxSizeEvent& event){ in OnSize() function in SvgPanel
H A DwxImagePanel.cpp54 wxSizeEventHandler(wxImagePanel::OnSize), in wxImagePanel()
93 void wxImagePanel::OnSize(wxSizeEvent& event){ in OnSize() function in wxImagePanel
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/core/
H A Dview.cpp34 _this->OnSize(evt); in on_configure()
72 void CView::OnSize(GdkEventConfigure* evt UNUSED) in OnSize() function in CView
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/pcm/dialogs/
H A Dpanel_package.cpp53 OnSize( dummy ); in PANEL_PACKAGE()
59 void PANEL_PACKAGE::OnSize( wxSizeEvent& event ) in OnSize() function in PANEL_PACKAGE
108 OnSize( dummy ); in SetState()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/xrc/
H A Dcustclas.cpp66 EVT_SIZE( MyResizableListCtrl::OnSize ) in wxBEGIN_EVENT_TABLE()
115 void MyResizableListCtrl::OnSize( wxSizeEvent &event ) in OnSize() function in MyResizableListCtrl

12345678910>>...80