Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
XApp = modules['XApp']._introspection_module
__all__ = []
class GtkWindow(XApp.GtkWindow):
pass
class GtkButton(XApp.IconChooserButton):
pass
class GtkBin(XApp.StackSidebar):
pass
GtkWindow = override(GtkWindow)
GtkButton = override(GtkButton)
GtkBin = override(GtkBin)
__all__.append('GtkWindow')
__all__.append('GtkButton')
__all__.append('GtkBin')