.TH wxFontPickerEvent 3erl "wx 2.2.2.1" "wxWidgets team." "Erlang Module Definition" .SH NAME wxFontPickerEvent \- Functions for wxFontPickerEvent class .SH DESCRIPTION .LP This event class is used for the events generated by \fIwxFontPickerCtrl\fR\&\&. .LP See: \fIwxFontPickerCtrl\fR\& .LP This class is derived (and can use functions) from: \fIwxCommandEvent\fR\& \fIwxEvent\fR\& .LP wxWidgets docs: wxFontPickerEvent .SH "EVENTS" .LP Use \fIwxEvtHandler:connect/3\fR\& with \fIwxFontPickerEventType\fR\& to subscribe to events of this type\&. .SH DATA TYPES .nf \fBwxFontPickerEvent()\fR\& = wx:wx_object() .br .fi .nf \fBwxFontPicker()\fR\& = .br #wxFontPicker{type = .br wxFontPickerEvent:wxFontPickerEventType(), .br font = wxFont:wxFont()} .br .fi .nf \fBwxFontPickerEventType()\fR\& = command_fontpicker_changed .br .fi .SH EXPORTS .LP .nf .B getFont(This) -> wxFont:wxFont() .br .fi .br .RS .LP Types: .RS 3 This = wxFontPickerEvent() .br .RE .RE .RS .LP Retrieve the font the user has just selected\&. .RE