6

I'm trying to develop a Gtk application using glade, but got stuck with creating GtkHeaderBars.

In this video, it says, the feature of HeaderBars would already be implemented in Glade: https://www.youtube.com/watch?v=Sw3Gn7Ms76E
But neither the option for Client side decorations, nor the actual Headerbar widget seem to exist in the latest Glade version (3.18.3)

Is there a workaround for that?

I know, you can code these things by hand, but I would like to intergrate it into my Glade workflow.

1 Answers1

1

I think that you can use JHBUILD (https://developer.gnome.org/jhbuild/stable/) to build the current git- or development-version of Glade. The video was probably done the same way.

tobias47n9e
  • 2,233
  • 3
  • 28
  • 54