Improve docs for focus-line-pattern

This commit is contained in:
William Jon McCann 2014-01-23 16:23:24 -05:00
parent a2ccb6601e
commit 0426abd3c6

View File

@ -3467,7 +3467,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_widget_class_install_style_property (klass,
g_param_spec_string ("focus-line-pattern",
P_("Focus line dash pattern"),
P_("Dash pattern used to draw the focus indicator"),
P_("Dash pattern used to draw the focus indicator. The character values are interpreted as pixel widths of alternating on and off segments of the line."),
"\1\1",
GTK_PARAM_READABLE));
gtk_widget_class_install_style_property (klass,