GtkFontButton::set_title

void set_title(string title);

Use this function to set the title that will be displayed on the font selection dialog that will appear when the GtkFontButton is clicked. You may pass the title to be displayed as a parameter to the method. Note that, if you do not use this method, the title will appear as "Pick a Font".

See also: get_title()