There are methods named #exampleXXX that- "open" something (the UI-Widget examples for example open a widget/window/dialog ...)- create an instance for the object class this method is defined (see all methods tagged with pragma <gtExample>
��And what concrete tool you try to implement?The little "play-icon" in Nautilus currently depends on the method name, if it is named #exapleXXX, treatit as example method that *opens something*GTInspector provides a "instance example" (E.g.)-tab. You can see a list of example methods that *create instances* (and inspect them)
��If it is special "examples" tab when inpecting/browsing classes why it should be restricted to working only with instances of given class?If it *opens* a window/ a Morph or anything else, this is a side-effect the glamour team don't want, because they intend to use this example-instance-creation for other
things as well (for example: automatic testing).