wxErlang

Reference Manual

Version 2.0

Table of Contents

wxFontDialog

Module

wxFontDialog

Module Summary

Functions for wxFontDialog class

Description

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

new() -> wxFontDialog()

Default ctor.

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

new(Parent, Data) -> wxFontDialog()

Constructor.

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

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

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

Returns the wxFontData associated with the font dialog.

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

Destroys the object.