Resolved my issue, turns out I needed some voodoo with properties
$widgetpage{file_scroll}->set('propagate_natural_height','1');
$widgetpage{file_scroll}->set_vexpand(0);
On Mon, 18 Mar 2019 at 16:01, Mike Martin wrote:
> Is it possible to set different background for a treestore, with a
> lis
apologies I did resolve my issue , posted as wrong person
Resolved my issue, turns out I needed some voodoo with properties
$widgetpage{file_scroll}->set('propagate_natural_height','1');
$widgetpage{file_scroll}->set_vexpand(0);
On Tue, 19 Mar 2019 at 18:53, wrote:
>
> Hi Mike,
>
> Have you t
Hi Mike,
Have you tried
gtk_widget_set_vexpand(tree, FALSE);
on the treeview? This might work to show a different background color on the
unused space of the treeview.
I don't know if this is of any help but also remember that you can set
individual row colors in a treeview by having a col
Its not whether the row is empty, its whether it exists
On Mon, 18 Mar 2019 at 23:25, Daniel Kasak wrote:
> On Tue, Mar 19, 2019 at 3:01 AM Mike Martin via gtk-app-devel-list <
> gtk-app-devel-list@gnome.org> wrote:
>
>> Is it possible to set different background for a treestore, with a
>> lists
Its not whether the row is empty, its whether it exists
On Mon, 18 Mar 2019 at 23:25, Daniel Kasak wrote:
> On Tue, Mar 19, 2019 at 3:01 AM Mike Martin via gtk-app-devel-list <
> gtk-app-devel-list@gnome.org> wrote:
>
>> Is it possible to set different background for a treestore, with a
>> lists
On Tue, Mar 19, 2019 at 3:01 AM Mike Martin via gtk-app-devel-list <
gtk-app-devel-list@gnome.org> wrote:
> Is it possible to set different background for a treestore, with a
> liststore, for populated rows v blank area.
>
> ie: If I have a dynamic treeview I would like to have one background colo