gtk3-rs
gtk3-rs copied to clipboard
Inconsistent column number types
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.
@GuillaumeGomez sound like this should be moved to gtk3-rs?
Indeed. Transferring the issue.