开发者

Find / Generate documentation for Gtk, Gdk, GdkPixbuf, [closed]

开发者 https://www.devze.com 2023-03-07 07:25 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers. 开发者_JS百科

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

Where can I find proper documentation on the Python objects Gtk, Gdk,... from gi.repository ? I'm stuck with using dir() and it's of the utmost annoyance...

To sum it up: heelp!

(NOTE: the pygtk doc is too outdated, I'm using pygobject)


I haven't found online documentation but you can use the help command from python interactive prompt, like:

>>> import gi
>>> help(gi)

Help on package gi:

NAME
    gi

FILE
    /usr/lib/pymodules/python2.6/gtk-2.0/gi/__init__.py

DESCRIPTION
...


The GTK/GDK documentation can be found here: http://www.pygtk.org/docs/pygtk/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号