[pygtk] exact geometry of Entry()
Anton Empl
anton.empl at gmail.com
Mon Dec 15 17:30:07 WST 2008
Hi to the list,
after reading and spending more time with this I did arrive at a
possible solution to the the before mentioned problem.
using a rcstyle file one is able to set the 'inner-border' property of
the Entry widget. not really elegant but is does work and permits to
character align adjacent 2 entry widgets above a 3rd entry widget of
combined length.
so the question now turns into: how is one to change the
'inner-border' property in code. reading the manual it does sound as
if one should be able to do it.
gtk.Entry offers both get_inner_border() and
set_inner_border(border) but the first always returns None and as
type it shows GBoxed which I guess should resolve into a gtk.Boder
type - but how is one to make one of these?
sorry to ask again but am I missing something?
thanks,
Anton
More information about the pygtk
mailing list