a question about creating outlook 2007 like toolbar using gtk+!

2010-12-12 Thread Guofu Chen
Hi all, I am trying to create my own standalone application toolbar like the one in outlook 2007. so those are the features that I am looking for: 1. able to tear off the toolbar from the application and dock it on the screen 2. able to put the toolbar back to the application 3. able to put more

Re: Building multiple backends on on same system

2010-12-12 Thread Alexander Larsson
On Fri, 2010-12-10 at 13:57 -0500, Matthias Clasen wrote: On Fri, Dec 10, 2010 at 1:29 PM, Alexander Larsson al...@redhat.com wrote: On Wed, 2010-12-08 at 23:28 -0500, Matthias Clasen wrote: On Tue, Dec 7, 2010 at 7:33 AM, Alexander Larsson al...@redhat.com wrote: On Mon, 2010-12-06 at

Re: Building multiple backends on on same system

2010-12-12 Thread Matthias Clasen
On Sun, Dec 12, 2010 at 1:37 PM, Alexander Larsson al...@redhat.com wrote: backend. Yes, I am going to bring it back. I see you added it back as it was before (i.e. a copy of the main one). I dunno if it is very important, but the idea i had was to make e.g. gtk +-3.0-x11.pc just depend on

How to get file type when G_FILE_MONITOR_EVENT_DELETED?

2010-12-12 Thread Vikram Ambrose
How do you figure out the file type inside GFileMonitor's changed callback when the GFileMonitorEvent is a G_FILE_MONITOR_EVENT_DELETED? I was erroneously using g_file_query_file_type()!=G_FILE_TYPE_DIRECTORY, without actually looking at the return value, until recently discovered that since

Re: How to get file type when G_FILE_MONITOR_EVENT_DELETED?

2010-12-12 Thread Lex Trotman
On 12 December 2010 19:09, Vikram Ambrose noel.ambr...@gmail.com wrote: How do you figure out the file type inside GFileMonitor's changed callback when the GFileMonitorEvent is a G_FILE_MONITOR_EVENT_DELETED? I was erroneously using g_file_query_file_type()!=G_FILE_TYPE_DIRECTORY, without

Re: How to get file type when G_FILE_MONITOR_EVENT_DELETED?

2010-12-12 Thread Vikram Ambrose
On 12/12/2010 05:10 AM, Lex Trotman wrote: On 12 December 2010 19:09, Vikram Ambrosenoel.ambr...@gmail.com wrote: How do you figure out the file type inside GFileMonitor's changed callback when the GFileMonitorEvent is a G_FILE_MONITOR_EVENT_DELETED? I was erroneously using

Re: How to get file type when G_FILE_MONITOR_EVENT_DELETED?

2010-12-12 Thread Lex Trotman
On 13 December 2010 07:08, Vikram Ambrose noel.ambr...@gmail.com wrote: On 12/12/2010 05:10 AM, Lex Trotman wrote: On 12 December 2010 19:09, Vikram Ambrosenoel.ambr...@gmail.com  wrote: How do you figure out the file type inside GFileMonitor's changed callback when the GFileMonitorEvent is

Re: GtkRecentFilter and GtkFileFilter

2010-12-12 Thread Erick Pérez Castellanos
Hi: I was using GtkRecentChooser interface a little a few days ago and I realize you can add filters to the list of recent files and realize the GtkRecentFilter class could easily inherit from GtkFileFilter Why is this not like this ? because the filtering machinery is not available to

Re: cursor for display segv

2010-12-12 Thread Torsten Schoenfeld
On 09.12.2010 01:05, Kevin Ryde wrote: I don't think it's the bindings' responsibility to do something about this. What about a few words below, only because it's one of those things were seemingly innocent perl code can crash. Thanks. Committed.