You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
To right-justify a column's cells in a TreeView, I tried to set the xalign property on the column's CellRendererText. However, that seems to fail with "property can't be set from the given type". I'm having a difficult time finding an example to follow, and I'm not finding the documentation helpful in resolving this.
Wow, it just clicked right now as happen to glance at the C library docs. It needs to be &1.0f32 since that's a gfloat in the docs.
Could this bug thus be changed to a feature request (just edited the title) for a clearer error?
marcianx
changed the title
Setting xalign property on CellRendererText fails
Setting xalign property with an f64 on CellRendererText fails with an unhelpful error
Nov 14, 2019
To right-justify a column's cells in a
TreeView
, I tried to set thexalign
property on the column'sCellRendererText
. However, that seems to fail with "property can't be set from the given type". I'm having a difficult time finding an example to follow, and I'm not finding the documentation helpful in resolving this.Minimal reproducible program:
The text was updated successfully, but these errors were encountered: