summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxGraphicsObject.xml
blob: 5210bbbe0388681066aff38192da18fe779288db (plain)
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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year><year>2021</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxGraphicsObject</title>
</header>
<module>wxGraphicsObject</module>
<modulesummary>Functions for wxGraphicsObject class</modulesummary>
<description><p>This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.
      </p><p>See: <seeerl marker="wxGraphicsBrush"><c>wxGraphicsBrush</c></seeerl>, <seeerl marker="wxGraphicsPen"><c>wxGraphicsPen</c></seeerl>, <seeerl marker="wxGraphicsMatrix"><c>wxGraphicsMatrix</c></seeerl>, <seeerl marker="wxGraphicsPath"><c>wxGraphicsPath</c></seeerl>
      </p>
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_graphics_object.html">wxGraphicsObject</url></p>
  </description>
<datatypes><datatype><name name="wxGraphicsObject"/></datatype></datatypes>

<funcs>
  <func>
    <name name="destroy" arity="1" clause_i="1" since=""/>
    <fsummary/>
    <desc/>
  </func>
  
  <func>
    <name name="getRenderer" arity="1" clause_i="1" since=""/>
    <fsummary>Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet. </fsummary>
    <desc><p>Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet. 
      </p></desc>
  </func>
  
  <func>
    <name name="isNull" arity="1" clause_i="1" since=""/>
    <fsummary/>
    <desc><p>Return: false if this object is valid, otherwise returns true. 
      </p></desc>
  </func>
  </funcs>
</erlref>