Export privately. Adjust all callers.

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkentryprivate.h:
	* gtk/gtkentry.c (_gtk_entry_effective_inner_border): Export
	privately. Adjust all callers.

	* gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use it
	here to get the actual inner border.  (#349429, Benjamin Berg)
This commit is contained in:
Matthias Clasen
2006-08-15 18:52:14 +00:00
committed by Matthias Clasen
parent 52398c8354
commit 83e9b96337
6 changed files with 33 additions and 22 deletions

View File

@ -210,12 +210,6 @@ void gtk_entry_set_editable (GtkEntry *entry,
gboolean editable);
#endif /* GTK_DISABLE_DEPRECATED */
/* private */
void _gtk_entry_get_borders (GtkEntry *entry,
gint *xborder,
gint *yborder);
G_END_DECLS
#endif /* __GTK_ENTRY_H__ */