Relative Content

Tag Archive for gtk4

how to manually move pages between notebooks in gtk4

I am working on an app that uses gtk bindings for ui elements, and I cannot figure out how to so something that seems like it should be simple. I want to be able to move the information contained in a notebook page to another notebook (eg move Page 1 from notebook_1 to notebook_2).