Home
last modified time | relevance | path

Searched refs:ScrolledPanel (Results 1 – 25 of 47) sorted by relevance

12

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DScrolledPanel.py11 class TestPanel(scrolled.ScrolledPanel):
14 scrolled.ScrolledPanel.__init__(self, parent, -1)
32 panel1 = scrolled.ScrolledPanel(self, -1, size=(140, 300),
54 panel2 = scrolled.ScrolledPanel(self, -1, size=(350, 50),
56 panel3 = scrolled.ScrolledPanel(self, -1, size=(200,100),
H A DMaskedEditControls.py74 class demoPage1(scroll.ScrolledPanel, demoMixin):
76 scroll.ScrolledPanel.__init__(self, parent, -1)
146 class demoPage2(scroll.ScrolledPanel, demoMixin):
149 scroll.ScrolledPanel.__init__( self, parent, -1 )
191 class demoPage3(scroll.ScrolledPanel, demoMixin):
194 scroll.ScrolledPanel.__init__(self, parent, -1)
237 class demoPage4(scroll.ScrolledPanel, demoMixin):
240 scroll.ScrolledPanel.__init__( self, parent, -1 )
330 class demoPage5(scroll.ScrolledPanel, demoMixin):
333 scroll.ScrolledPanel.__init__( self, parent, -1 )
H A DTimer.py53 class TestPanel(sp.ScrolledPanel):
56 sp.ScrolledPanel.__init__(self, parent, -1)
H A DSystemSettings.py280 class ScrolledWrapper(scrolled.ScrolledPanel):
283 scrolled.ScrolledPanel.__init__(self, parent)
H A DGraphicsGradient.py90 class TestPanel(scrolled.ScrolledPanel):
96 scrolled.ScrolledPanel.__init__(self, parent, -1)
H A DTimeCtrl.py14 class TestPanel( scrolled.ScrolledPanel ):
17 scrolled.ScrolledPanel.__init__( self, parent, -1 )
H A DPlateButton.py24 class TestPanel(scrolled.ScrolledPanel):
27 scrolled.ScrolledPanel.__init__(self, parent, size=(400, 400))
H A DImage.py37 class ImagePanel(scrolled.ScrolledPanel):
41 scrolled.ScrolledPanel.__init__(self, parent, id)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.lib.scrolledpanel.ScrolledPanel_inheritance.png.map2 …="rect" id="node1" href="wx.lib.scrolledpanel.ScrolledPanel.html" title="wx.lib.scrolledpanel.Scro…
H A Dwx.lib.sized_controls.SizedScrolledPanel_inheritance.png.map3 …="rect" id="node2" href="wx.lib.scrolledpanel.ScrolledPanel.html" title="wx.lib.scrolledpanel.Scro…
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/
H A Dlayered_panel.py15 from wx.lib.scrolledpanel import ScrolledPanel
146 panel = ScrolledPanel(parent, -1, style=self.STYLE)
/dports/databases/grass7/grass-7.8.6/gui/wxpython/gui_core/
H A Dghelp.py55 from gui_core.widgets import FormNotebook, ScrolledPanel
130 infoTxt = ScrolledPanel(self.aboutNotebook)
263 copyrightwin = ScrolledPanel(self.aboutNotebook)
287 licensewin = ScrolledPanel(self.aboutNotebook)
313 window = ScrolledPanel(self.aboutNotebook)
336 authorwin = ScrolledPanel(self.aboutNotebook)
389 contribwin = ScrolledPanel(self.aboutNotebook)
462 translatorswin = ScrolledPanel(self.aboutNotebook)
627 self.statswin = ScrolledPanel(self.aboutNotebook)
H A Dwrap.py649 class ScrolledPanel(scrolled.ScrolledPanel): class
653 scrolled.ScrolledPanel.__init__(self, *args, **kwargs)
657 scrolled.ScrolledPanel.SetToolTip(self, tipString=tip)
659 scrolled.ScrolledPanel.SetToolTipString(self, tip)
H A Dpreferences.py271 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
489 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
770 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
1111 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
1222 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
1495 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
1686 panel = SP.ScrolledPanel(parent=notebook, id=wx.ID_ANY)
H A Dwidgets.py382 class ScrolledPanel(SP.ScrolledPanel): class
386 SP.ScrolledPanel.__init__(self, parent=parent, id=wx.ID_ANY,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dsized_controls.py532 class SizedScrolledPanel(sp.ScrolledPanel, SizedParent):
552 sp.ScrolledPanel.__init__(self, *args, **kwargs)
564 sp.ScrolledPanel.AddChild(self, child)
573 sp.ScrolledPanel.SetSizer(self, sizer)
H A Dscrolledpanel.py87 class ScrolledPanel(wx.ScrolledWindow): class
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_lib_scrolledpanel.py11 pnl = wx.lib.scrolledpanel.ScrolledPanel(self.frame)
/dports/devel/py-pyface/pyface-7.2.0/pyface/wx/
H A Dpager.py15 from wx.lib.scrolledpanel import ScrolledPanel as wxScrolledPanel
H A Dswitcher.py19 from wx.lib.scrolledpanel import ScrolledPanel as wxScrolledPanel
H A Dlazy_switcher.py15 from wx.lib.scrolledpanel import ScrolledPanel as wxScrolledPanel
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iclass/
H A Dplots.py25 class PlotPanel(scrolled.ScrolledPanel):
35 scrolled.ScrolledPanel.__init__(self, parent)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DToasterBox.py38 class ToasterBoxDemo(scrolled.ScrolledPanel):
42 scrolled.ScrolledPanel.__init__(self, parent)
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/lib/jobimpl/
H A DPnlJobManager.py45 self.pnlJobs = wx.lib.scrolledpanel.ScrolledPanel(id=wxID_PNLJOBMANAGERPNLJOBS,
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iscatt/
H A Dframe.py221 class ScatterPlotsPanel(scrolled.ScrolledPanel):
225 scrolled.ScrolledPanel.__init__(self, parent)

12