gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.DialogA FontSelectionDialog is a widget that opens a window requesting the user to select a fontThe FontSelectionDialog widget displays a window listing the available fonts, styles and sizes, allowing the user to select a font. It effectively places a widget in a .Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
A title that will appear in the window's title bar.
Create a new FontSelectionDialogPropertyGtk.ButtonThe dialog's "Cancel" button.a PropertySystem.StringThe name of the font that is selected in this widgetThe name of the currently selected font.PropertyGtk.WidgetTo be added.To be added.To be added.PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGtk.ButtonThe dialog's "OK" button.a PropertySystem.StringThe text used to display a preview of the selected font.The text currently displaying the selected font.This property determines the exact string that is displayed in the 'preview area' of the FontSelectionDialog.MethodSystem.Boolean
The name of a system font to select.
Sets the name of the font that is selected in this widget. if was a valid font, otherwise.If this property is used to alter the widget's font name to a font that could not be found, the widget will retain its original font selection.