What does `class HelloWorld : public Gtk::Window` mean?

前端 未结 3 1055
面向向阳花
面向向阳花 2021-01-25 06:33

I\'m following the Gtk \"Hello World\" tutorial found here, and I\'ve come across a line in a class declaration I\'ve never seen before (I\'ve only been learning to program for

3条回答
  •  不知归路
    2021-01-25 07:32

    I just want to point out that you should either be using the 3.0 branch of gtkmm or you should use the stable branch of the tutorial.link text

    The 3.0 branch of gtkmm is still under development, and you should expect a few "surprises" now and then.

提交回复
热议问题