type Gtk_Link_Button_Record is new Gtk.Button.Gtk_Button_Record with private;
type Gtk_Link_Button is access all Gtk_Link_Button_Record'Class;
Uri_Property : constant Glib.Properties.Property_String;
Visited_Property : constant Glib.Properties.Property_Boolean;
function Get_Type return GType;
function Get_Uri
( | Link_Button | : access Gtk_Link_Button_Record) return String; |
function Get_Visited
( | Link_Button | : access Gtk_Link_Button_Record) return Boolean; |
procedure Gtk_New
( | Widget | : out Gtk_Link_Button; |
Uri | : String); |
procedure Initialize
( | Widget | : access Gtk_Link_Button_Record'Class; |
Uri | : String); |
procedure Gtk_New_With_Label
( | Widget | : out Gtk_Link_Button; |
Uri | : String; | |
Label | : String); |
procedure Initialize_With_Label
( | Widget | : access Gtk_Link_Button_Record'Class; |
Uri | : String; | |
Label | : String); |
procedure Set_Uri
( | Link_Button | : access Gtk_Link_Button_Record; |
Uri | : String); |
function Set_Uri_Hook
( | Func | : Uri_Func; |
Data | : System.Address; | |
Destroy | : G_Destroy_Notify) return Uri_Func; |
procedure Set_Visited
( | Link_Button | : access Gtk_Link_Button_Record; |
Visited | : Boolean); |
Binding from C File version 2.16.6
<testgtk>create_link_buttons.adb</testgtk>