mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
entry: deprecate the progress-border style property
Since we don't use it anymore.
This commit is contained in:
parent
8dab59e5c9
commit
0e395ea5a2
@ -1375,13 +1375,17 @@ gtk_entry_class_init (GtkEntryClass *class)
|
||||
* The border around the progress bar in the entry.
|
||||
*
|
||||
* Since: 2.16
|
||||
*
|
||||
* Deprecated: 3.4: Use the standard margin CSS property;
|
||||
* the value of this style property is ignored.
|
||||
*/
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_boxed ("progress-border",
|
||||
P_("Progress Border"),
|
||||
P_("Border around the progress bar"),
|
||||
GTK_TYPE_BORDER,
|
||||
GTK_PARAM_READABLE));
|
||||
GTK_PARAM_READABLE |
|
||||
G_PARAM_DEPRECATED));
|
||||
|
||||
/**
|
||||
* GtkEntry:invisible-char:
|
||||
|
Loading…
Reference in New Issue
Block a user