entry: don't consider inner-border for allocation and layout
We want to deprecate the inner-border property and use the standard CSS border/padding properties. Start with replacing its uses in GtkEntry.
This commit is contained in:
		| @ -81,14 +81,11 @@ void     _gtk_entry_completion_popdown      (GtkEntryCompletion *completion); | ||||
|  | ||||
| void      _gtk_entry_get_borders            (GtkEntry  *entry, | ||||
|                                              GtkBorder *borders); | ||||
| void     _gtk_entry_effective_inner_border (GtkEntry  *entry, | ||||
| 					    GtkBorder *border); | ||||
| void     _gtk_entry_reset_im_context       (GtkEntry  *entry); | ||||
| GtkIMContext* _gtk_entry_get_im_context    (GtkEntry  *entry); | ||||
| void     _gtk_entry_set_is_cell_renderer   (GtkEntry  *entry, | ||||
|                                             gboolean   is_cell_renderer); | ||||
|  | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __GTK_ENTRY_PRIVATE_H__ */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Cosimo Cecchi
					Cosimo Cecchi