Re: editing clist cells



Anyone has a solution? Or maybe another way for editing clist cells?
Is there a way to insert a _widget_ that overlaps the clist in gtk?
Anyone knows an app, that has implemented something like that?

gnucash ( http://www.gnucash.org ) has solution called register which
implements these features. Browse source code on it's homepage.
In GTK this is not implemented, although there are lot of of requests.
I'm beginner, I don't know to say what's the reasons.

<FROM_API_DOC>

enum GtkCellType

typedef enum
{
  GTK_CELL_EMPTY,
  GTK_CELL_TEXT,
  GTK_CELL_PIXMAP,
  GTK_CELL_PIXTEXT,
  GTK_CELL_WIDGET
} GtkCellType;


Identifies the type of element in the current cell of the CList. Cells can
contain text, pixmaps, or both. Unfortunately support for GTK_CELL_WIDGET
was never completed.

</FROM_API_DOC>



Thanks in advance.
 Markus.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]