Top "Gtkmm" questions

gtkmm is the official C++ interface for the GUI library GTK+.

libstdc++: DSO missing from command line

I am having trouble implementing a gtkmm application's makefile. I have implemented a simple solution, however, I am getting the …

c++ makefile gtkmm
Problems compiling gtkmm

OS: Fedora 14 Compiler: g++ (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) I installed gtkmm24-devel from repository via yum. To make sure the …

c++ eclipse gtkmm
Should I learn GTK+ or GTKMM?

I am a C# programmer who started using ubuntu about 2 years ago. I'm wanting to learn GUI programming in either …

c++ c user-interface gtk gtkmm
How to get native windows decorations on GTK3 on Windows 7+ and MSYS2

I am trying to port my application from linux to windows and I have a problem with theming. In linux …

gtk gtk3 gtkmm msys2 gtkmm3
Glade treeview liststore data not visible, can't imagine why

I've got 99% 44/100 of everything working. I have a glade file, I use gtkbuilder to render it and voila it comes …

gtk glade gtkmm gtktreeview
Is it possible to use GTK+ with C++?

I am choosing a GUI toolkit for C++ to learn. I have done some searching online and most people suggest …

c++ c gtk gtkmm
How to disable buttons in GTK3

Windows API has a function called EnableWindow that disables controls so user can't interact with them any more. Is there …

c gtk gtk3 gtkmm
How to combat "Fatal IO error 11 (Resource temporarily unavailable) on X server" in multithreaded gtkmm application?

I am attempting to write a gtkmm application that uses C++11 multithreading. However, i keep running into Fatal IO error 11 (…

multithreading c++11 gtkmm
is GTK 3.x a real cross-platform solution?

I have tasted both Qt 4.x/5.x and GTKmm 3.x and I really like GTKmm over Qt. Now I have …

c++ gtk cross-platform gtkmm gtk3