]> Pileus Git - ~andy/gtk/commitdiff
Remove GtkOldEditable completely
authorJavier Jardón <jjardon@gnome.org>
Thu, 11 Mar 2010 02:59:45 +0000 (03:59 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:21 +0000 (01:51 +0200)
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/gtk.types
docs/reference/gtk/tmpl/gtkoldeditable.sgml [deleted file]
gtk/gtk.symbols

index 164b282b88a3584ff5d67b25b62ca0b8fff1da33..1fe906868b7fe36ab49744870a98a1c9757f91b5 100644 (file)
@@ -1209,24 +1209,6 @@ GTK_EDITABLE_GET_CLASS
 gtk_editable_get_type
 </SECTION>
 
-<SECTION>
-<FILE>gtkoldeditable</FILE>
-<TITLE>GtkOldEditable</TITLE>
-GtkOldEditable
-GtkTextFunction
-gtk_old_editable_claim_selection
-gtk_old_editable_changed
-<SUBSECTION Standard>
-GTK_OLD_EDITABLE
-GTK_IS_OLD_EDITABLE
-GTK_TYPE_OLD_EDITABLE
-GTK_OLD_EDITABLE_CLASS
-GTK_IS_OLD_EDITABLE_CLASS
-GTK_OLD_EDITABLE_GET_CLASS
-<SUBSECTION Private>
-gtk_old_editable_get_type
-</SECTION>
-
 <SECTION>
 <FILE>gtkentry</FILE>
 <TITLE>GtkEntry</TITLE>
index 20895e3a6f39e277a03ec2b61dd646e71e52e9e8..95382034f7d79ffe851e197fe8ab9f471600c153 100644 (file)
@@ -103,7 +103,6 @@ gtk_mount_operation_get_type
 gtk_notebook_get_type
 gtk_object_get_type
 gtk_offscreen_window_get_type
-gtk_old_editable_get_type
 gtk_option_menu_get_type
 gtk_orientable_get_type
 gtk_page_setup_get_type
diff --git a/docs/reference/gtk/tmpl/gtkoldeditable.sgml b/docs/reference/gtk/tmpl/gtkoldeditable.sgml
deleted file mode 100644 (file)
index e51a5e9..0000000
+++ /dev/null
@@ -1,169 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkOldEditable
-
-<!-- ##### SECTION Short_Description ##### -->
-Base class for text-editing widgets
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-GtkOldEditable has been deprecated since GTK+ 2.0 and should not be used
-in newly written code. Use the #GtkEditable interface instead.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GtkOldEditable ##### -->
-<para>
-
-</para>
-
-@current_pos: 
-@selection_start_pos: 
-@selection_end_pos: 
-@has_selection: 
-
-<!-- ##### SIGNAL GtkOldEditable::activate ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkOldEditable::copy-clipboard ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkOldEditable::cut-clipboard ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkOldEditable::kill-char ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### SIGNAL GtkOldEditable::kill-line ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### SIGNAL GtkOldEditable::kill-word ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### SIGNAL GtkOldEditable::move-cursor ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-@arg2: 
-
-<!-- ##### SIGNAL GtkOldEditable::move-page ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-@arg2: 
-
-<!-- ##### SIGNAL GtkOldEditable::move-to-column ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### SIGNAL GtkOldEditable::move-to-row ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### SIGNAL GtkOldEditable::move-word ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### SIGNAL GtkOldEditable::paste-clipboard ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkOldEditable::set-editable ##### -->
-<para>
-
-</para>
-
-@oldeditable: the object which received the signal.
-@arg1: 
-
-<!-- ##### ARG GtkOldEditable:editable ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkOldEditable:text-position ##### -->
-<para>
-
-</para>
-
-<!-- ##### USER_FUNCTION GtkTextFunction ##### -->
-<para>
-
-</para>
-
-@editable: 
-@time_: 
-
-
-<!-- ##### FUNCTION gtk_old_editable_claim_selection ##### -->
-<para>
-
-</para>
-
-@old_editable: 
-@claim: 
-@time_: 
-
-
-<!-- ##### FUNCTION gtk_old_editable_changed ##### -->
-<para>
-
-</para>
-
-@old_editable: 
-
-
index c738959aca8c73bdb1f9ff1b7d197bd876b0034a..1422bacb65d954099e05922a1bdb924115e48979 100644 (file)
@@ -2236,14 +2236,6 @@ gtk_orientable_set_orientation
 #endif
 #endif
 
-#if IN_HEADER(__GTK_OLD_EDITABLE_H__)
-#if IN_FILE(__GTK_OLD_EDITABLE_C__)
-gtk_old_editable_changed
-gtk_old_editable_claim_selection
-gtk_old_editable_get_type G_GNUC_CONST
-#endif
-#endif
-
 #if IN_HEADER(__GTK_OPTION_MENU_H__)
 #if IN_FILE(__GTK_OPTION_MENU_C__)
 gtk_option_menu_get_history