GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxGraphicsObject(3) Erlang Module Definition wxGraphicsObject(3)

wxGraphicsObject - Functions for wxGraphicsObject class

This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.

See: wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath

wxWidgets docs: wxGraphicsObject

wxGraphicsObject() = wx:wx_object()

destroy(This :: wxGraphicsObject()) -> ok


getRenderer(This) -> wxGraphicsRenderer:wxGraphicsRenderer()


Types:

This = wxGraphicsObject()

Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet.

isNull(This) -> boolean()


Types:

This = wxGraphicsObject()

Return: false if this object is valid, otherwise returns true.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.