How to use PyGObject - 3 common examples

To help you get started, we’ve selected a few PyGObject examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github linuxmint / xapps / pygobject / XApp.py View on Github external
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')
github linuxmint / xapps / pygobject / XApp.py View on Github external
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')
github linuxmint / xapps / pygobject / XApp.py View on Github external
"""

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')

PyGObject

Python bindings for GObject Introspection

GPL-2.0
Latest version published 21 days ago

Package Health Score

70 / 100
Full package analysis