Re: GtkGLExt (was Re: Gtk 3.0)

2009-12-04 Thread Braden McDaniel
, currently the API has users make_current and then do the begin/end stuff at the GL level.) But I'd like to get us a bit farther along in doing that paring down before discussing this in depth. -- Braden McDaniel e-mail: bra...@endoframe.com http://endoframe.com Jabber

Crash processing g_object_new arguments

2009-11-09 Thread Braden McDaniel
, expect_initial_stream_id, pspec); Clues appreciated. -- Braden McDaniel bra...@endoframe.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: Crash processing g_object_new arguments

2009-11-09 Thread Braden McDaniel
On Mon, 2009-11-09 at 09:32 +0100, Nicola Fontana wrote: Il giorno Mon, 09 Nov 2009 03:24:04 -0500 Braden McDaniel bra...@endoframe.com ha scritto: Clearly the Address ... out of bounds looks fishy; but I'm just not seeing what could be a problem there; and I'm wondering if gdb isn't

Re: trauma spliting source into multiple files and applying autotools

2009-07-21 Thread Braden McDaniel
) to AM_LDFLAGS. -- Braden McDaniel bra...@endoframe.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: trauma spliting source into multiple files and applying autotools

2009-07-20 Thread Braden McDaniel
against having make clean remove files that are not the product of a make invocation. DISTCLEANFILES = .deps/*.P I don't know why this would be necessary. -- Braden McDaniel bra...@endoframe.com ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: trauma spliting source into multiple files and applying autotools

2009-07-20 Thread Braden McDaniel
On Tue, 2009-07-21 at 12:20 +1000, Mick wrote: On Mon, 20 Jul 2009 12:17:32 -0400 Braden McDaniel bra...@endoframe.com wrote: On Mon, 2009-07-20 at 11:22 +1000, Mick wrote: [snip] compiling with: gcc -Wall -g -o tutor main.c -export-dynamic `pkg-config --cflags --libs gtk

Re: Why isn't my custom widget getting mapped?

2008-08-21 Thread Braden McDaniel
On Tue, 2008-08-19 at 00:19 -0400, Braden McDaniel wrote: [snip] What might I have neglected to do (or unwittingly done) that would result in this? The problem here was that I thought GtkBin was doing more for me than it actually does and I wasn't overriding a few necessary functions

Why isn't my custom widget getting mapped?

2008-08-18 Thread Braden McDaniel
attached to controlhost never gets called. What might I have neglected to do (or unwittingly done) that would result in this? -- Braden McDaniel e-mail: [EMAIL PROTECTED] http://endoframe.comJabber: [EMAIL PROTECTED

Custom widgets with GtkBuilder

2008-07-21 Thread Braden McDaniel
(openvrml-player:25152): Gtk-CRITICAL **: gtk_file_chooser_add_filter: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed I have a feeling that I've overlooked something and GtkBuilder isn't creating the widget correctly; any ideas? -- Braden McDaniel e-mail

Re: GtkFileChooserDialog: response from Location

2007-02-07 Thread Braden McDaniel
On Wed, 2007-02-07 at 20:56 -0500, Braden McDaniel wrote: It seems that--by default, at least--pressing Enter in the Location entry of a GtkFileChooserDialog does not constitute a response (that is, it does not close the dialog). Can this be changed? Or can it be fudged? Nevermind. I just

Attaching an event source to a GMainLoop in a thread

2006-12-03 Thread Braden McDaniel
about the proper way to attach the event source, perhaps related to the fact that I'm not doing this in the main thread. -- Braden McDaniel e-mail: [EMAIL PROTECTED] http://endoframe.comJabber: [EMAIL PROTECTED

Re: Attaching an event source to a GMainLoop in a thread

2006-12-03 Thread Braden McDaniel
On Sun, 2006-12-03 at 19:05 +, Chris Vine wrote: On Sunday 03 December 2006 10:26, Braden McDaniel wrote: I have a GMainLoop that I want to run in its own thread. But I seem to b doing something horribly wrong with the event source I'm trying to attach to it (all as part of the same

Calling g_main_loop_quit from another thread

2006-02-05 Thread Braden McDaniel
seems to work fine. Is there some way to get the call to g_main_loop_quit from another thread to work? -- Braden McDaniel e-mail: [EMAIL PROTECTED] http://endoframe.comJabber: [EMAIL PROTECTED] ___ gtk

Re: Callback on GIOChannel shutdown?

2006-01-16 Thread Braden McDaniel
On Mon, 2006-01-16 at 10:13 +0200, Tor Lillqvist wrote: Braden McDaniel writes: I expected the callback associated with this watch to be called after I shut down data.command_channel with g_io_channel_shutdown; however, that doesn't appear to be the case. You misunderstood what

Callback on GIOChannel shutdown?

2006-01-15 Thread Braden McDaniel
with g_io_channel_shutdown; however, that doesn't appear to be the case. Is there some other way I can receive notification that the channel has been shut down? -- Braden McDaniel e-mail: [EMAIL PROTECTED] http://endoframe.comJabber: [EMAIL PROTECTED