Tagged Questions

0
votes
1answer
16 views

show image in gtkmm from integer array

I have an integer array with a gray scale image and I need to show it in my application. I'm programing in C++ with gtkmm and I can't find any widget like a canvas that allow you to show and access …
0
votes
1answer
69 views

Gtkmm - “Gtk::DrawingArea” in “Gtk::ScrolledWindow”?

Hello, I am making a GUI program using "gtkmm". I would like to draw some graphics to the "Gtk::DrawingArea" widget but I want that widget to be "resizable", so when I draw let's say a line from "(0, …
0
votes
1answer
23 views

fink doesn’t list gtkmm2.4

I'm trying to get started with gtkmm, and I'm using a mac. So I tried using fink to get it installed. Looking online, it seems to be up to date, but when I check on the command line fink list gtkmm …
0
votes
1answer
347 views

How can I display an OpenCV IplImage in Gtk+/Gtkmm?

I've got images as IplImage that I want to display in a small Gtkmm application. How can I convert them to something Gtk can display? Solved: IplImage* image; cvCvtColor(image, image, CV_BGR2RGB); …
1
vote
1answer
86 views

If I have two instances of Glib::IOChannel, they block until both written. What is the correct way to do this?

I have modified the example found here to use two io channels. None of the callbacks seem to be called before I have written to both channels. After that they are called individually when writing to …
1
vote
2answers
111 views

How to update Gtk::TreeModel::Row from external function

Currently I'm developing a multi-thread application. I use a TreeView to display the states of each thread, one row per thread. There are mainly two classes: Main GUI class containing TreeView class …
0
votes
2answers
156 views

Stacking widgets in Gtk+

Is there a way in Gtk+ to stack one widget on top of another -- not counting GtkFixed? GtkFixed doesn't work well for two reasons: 1) I need Z order, and 2) I need one widget to stretch and fill …
0
votes
1answer
111 views

glibmm timeout signal

I'm working on a plugin for a smaller application using gtkmm. The plugin I'm working on checks certain conditions (the date had changed and a new day started) after every minute and starts some …
0
votes
2answers
155 views

gtkmm: update gui from other thread?

I am using gtkmm (and glibmm), and I would like to update the GUI from another thread. I have followed the example on …
0
votes
1answer
54 views

Segfault when calling Gtkmm textBuffer->insert

I'm just learning about gtkmm for c++. I'm having trouble getting a simple TextBuffer to add a new line of text. I have a class called OutputBox which is an HBox with a TextViewer (called messages) …
0
votes
1answer
93 views

Why won’t Gtk’s button_press_event receive single left clicks?

I am trying to set up an add-tab button in a Gtk::Notebook (gtkmm). I am doing this by drawing a pixmap to a calculated position -- that works just fine. However, when trying to receive events for it, …
0
votes
2answers
381 views

Gtkmm Tutorial?

Where can I find a Gtkmm tutorial? I'm primarily a C# programmer, but I also know C++.
1
vote
2answers
97 views

How to remove the GtkTreeView sorting arrow?

I need to remove the sorting arrow from a column header. This can be done by calling set_sort_indicator(false) on the column. The arrow isn't displayed, but the space for it seems to still be …
0
votes
2answers
87 views

Gtk+ mouse pointer leave-area event

I need to detect when the mouse pointer leaves an area in a GtkNotebook. Normally this is possible with the motion_notify event, but if the pointer is moved fast enough, the event is not triggered. …
2
votes
5answers
716 views

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 or C++. I don't really like mono, it tends to crash on my system. I have a basic …

1 2 next
15 30 50 per page