Hi All,
Can some one please clarify what does attributes mean ?
The below code seems to confuse me
what does it mean by foreground taking the value of COLOR_COLUMN (which is 1)
enum { TEXT_COLUMN, COLOR_COLUMN, N_COLUMNS };
...
{
GtkTreeViewColumn *column;
GtkCellRenderer *renderer =
Hi list,
I need to select multiple rows in a treeview,
directly from my code, in MULTIPLE selection mode.
This is a very simple treemodel, only one column
with a string.
Unfortunately, although gtk_tree_selection_select_path()
seems to select the indicated rows, the background color
of the rows d
On Thu, 5 Nov 2009, Behdad Esfahbod wrote:
> On 11/05/2009 05:37 PM, Allin Cottrell wrote:
> >
> > I'm trying to write a function in such a way that (a) it doesn't
> > use currently deprecated code if that's avoidable while (b) it
> > builds OK against earlier versions of pango. I'd be grateful i
On 11/05/2009 05:37 PM, Allin Cottrell wrote:
I'm trying to write a function in such a way that (a) it doesn't
use currently deprecated code if that's avoidable while (b) it
builds OK against earlier versions of pango. I'd be grateful if
any pango expert could take a quick look at this and see i
I'm trying to write a function in such a way that (a) it doesn't
use currently deprecated code if that's avoidable while (b) it
builds OK against earlier versions of pango. I'd be grateful if
any pango expert could take a quick look at this and see if
anything looks wrong:
PangoLayout *gp_cairo_c
On Thu, 5 Nov 2009 06:28:36 -0800
Daniel Burrows wrote:
>
> I have what's probably a simple GTK+ problem, and I was wondering if
> anyone could give me a tip.
>
> I'm trying to write a custom widget (in GTK--) that would benefit
> from knowing whether it's currently visible or not. It seems