Skip to content

Commit 884b029

Browse files
authored
Constants: deprecate STYLE_CLASS_FRAME (#844)
1 parent e307eca commit 884b029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace Granite {
6161
/**
6262
* Style class for adding a border to {@link Gtk.ListBox}, {@link Gtk.InfoBar}, and others
6363
*/
64-
[Version (since = "7.1.0")]
64+
[Version (deprecated = true, deprecated_since = "7.7.0", replacement = "has_frame = true, Granite.CssClass.CARD, or Gtk.Frame", since = "7.1.0")]
6565
public const string STYLE_CLASS_FRAME = "frame";
6666
/**
6767
* Style class for large primary text as seen in {@link Granite.Widgets.Welcome}

0 commit comments

Comments
 (0)