Re: Gtkmm memory managament question and warning question

2009-05-14 Thread Murray Cumming
On Wed, 2009-05-13 at 19:59 -0500, Adrián Ortega wrote: */Question 1:/* I'm building a GUI with Glade 3.6.3 (project file format GtkBuilder) and everything is shown on screen nicely. From what I've read in the .pdf book programming with gtkmm every widget that has a parent will be

Re: does anyone use gtkglextmm successfully?

2009-05-14 Thread 明覺
On Thu, May 14, 2009 at 8:54 AM, Mitchell Laks ml...@post.harvard.edu wrote: you are having a direct rendering problem because your opengl drivers for amd64 are faulty. the sample programs work normally, no seg faults for normal system 386 OR amd64 with nvidia drivers normally installed.

Re: Removing widgets in the main loop from another thread

2009-05-14 Thread Damon Register
Chris Vine wrote: object whose method is being executed via Glib::Dispatcher. Deriving that object from sigc::trackable would avoid executing (via a signal) one of its non-static methods after it has ceased to exist; but it would not prevent a segfault when the main loop tries to look-up the

Potential error in Programming with gtkmm Ch. 17, Paste section

2009-05-14 Thread Jason Curole
Hi all, In the chapter 17 paste section example Discovering the available targets, the example code sets a callback to on_clipboard_received_targets: refClipboard-request_targets( sigc::mem_fun(*this, ExampleWindow::on_clipboard_received_targets) ); which is defined as: void

Using Stock icons...

2009-05-14 Thread Sever P A
Hello, I just created two buttons for putting the two arrows up down inside each of them... like this, (...) Gtk::Button m_button_up (Gtk::Stock::GO_UP), Gtk::Button m_button_down (Gtk::Stock::GO_DOWN), (...) Doing all this (so, using stock images...), is there any way to quit label texts that

Gtkmm-forge Digest, Vol 36, Issue 7

2009-05-14 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to gtkmm-fo...@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to

Re: Removing widgets in the main loop from another thread

2009-05-14 Thread Chris Vine
On Thu, 14 May 2009 11:17:52 -0400 Damon Register damon.w.regis...@lmco.com wrote: I am working on a small test app in order to understand how to use Glib::Thread. I have read the Glib::Thread reference at http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Thread.html and

Re: Maemo5 Maemomm support?

2009-05-14 Thread 3rdShift
Murray, thanks for the new packages - I will try to use them in a short while. --Vlad On Tue, 2009-05-12 at 19:39 +0200, Murray Cumming wrote: On Thu, 2009-04-30 at 18:28 +0200, Murray Cumming wrote: On Thu, 2009-04-30 at 16:48 +0300, Lassi Väätämöinen wrote: Hi, Will the maemomm