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
|
.. 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
.. module:: wx.lib.ogl.drawn
.. currentmodule:: wx.lib.ogl.drawn
.. highlight:: python
.. _wx.lib.ogl.drawn:
==========================================================================================================================================
|phoenix_title| **wx.lib.ogl.drawn**
==========================================================================================================================================
The class :class:`~lib.ogl.drawn.DrawnShape`.
THIS DOES NOT SEEM TO BE USED ANYWHERE
|class_summary| Classes Summary
===============================
================================================================================ ================================================================================
:ref:`~wx.lib.ogl.drawn.DrawnShape` Draws a pseudo-metafile shape, which can be loaded from a simple
:ref:`~wx.lib.ogl.drawn.DrawOp`
:ref:`~wx.lib.ogl.drawn.OpDraw` Draw line, rectangle, rounded rectangle, ellipse, point, arc, text.
:ref:`~wx.lib.ogl.drawn.OpPolyDraw` Draw polygon, polyline, spline.
:ref:`~wx.lib.ogl.drawn.OpSetClipping` Set/destroy clipping.
:ref:`~wx.lib.ogl.drawn.OpSetGDI` Set font, brush, text colour.
:ref:`~wx.lib.ogl.drawn.PseudoMetaFile` A simple metafile-like class which can load data from a Windows
================================================================================ ================================================================================
|
.. toctree::
:maxdepth: 1
:hidden:
wx.lib.ogl.drawn.DrawnShape
wx.lib.ogl.drawn.DrawOp
wx.lib.ogl.drawn.OpDraw
wx.lib.ogl.drawn.OpPolyDraw
wx.lib.ogl.drawn.OpSetClipping
wx.lib.ogl.drawn.OpSetGDI
wx.lib.ogl.drawn.PseudoMetaFile
|