Remove deprecated text and text_length field in GtkEntry
These fields have been superseded by GtkEntryBuffer.
This commit is contained in:
		| @ -67,17 +67,12 @@ struct _GtkEntry | ||||
| { | ||||
|   GtkWidget  widget; | ||||
|  | ||||
|   gchar       *GSEAL (text);                        /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */ | ||||
|  | ||||
|   guint        GSEAL (editable) : 1; | ||||
|   guint        GSEAL (visible)  : 1; | ||||
|   guint        GSEAL (overwrite_mode) : 1; | ||||
|   guint        GSEAL (in_drag) : 1;	            /* FIXME: Should be private? | ||||
|                                                        Dragging within the selection */ | ||||
|  | ||||
|   guint16      GSEAL (text_length);                 /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */ | ||||
|   guint16      GSEAL (text_max_length);             /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */ | ||||
|  | ||||
|   /*< private >*/ | ||||
|   GdkWindow    *GSEAL (text_area); | ||||
|   GtkIMContext *GSEAL (im_context); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen