Пример #1
0
    def __init__(self):
        """
        Create a new widget backed by the give glade file (assumed to be in data/).
        The initial_widget_names is a list of widgets to pull in as instance
        variables.
        """
        self.log = logging.getLogger(__name__ + '.' + self.__class__.__name__)

        self.builder = ga_Gtk.Builder()