I have a tree view with 3 columns.
Sometimes the first column has a quite huge width what causes the right
column (number 3) disapear.
Is there a way to make such a column never disapear?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
Hi;
On Sun, 12 Aug 2018 at 12:33, c.buhtz--- via gtk-app-devel-list <
gtk-app-devel-list@gnome.org> wrote:
> Below you see a minimal working example using Gtk.FileChooserNative as
> a file-open dialog. While running with Python 3.6.6 I recieve
> this warning message
>
> "GtkDialog mapped without
Below you see a minimal working example using Gtk.FileChooserNative as
a file-open dialog. While running with Python 3.6.6 I recieve
this warning message
"GtkDialog mapped without a transient parent. This is discouraged."
I understand the logic behind it but can not find a solution BECAUSE
the do