package Gn.Logos.X.Gtk_Lib is
   
   function Gtk_New (Gn_Dialog : not null access Gn_Dialog_Record'Class;
		     Parent : in Gtk_Window) return Gtk_Response_Type is abstract;
   
end Gn.Logos.X.Gtk_Lib;