gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

Add subclass for IconView #931

Closed GuillaumeGomez closed 4 years ago

GuillaumeGomez commented 4 years ago

Fixes #928.

r? @sdroege @EPashkin

Also, should we add an option in gir (or extend not_bound) to list not yet implemented subclasses?

sdroege commented 4 years ago

Also, should we add an option in gir (or extend not_bound) to list not yet implemented subclasses?

Currently gir does not know anything about subclassing

sdroege commented 4 years ago

:+1:

GuillaumeGomez commented 4 years ago

Currently gir does not know anything about subclassing

Then we need to "teach" it! :)

EPashkin commented 4 years ago

IMHO simpler just compare directory listing for src/auto+src and src/subclass

GuillaumeGomez commented 4 years ago

@EPashkin: The idea is mostly to motivate us into auto-generate subclasses. ;)

sdroege commented 4 years ago

Ok but let's merge this? :)

GuillaumeGomez commented 4 years ago

Yes sir!