On 2000/Jul/12, Rosa Mannini wrote:
> I'm using some clists in my projects. I would like to make some cells not
> visible but I wasn't able to do this. Infact I found only the way to do
> invisible rows or columns but also GTK+ documentation says nothing about
> cells.
You can't directly. There is nothing in the CList API to do this.
You will need to simulate it by hand. For example, make an intermediate
layer between your program and CList. Your program will only know this
intermediate layer, that offers all the functions of CList and also the "not
visible cell" function. This layer calls CList morphing the values to put
blanks at the invisible cells. Of course the right way of doing it is
extending the CList class, but you can do it in any way you like.
Regards
--
__
)_) \/ / / email: mailto:[EMAIL PROTECTED]
/ \ / (_/ www : http://programacion.mundivia.es/ryu
[ GGL + IRCore + GAnSO developer ] & [ GPUL member ]
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.