Re: drawing stuff inside the TreeView

2005-06-23 Thread Alexei D
t; Dnia 22-06-2005, ¶ro o godzinie 11:17 -0700, Alexei > D napisa³: > > Tim, thank you VERY much for the answer! Just one > > question. You said: > > > > > use ready-made circles in form of GdkPixbufs. > > > > where do I find those ready-made icons

Toggle Button CellRenderer in GtkTreeView

2005-06-23 Thread Alexei D
Hi all, Is it possible to change the bg color of a toggle button in TreeView? TreeView actually displays either radio or check buttons (not toggle buttons). I know radio/check buttons do not have background, so I would have to put them in EventBox and change the color of the Eventbox. But I was w

The expander arrow (triangle) in TreeView

2005-06-22 Thread Alexei D
Hi, Are there any alternatives to the default triangle expander arrow in tree columns? For example, can I change them to +/- instead of a triangle? Thank you! Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Footb

Re: drawing stuff inside the TreeView

2005-06-22 Thread Alexei D
e please? Thanks, Alexei. --- Tim Müller <[EMAIL PROTECTED]> wrote: > On Wednesday 22 June 2005 17:18, Alexei D wrote: > > > I need to create a Tree widget that has 1 > column. > > Each row in the column should contain a small > circle > > and some te

drawing stuff inside the TreeView

2005-06-22 Thread Alexei D
Hi! I need to create a Tree widget that has 1 column. Each row in the column should contain a small circle and some text (filename) next to it. The color of the circle represents the file type. I have to draw circles myself with gdk_draw_arc(). But I cannot see how I can draw something inside th