entry: Always render like with is_cellrenderer
And remove the API to set that variable. If you want the entry to not fill its whole allocated area, gtk_widget_set_valign (entry, GTK_ALIGN_FILL); will give you the old behavior.
This commit is contained in:
		| @ -86,8 +86,6 @@ gchar*   _gtk_entry_get_display_text       (GtkEntry *entry, | ||||
| void     _gtk_entry_get_borders            (GtkEntry  *entry, | ||||
|                                             GtkBorder *borders); | ||||
| GtkIMContext* _gtk_entry_get_im_context    (GtkEntry  *entry); | ||||
| void     _gtk_entry_set_is_cell_renderer   (GtkEntry  *entry, | ||||
|                                             gboolean   is_cell_renderer); | ||||
| void     _gtk_entry_grab_focus             (GtkEntry  *entry, | ||||
|                                             gboolean   select_all); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Benjamin Otte
					Benjamin Otte