type Gtk_Font_Button_Record is new Gtk.Button.Gtk_Button_Record with null record;
type Gtk_Font_Button is access all Gtk_Font_Button_Record'Class;
Font_Name_Property : constant Glib.Properties.Property_String;
Show_Size_Property : constant Glib.Properties.Property_Boolean;
Show_Style_Property : constant Glib.Properties.Property_Boolean;
Title_Property : constant Glib.Properties.Property_String;
Use_Font_Property : constant Glib.Properties.Property_Boolean;
Use_Size_Property : constant Glib.Properties.Property_Boolean;
Signal_Font_Set : constant Glib.Signal_Name := "font-set";
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 Get_Type return Gtk.Gtk_Type;
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; |
Binding from C File version 2.8.17