The GtkFontSelectionDialog class is the class for font selection dialogs.
This class subclasses the Object REXX Object class so all of its methods are also available to this class.
The class heirarchy
Object +---GtkFontSelectionDialog |
The methods for the GtkFontSelectionDialog class are documented below.
This method creates and initializes the dialog widget.
This is a example of how to create a font selection dialog widget.
fontname = 'Courier 10' myfontdialog = .GtkFontSelectionDialog~new(fontname) |
The new GtkFontSelectionDialog object.
This method runs the font selection dialog.
This is a example of how to run a font selection dialog.
myfontdialog~run() |
None.
The font name, style, and size string or a zero-length string if no slection was made.