~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to src/gtk-text_buffer.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2008-07-31 18:10:47 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080731181047-6m1y25zjad0p2yjr
Tags: 2.12.0-2

Correct the project files to add a Library_ALI_Dir and correct the
Library_Name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-----------------------------------------------------------------------
2
2
--              GtkAda - Ada95 binding for Gtk+/Gnome                --
3
3
--                                                                   --
 
4
--                Copyright (C) 2001-2007 AdaCore                    --
4
5
--                                                                   --
5
6
-- This library is free software; you can redistribute it and/or     --
6
7
-- modify it under the terms of the GNU General Public               --
779
779
   --
780
780
   --  </signals>
781
781
 
782
 
   Signal_Apply_Tag           : constant String := "apply_tag";
783
 
   Signal_Begin_User_Action   : constant String := "begin_user_action";
784
 
   Signal_Changed             : constant String := "changed";
785
 
   Signal_Delete_Range        : constant String := "delete_range";
786
 
   Signal_End_User_Action     : constant String := "end_user_action";
787
 
   Signal_Insert_Child_Anchor : constant String := "insert_child_anchor";
788
 
   Signal_Insert_Pixbuf       : constant String := "insert_pixbuf";
789
 
   Signal_Insert_Text         : constant String := "insert_text";
790
 
   Signal_Mark_Deleted        : constant String := "mark_deleted";
791
 
   Signal_Mark_Set            : constant String := "mark_set";
792
 
   Signal_Modified_Changed    : constant String := "modified_changed";
793
 
   Signal_Remove_Tag          : constant String := "remove_tag";
 
782
   Signal_Apply_Tag           : constant Glib.Signal_Name :=
 
783
                                  "apply_tag";
 
784
   Signal_Begin_User_Action   : constant Glib.Signal_Name :=
 
785
                                  "begin_user_action";
 
786
   Signal_Changed             : constant Glib.Signal_Name :=
 
787
                                  "changed";
 
788
   Signal_Delete_Range        : constant Glib.Signal_Name :=
 
789
                                  "delete_range";
 
790
   Signal_End_User_Action     : constant Glib.Signal_Name :=
 
791
                                  "end_user_action";
 
792
   Signal_Insert_Child_Anchor : constant Glib.Signal_Name :=
 
793
                                  "insert_child_anchor";
 
794
   Signal_Insert_Pixbuf       : constant Glib.Signal_Name :=
 
795
                                  "insert_pixbuf";
 
796
   Signal_Insert_Text         : constant Glib.Signal_Name :=
 
797
                                  "insert_text";
 
798
   Signal_Mark_Deleted        : constant Glib.Signal_Name :=
 
799
                                  "mark_deleted";
 
800
   Signal_Mark_Set            : constant Glib.Signal_Name :=
 
801
                                  "mark_set";
 
802
   Signal_Modified_Changed    : constant Glib.Signal_Name :=
 
803
                                  "modified_changed";
 
804
   Signal_Remove_Tag          : constant Glib.Signal_Name :=
 
805
                                  "remove_tag";
794
806
 
795
807
private
796
808
   type Gtk_Text_Buffer_Record is new GObject_Record with null record;
802
814
 
803
815
   pragma Import (C, Get_Type, "gtk_text_buffer_get_type");
804
816
end Gtk.Text_Buffer;
 
817
 
 
818
--  No binding: gtk_text_buffer_create_tag
 
819
--  No binding: gtk_text_buffer_insert_with_tags
 
820
--  No binding: gtk_text_buffer_insert_with_tags_by_name