Is it possible to display the number of children for a Gtk object in GtkInspector ? ( say, when n_children > 5
)
E.g. to display a count next to the selected GtkListBox
, as below:
> GtkListBox (24)
Is it possible to display the number of children for a Gtk object in GtkInspector ? ( say, when n_children > 5
)
E.g. to display a count next to the selected GtkListBox
, as below:
> GtkListBox (24)
Not right now. IMHO it would make for a nice feature request, but I expect that’s best posted on GitLab so it doesn’t get lost.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.