Skip to content

Instantly share code, notes, and snippets.

View brodock's full-sized avatar

Gabriel Mazetto brodock

View GitHub Profile
# -*- coding: utf-8 -*-
import gtk
class TinyButton(gtk.ToolButton):
'''a simple and tiny button'''
def __init__(self, stock):
'''constructor'''
gtk.ToolButton.__init__(self)