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
wxFontDialog(3) Erlang Module Definition wxFontDialog(3)

wxFontDialog - Functions for wxFontDialog class

This class represents the font chooser dialog.

See: Overview cmndlg, wxFontData, ?wxGetFontFromUser()

This class is derived (and can use functions) from: wxDialog wxTopLevelWindow wxWindow wxEvtHandler

wxWidgets docs: wxFontDialog

wxFontDialog() = wx:wx_object()

new() -> wxFontDialog()


Default ctor.

create/3 must be called before the dialog can be shown.

new(Parent, Data) -> wxFontDialog()


Types:

Parent = wxWindow:wxWindow()
Data = wxFontData:wxFontData()

Constructor.

Pass a parent window, and the wxFontData object to be used to initialize the dialog controls.

create(This, Parent, Data) -> boolean()


Types:

This = wxFontDialog()
Parent = wxWindow:wxWindow()
Data = wxFontData:wxFontData()

Creates the dialog if the wxFontDialog object had been initialized using the default constructor.

Return: true on success and false if an error occurred.

getFontData(This) -> wxFontData:wxFontData()


Types:

This = wxFontDialog()

Returns the wxFontData associated with the font dialog.

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


Destroys the object.

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.