with Gn.Identity;                       use Gn.Identity;
package Gn.Logos.X.Gtk_Lib.Hello_world is
   
   function Gtk_New (Gn_Dialog : not null access Gn_Dialog_Record'class;
		     Parent : in Gtk_window;
		     Identity : in Identity_Access;
		     Iter     : in Natural) return Gtk_Response_Type;
      
      
end Gn.Logos.X.Gtk_Lib.Hello_World;