We have a recent request for GtkBuilder support for GtkFileChooserNative, see
I am wondering why the GtkFileChooserNative is missing, while most other buildable widgets are supported automatically by our generator script.
In https://developer.gnome.org/gtk4/stable/GtkFileChooserNative.html buildable seems to be not mentioned.
And from the gir files we get:
grep -C24 GtkFileChooserNative /usr/share/gir-1.0/Gtk-3.0.gir | grep implements
<implements name="FileChooser"/>
[1]+ Done gedit /usr/share/gir-1.0/Gtk-3.0.gir
salewski@nuc ~/gintrotest/tests $ grep -C24 GtkFileChooser /usr/share/gir-1.0/Gtk-3.0.gir | grep implements
<implements name="Atk.ImplementorIface"/>
<implements name="Actionable"/>
<implements name="Activatable"/>
<implements name="Buildable"/>
implements the #GtkFileChooser interface unless you are trying to
file. It implements the #GtkFileChooser interface. Visually, it is a
<implements name="Atk.ImplementorIface"/>
<implements name="Buildable"/>
<implements name="FileChooser"/>
<implements name="Orientable"/>
implements the #GtkFileChooser interface and must not have
<implements name="Atk.ImplementorIface"/>
<implements name="Buildable"/>
<implements name="FileChooser"/>
<implements name="FileChooser"/>
<implements name="Atk.ImplementorIface"/>
<implements name="Buildable"/>
<implements name="FileChooser"/>
<implements name="Orientable"/>
So may there be a good reason that buildable is not supported?