How to get list of all functions and classes from GTK-rs(rust)?

Hi,

How can I get list of all objects its functions in gtk-rs?

I want to generate similar list to this one:

gtk::Label:
new( Some( <&str> )) # Label function

set_max_width_chars(<i32>) # LabelExt function

show() # Widget function

etc.

In which context do you want to get these lists?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.