gtk-sharp Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Gtk.VBox A FontSelection is a widget that allows the user to select a font. The FontSelection widget lists the available fonts, styles and sizes, allowing the user to select a font. It is used in the widget to provide a box for selecting fonts. Filters can be used to limit the fonts shown. There are 2 filters in the FontSelection - a base filter and a user filter. The base filter can not be changed by the user, so this can be used when the user must choose from the restricted set of fonts (e.g. for a terminal-type application you may want to force the user to select a fixed-width font). The user filter can be changed or reset by the user, by using the 'Reset Filter' button or changing the options on the 'Filter' page of the widget. Constructor The main way to construct a new FontSelection Creates a new FontSelection widget that allows the user to select from the available fonts. Constructor Pointer to the C object. Internal constructor This is an internal constructor, and should not be used by user code. Property Pango.FontFace To be added. To be added. To be added. Property Gtk.Widget To be added. To be added. To be added. Property Pango.FontFamily To be added. To be added. To be added. Property Gtk.Widget To be added. To be added. To be added. Property GLib.Property("font-name") System.String Manage the name of the font that is selected in this widget. The name of the currently selected font. 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. See also , which returns a value indicating whether or not the new font name was found. Property GLib.GType GType Property. a Returns the native value for . Property Gtk.Widget To be added. To be added. To be added. Property GLib.Property("preview-text") System.String The 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 FontSelection. Method System.Boolean the name of the font to be selected Set the current font selection if the font was found and selected This can be used instead of setting property if you need to know whether or not was valid. Property System.Int32 To be added. To be added. To be added. Property Gtk.Widget To be added. To be added. To be added. Property Gtk.Widget To be added. To be added. To be added.