1wxGraphicsObject(3)        Erlang Module Definition        wxGraphicsObject(3)
2
3
4

NAME

6       wxGraphicsObject - Functions for wxGraphicsObject class
7

DESCRIPTION

9       This  class is the superclass of native graphics objects like pens etc.
10       It allows reference counting. Not instantiated by user code.
11
12       See: wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath
13
14       wxWidgets docs: wxGraphicsObject
15

DATA TYPES

17       wxGraphicsObject() = wx:wx_object()
18

EXPORTS

20       destroy(This :: wxGraphicsObject()) -> ok
21
22       getRenderer(This) -> wxGraphicsRenderer:wxGraphicsRenderer()
23
24              Types:
25
26                 This = wxGraphicsObject()
27
28              Returns the renderer that was used to create this  instance,  or
29              NULL if it has not been initialized yet.
30
31       isNull(This) -> boolean()
32
33              Types:
34
35                 This = wxGraphicsObject()
36
37              Return: false if this object is valid, otherwise returns true.
38
39
40
41wxWidgets team.                     wx 2.1                 wxGraphicsObject(3)
Impressum