def draw(self):
        if posso("PW"):
            AnagraficaArticoliPromoWearExpand.treeViewExpand(self, self.anagrafica_filter_treeview)
        else:
            self._treeViewModel = self.standard_liststore
            #self.promowear_expander_semplice.destroy()
            self.filter_promowear.destroy()

        self.anagrafica_filter_treeview.set_model(self._treeViewModel)
        self.id_famiglia_articolo_filter_combobox.set_wrap_width(int(setconf("Numbers", "combo_column"))or 2)
        self.id_categoria_articolo_filter_combobox.set_wrap_width(int(setconf("Numbers", "combo_column")) or 2)

        self.clear()
        self.altri_filtri_frame.hide()