Skip to content
Advertisement

Tag: gtkmm

Eclipse 3.8 won’t see gtkmm.h

I’m quite new to C++ and I aspire to learn gtkmm. I’m using linux mint 17.2 and Eclipse 3.8. When I enter:#include <gtkmm.h> the compiler will complain and give this error: I’ve used synaptic and installed libgtkmm-3.0-dev and when I search for the header file locate gtkmm.h I get back the following path: So, now if enter to eclipse #include

gtkmm, how to set a tool bar?

I want to have my toolbar at the top of the window, not vertically expanding and I want the entry to expand horizontally. Here a code : main.cc I don’t understand what is the difference between expand and fill, there are two functions, set_hexpand() and set_vexpand() whatever I tried (the last two hours) with these functions I always get the

Advertisement