G
Gombos Katalin
Pmw.ComboBox()
v = Pmw.ComboBox(self.f1,label_text=t,
labelpos='w',
labelmargin=3,
label_background=ke,
selectioncommand=csere,
scrolledlist_items=w)
my problems are:
How could I change the font type and size of label_text and
scrolled_list items?
Thanks in advance!
Katalin
v = Pmw.ComboBox(self.f1,label_text=t,
labelpos='w',
labelmargin=3,
label_background=ke,
selectioncommand=csere,
scrolledlist_items=w)
my problems are:
How could I change the font type and size of label_text and
scrolled_list items?
Thanks in advance!
Katalin