gtk3-rs icon indicating copy to clipboard operation
gtk3-rs copied to clipboard

Inconsistent column number types

Open donaldcallen opened this issue 6 years ago • 2 comments

The type of the column indices for some procedures, such as gtk::prelude::TreeStoreExtManual::set, are u32, whereas in other case, such as gtk::TreeModelExt::get_value, the column index type is i32. This is inconsistent and results in unnecessary casting when the column indices for stores/models are defined as consts.

donaldcallen avatar Mar 27 '18 15:03 donaldcallen

@GuillaumeGomez sound like this should be moved to gtk3-rs?

sophie-h avatar Jun 26 '21 11:06 sophie-h

Indeed. Transferring the issue.

GuillaumeGomez avatar Jun 26 '21 15:06 GuillaumeGomez