Description
The 
Gtk_Font_Button is a button which displays the currently selected font
an allows to open a font selection dialog to change the font. It is
suitable widget for selecting a font in a preference dialog.
  
  
  
   
   
   
  
   Subprograms
   
     - 
procedure Gtk_New (Font_Button : out Gtk_Font_Button); procedure Initialize (Font_Button : access Gtk_Font_Button_Record'Class); 
- 
procedure Gtk_New_With_Font
  (Font_Button : out Gtk_Font_Button; Fontname : String); procedure Initialize_With_Font
  (Font_Button : access Gtk_Font_Button_Record'Class; Fontname : String); 
- 
- 
function Set_Font_Name
  (Font_Button : access Gtk_Font_Button_Record;
   Fontname    : String) return Boolean; function Get_Font_Name
  (Font_Button : access Gtk_Font_Button_Record) return String; 
- 
procedure Set_Show_Size
  (Font_Button : access Gtk_Font_Button_Record; Show_Size : Boolean); function Get_Show_Size
  (Font_Button : access Gtk_Font_Button_Record) return Boolean; 
- 
procedure Set_Show_Style
  (Font_Button : access Gtk_Font_Button_Record; Show_Style : Boolean); function Get_Show_Style
  (Font_Button : access Gtk_Font_Button_Record) return Boolean; 
- 
procedure Set_Title
  (Font_Button : access Gtk_Font_Button_Record; Title : String); function Get_Title
  (Font_Button : access Gtk_Font_Button_Record) return String; 
- 
procedure Set_Use_Font
  (Font_Button : access Gtk_Font_Button_Record; Use_Font : Boolean); function Get_Use_Font
  (Font_Button : access Gtk_Font_Button_Record) return Boolean; 
- 
procedure Set_Use_Size
  (Font_Button : access Gtk_Font_Button_Record; Use_Size : Boolean); function Get_Use_Size
  (Font_Button : access Gtk_Font_Button_Record) return Boolean;