Skip to content

Instantly share code, notes, and snippets.

@iamutkarshtiwari
Created February 10, 2016 22:02
Show Gist options
  • Save iamutkarshtiwari/5024762d0e8924b52085 to your computer and use it in GitHub Desktop.
Save iamutkarshtiwari/5024762d0e8924b52085 to your computer and use it in GitHub Desktop.
class ToolButton(Gtk.ToolButton, Gtk.DrawingArea):
__gtype_name__ = 'SugarToolButton'
def __init__(self, icon_name=None, **kwargs):
self._accelerator = None
self._tooltip = None
self._palette_invoker = ToolInvoker()
GObject.GObject.__init__(self, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment