Sign up

What's the rationale of keeping GApplicationFlags in gtk.ApplicationWIndow instead of gtkc.gtktypes?

Especially considering when most of the enums are in gtktypes.

Re: What's the rationale of keeping GApplicationFlags in gtk.ApplicationWIndow instead of gtkc.gtktypes?

On 10/9/18 9:49 PM, aedt wrote:

Especially considering when most of the enums are in gtktypes.

The enum is defined in gio.c.types, modules from gio will publicly
import that module so in most cases you don't need to explicitly import it.