1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.agw.ribbon.control
.. highlight:: python
.. _wx.lib.agw.ribbon.control.RibbonControl:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.ribbon.control.RibbonControl**
==========================================================================================================================================
Base class for all the Ribbon stuff.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html
<div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
<img id="toggleBlock-trigger" src="_static/images/closed.png"/>
Inheritance diagram for class <strong>RibbonControl</strong>:
</div>
<div id="toggleBlock-summary" style="display:block;"></div>
<div id="toggleBlock-content" style="display:none;">
<p class="graphviz">
<center><img src="_static/images/inheritance/wx.lib.agw.ribbon.control.RibbonControl_inheritance.png" alt="Inheritance diagram of RibbonControl" usemap="#dummy" class="inheritance"/></center>
</div>
<script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
<map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.ribbon.control.RibbonControl.html" title="wx.lib.agw.ribbon.control.RibbonControl" alt="" coords="5,392,275,421"/> <area shape="rect" id="node2" href="wx.Control.html" title="wx.Control" alt="" coords="96,315,184,344"/> <area shape="rect" id="node3" href="wx.Trackable.html" title="wx.Trackable" alt="" coords="32,5,133,35"/> <area shape="rect" id="node4" href="wx.EvtHandler.html" title="wx.EvtHandler" alt="" coords="84,83,195,112"/> <area shape="rect" id="node6" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="79,160,200,189"/> <area shape="rect" id="node5" href="wx.Object.html" title="wx.Object" alt="" coords="157,5,239,35"/> <area shape="rect" id="node7" href="wx.Window.html" title="wx.Window" alt="" coords="95,237,184,267"/> </map>
</p>
|
|sub_classes| Known Subclasses
==============================
:class:`wx.lib.agw.ribbon.bar.RibbonBar`, :class:`wx.lib.agw.ribbon.buttonbar.RibbonButtonBar`, :class:`wx.lib.agw.ribbon.gallery.RibbonGallery`, :class:`wx.lib.agw.ribbon.page.RibbonPage`, :class:`wx.lib.agw.ribbon.page.RibbonPageScrollButton`, :class:`wx.lib.agw.ribbon.panel.RibbonPanel`, :class:`wx.lib.agw.ribbon.toolbar.RibbonToolBar`
|
|super_classes| Known Superclasses
==================================
:class:`wx.Control`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.__init__` Default class constructor.
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.DoGetNextLargerSize` Implementation of :meth:`~RibbonControl.GetNextLargerSize`.
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.DoGetNextSmallerSize` Implementation of :meth:`~RibbonControl.GetNextSmallerSize`.
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.GetArtProvider` Get the art provider to be used.
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.GetNextLargerSize` If sizing is not continuous, then return a suitable size for the control which
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.GetNextSmallerSize` If sizing is not continuous, then return a suitable size for the control which
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.IsSizingContinuous` Returns ``True`` if this window can take any size (greater than its minimum size),
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.Realise` Alias for :meth:`~RibbonControl.Realize`.
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.Realize` Perform initial size and layout calculations after children have been added,
:meth:`~wx.lib.agw.ribbon.control.RibbonControl.SetArtProvider` Set the art provider to be used.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: RibbonControl(wx.Control)
Base class for all the Ribbon stuff.
.. method:: __init__(self, parent, id=wx.ID_ANY, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, validator=wx.DefaultValidator, name="RibbonControl")
Default class constructor.
:param wx.Window `parent`: pointer to a parent window;
:param integer `id`: window identifier. If ``wx.ID_ANY``, will automatically create
an identifier;
:param `pos`: window position. ``wx.DefaultPosition`` indicates that wxPython
should generate a default position for the window;
:type `pos`: tuple or :class:`wx.Point`
:param `size`: window size. ``wx.DefaultSize`` indicates that wxPython should
generate a default size for the window. If no suitable size can be found, the
window will be sized to 20x20 pixels so that the window is visible but obviously
not correctly sized;
:type `size`: tuple or :class:`wx.Point`
:param integer `style`: the window style;
:param wx.Validator `validator`: window validator;
:param string `name`: window name.
.. method:: DoGetNextLargerSize(self, direction, size)
Implementation of :meth:`~RibbonControl.GetNextLargerSize`.
Controls which have non-continuous sizing must override this virtual function
rather than :meth:`~RibbonControl.GetNextLargerSize`.
:param integer `direction`: the direction(s) in which the size should increase;
:param wx.Size `size`: the size for which a larger size should be found.
.. method:: DoGetNextSmallerSize(self, direction, size)
Implementation of :meth:`~RibbonControl.GetNextSmallerSize`.
Controls which have non-continuous sizing must override this virtual function
rather than :meth:`~RibbonControl.GetNextSmallerSize`.
:param integer `direction`: the direction(s) in which the size should increase;
:param wx.Size `size`: the size for which a larger size should be found.
.. method:: GetArtProvider(self)
Get the art provider to be used.
Note that until an art provider has been set in some way, this function may
return ``None``.
.. method:: GetNextLargerSize(self, direction, relative_to=None)
If sizing is not continuous, then return a suitable size for the control which
is larger then the given size.
:param integer `direction`: The direction(s) in which the size should reduce;
:param wx.Size `relative_to`: The size for which a smaller size should be found.
:returns: if there is no larger size, otherwise a suitable size which is larger
in the given direction(s), and the same as in the other direction (if any).
:see: :meth:`~RibbonControl.IsSizingContinuous`, :meth:`~RibbonControl.DoGetNextLargerSize`
.. method:: GetNextSmallerSize(self, direction, relative_to=None)
If sizing is not continuous, then return a suitable size for the control which
is smaller than the given size.
:param integer `direction`: The direction(s) in which the size should reduce;
:param wx.Size `relative_to`: The size for which a smaller size should be found.
:returns: if there is no smaller size, otherwise a suitable size which is smaller
in the given direction(s), and the same as in the other direction (if any).
:see: :meth:`~RibbonControl.IsSizingContinuous`, :meth:`~RibbonControl.DoGetNextSmallerSize`
.. method:: IsSizingContinuous(self)
Returns ``True`` if this window can take any size (greater than its minimum size),
``False`` if it can only take certain sizes.
:see: :meth:`~RibbonControl.GetNextSmallerSize`, :meth:`~RibbonControl.GetNextLargerSize`
.. method:: Realise(self)
Alias for :meth:`~RibbonControl.Realize`.
.. method:: Realize(self)
Perform initial size and layout calculations after children have been added,
and/or realize children.
.. method:: SetArtProvider(self, art)
Set the art provider to be used.
In many cases, setting the art provider will also set the art provider on all
child windows which extend :class:`RibbonControl`. In most cases, controls will not
take ownership of the given pointer, with the notable exception being
:meth:`RibbonBar.SetArtProvider() <lib.agw.ribbon.bar.RibbonBar.SetArtProvider>`.
:param `art`: an art provider.
|