PyGObject-Tutorial icon indicating copy to clipboard operation
PyGObject-Tutorial copied to clipboard

Missing docs for Gtk.InfoBar

Open vanillajonathan opened this issue 8 years ago • 3 comments

There is no documentation for Gtk.InfoBar.

Edit: Fixed wrong link. https://developer.gnome.org/gtk3/stable/GtkInfoBar.html

vanillajonathan avatar Mar 12 '17 20:03 vanillajonathan

  • Those docs are for pygtk which is a dead project
  • What does that have to do with this project?
  • The docs are here: http://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/InfoBar.html#Gtk.InfoBar

TingPing avatar Mar 12 '17 20:03 TingPing

That is just the API reference, there are no documentation for it on readthedocs.

vanillajonathan avatar Mar 12 '17 20:03 vanillajonathan

Please note that the main purpose of this project is to provide examples for the most important parts of the GTK+3 API, i.e., I don't intend to cover every single detail of the GTK+3 API. At the moment, I have to plans to add additional sections. I'd happily accept merge requests, though, in case you are interested in contributing to the project.

sebp avatar Mar 25 '17 21:03 sebp