gtkmm
no matching function for call to ‘Gtk::Main::run(window (&)())
I guess I\'m not understanding something about C++: I have this code: #include \"window.h\" int main(int argc, char* argv[]) {[详细]
2023-01-08 04:59 分类:问答Wake Thread On Signal
I have a programming that is drawing realtime animations to a gtkmm window.I have my main thread gui thread and a worker threa that renders a frame of the animation to a image surface using cairo.The[详细]
2023-01-04 07:14 分类:问答Monitoring UDP socket in glib(mm) eats up CPU time
I have a GTKmm Windows application (built with MinGW) that receives UDP packets (no sending). The socket is native winsock and I use glibmm IOChannel to connect it to the application main loop. The so[详细]
2023-01-03 07:28 分类:问答Reporting library for Linux / C++ / Gtk? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-02 09:19 分类:问答GTKMM/C++ Window Event on losing/regaining focus?
How can I call a function whenever my GTKMM app l开发者_StackOverflowoses or regains focus?Connect handlers to the window\'s focus-in-event and focus-out-event.[详细]
2023-01-01 01:37 分类:问答Shaped windows in gtkmm
How do I create shaped windows in Gtkmm. The shape must be defined using ca开发者_运维知识库iromm.Cairo and GTK+ are not directly relevant with shaped windows.[详细]
2022-12-25 19:00 分类:问答Retrieving Gtk::Widget's relative position: get_allocation() doesn't work
I need to retrieve the position of a Gtk::Widget relative to its parent, a Gtk::Table. Most sources (e.g. http://library.gnome.org/devel/gtk-faq/stable/x642.html) say that one needs to call Gtk::Widge[详细]
2022-12-23 21:28 分类:问答Gtkmm - "Gdk::Window::pointer_grab" troubles
I am programming an FPS (First Person Shooter) game using \"Gtkmm\" as a window manager and I would like to do the \"mouse-look\". Therefore, I have to \"grab\" the mouse pointer to redirect all the m[详细]
2022-12-19 19:58 分类:问答GTKMM on RHEL3?
How can I install GTKMM on a Red Hat enterprise Li开发者_开发知识库nux 3?Dag Wieers has packages available for EL3. Don\'t expect anything recent though.[详细]
2022-12-19 13:56 分类:问答Gtk::MessageDialog Run throws a segmentation fault
Hi I\'m trying to show an error mesaage using a dialogbox. However when I run the code I get segm开发者_如何学Pythonentation fault.[详细]
2022-12-18 15:12 分类:问答