| View previous topic :: View next topic |
| Author |
Message |
syn
Joined: 12 May 2006 Posts: 46 Location: Hamburg
|
Posted: Fri Nov 03, 2006 12:04 am Post subject: Margins in GtkTreeview - How to remove them? |
|
|
Is it possible, to remove/change the margins between the cells in the treeview? There are gaps between each cell.... I have images in cells. So, spaces arent needed here.
I think about something like
margin: 0 0 10px 0;
Is there a way to do this in php-gtk2? |
|
| Back to top |
|
 |
syn
Joined: 12 May 2006 Posts: 46 Location: Hamburg
|
Posted: Fri Nov 03, 2006 12:26 am Post subject: |
|
|
To see, what i´m talking about take a look at this screenshot.
In the main treeview, there are screenshot in the second cell. There are margins beween each cell. How to remove them? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Nov 03, 2006 12:40 am Post subject: |
|
|
| Good question. I guess you have to look at the gtk+ docs for treeview and cell renderer, maybe one of them has some attributes that can be changed. |
|
| Back to top |
|
 |
|