查看源代码 wxFontPickerEvent (wx v2.4.3)
此事件类用于由 wxFontPickerCtrl
生成的事件。
此类派生自以下类,并可以使用其函数:
wxWidgets 文档:wxFontPickerEvent
事件
使用 wxEvtHandler:connect/3
和 wxFontPickerEventType
来订阅此类型的事件。
摘要
函数
检索用户刚刚选择的字体。
类型
-type wxFontPicker() :: #wxFontPicker{type :: wxFontPickerEvent:wxFontPickerEventType(), font :: wxFont:wxFont()}.
-type wxFontPickerEvent() :: wx:wx_object().
-type wxFontPickerEventType() :: command_fontpicker_changed.
函数
-spec getFont(This) -> wxFont:wxFont() when This :: wxFontPickerEvent().
检索用户刚刚选择的字体。