package Gtk.Font_Chooser_Dialog is
package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Font_Chooser_Dialog_Record, Gtk_Font_Chooser_Dialog);
package Implements_Gtk_Font_Chooser is new Glib.Types.Implements (Gtk.Font_Chooser.Gtk_Font_Chooser, Gtk_Font_Chooser_Dialog_Record, Gtk_Font_Chooser_Dialog);
type Gtk_Font_Chooser_Dialog_Record is new Gtk_Dialog_Record with null record;
type Gtk_Font_Chooser_Dialog is access all Gtk_Font_Chooser_Dialog_Record'Class;
type Gtk_Font_Filter_Func is access function (Family : not null access Pango.Font_Family.Pango_Font_Family_Record'Class; Face : not null access Pango.Font_Face.Pango_Font_Face_Record'Class) return Boolean;
procedure Gtk_New
( | Self | : out Gtk_Font_Chooser_Dialog; |
Title | : UTF8_String := ""; | |
Parent | : access Gtk.Window.Gtk_Window_Record'Class); |
procedure Initialize
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record'Class; |
Title | : UTF8_String := ""; | |
Parent | : access Gtk.Window.Gtk_Window_Record'Class); |
function Gtk_Font_Chooser_Dialog_New
( | Title | : UTF8_String := ""; |
Parent | : access Gtk.Window.Gtk_Window_Record'Class) return Gtk_Font_Chooser_Dialog; |
function Get_Type return Glib.GType;
procedure Set_Filter_Func
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record; |
Filter | : Gtk_Font_Filter_Func); |
function Get_Font
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return UTF8_String; |
procedure Set_Font
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record; |
Fontname | : UTF8_String); |
function Get_Font_Desc
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return Pango.Font.Pango_Font_Description; |
procedure Set_Font_Desc
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record; |
Font_Desc | : Pango.Font.Pango_Font_Description); |
function Get_Font_Face
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return Pango.Font_Face.Pango_Font_Face; |
function Get_Font_Family
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return Pango.Font_Family.Pango_Font_Family; |
function Get_Font_Size
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return Gint; |
function Get_Preview_Text
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return UTF8_String; |
procedure Set_Preview_Text
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record; |
Text | : UTF8_String); |
function Get_Show_Preview_Entry
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record) return Boolean; |
procedure Set_Show_Preview_Entry
( | Self | : not null access Gtk_Font_Chooser_Dialog_Record; |
Show_Preview_Entry | : Boolean); |
function "+"
( | Widget | : access Gtk_Font_Chooser_Dialog_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Font_Chooser_Dialog renames Implements_Gtk_Buildable.To_Object; |
function "+"
( | Widget | : access Gtk_Font_Chooser_Dialog_Record'Class) return Gtk.Font_Chooser.Gtk_Font_Chooser renames Implements_Gtk_Font_Chooser.To_Interface; |
function "-"
( | Interf | : Gtk.Font_Chooser.Gtk_Font_Chooser) return Gtk_Font_Chooser_Dialog renames Implements_Gtk_Font_Chooser.To_Object; |