diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-30 15:04:00 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-31 10:04:26 -0500 |
commit | d140411698ec71cc775625988c39e57b7d2cd11c (patch) | |
tree | 432352c3f6e84968a232c215e56f8229b412c060 /gtk/gtkentryprivate.h | |
parent | 3ca795d447868aaa03af5c4cf669b6f5271c309c (diff) | |
download | gtk+-d140411698ec71cc775625988c39e57b7d2cd11c.tar.gz |
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.
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r-- | gtk/gtkentryprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h index bc90cff2e0..b3709db2f8 100644 --- a/gtk/gtkentryprivate.h +++ b/gtk/gtkentryprivate.h @@ -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__ */ |