Icon in a gtk.Entry

Yann Leboulanger yann.le_boulanger at u-paris10.fr
Fri Jan 25 11:27:17 EST 2008


johnthawk at excite.com wrote:
> 
> Hello all,
> 
> I have two thing I wish to accomplish, First, put an icon in a gtk.Entry as in many search boxes. Second put a gtk.Checkbox in a gtk.ComboboxEntry. On the later I thought I could get a handle to the Combobox tree and then add a column and then column span column 1 back into column 0 , thus a gtk.ToggelRender would be visible in column 0. But I had no luck getting a handle to the Combobox  tree.

For the first one, look at libsexy: http://www.chipx86.com/wiki/Libsexy

For using a ToggleRenderer, look at pygtk tuto:
http://pygtk.org/pygtk2tutorial/sec-CellRenderers.html#sec-ActivatableToggleCells

-- 
Yann



More information about the Python-list mailing list