Re: identify unused functions?

2008-04-04 Thread Bernd Jendrissek
On Tue, Apr 1, 2008 at 12:06 AM, Brian J. Tarricone [EMAIL PROTECTED] wrote: G Hasse wrote: There is NO way to clerify all unused functions in a program. You could call functions by their addresses and those addresses could be calculated in runtime. So you don't know... This is

Re: Video overlay problem

2008-04-04 Thread Gabriele Greco
On 3/30/08, Colm Aengus Murphy [EMAIL PROTECTED] wrote: It looks like the video is being overlayed over all tabs. The only widget that it doesn't get overlayed on is a gtktextview widget. Any ideas on how I can ensure the video is only ever seen in its own tab ? Add a GtkEventBox to the

Re: TreeView indent-expanders style property

2008-04-04 Thread Kristian Rietveld
On Mon, Mar 24, 2008 at 03:50:29PM -0600, Jeffrey Barish wrote: Does anyone know what the indent-expanders style property does? Can I use indent-expanders to achieve this effect? Is there a way to achieve it? The point is to avoid wasting space on lines that don't require an expander

Re: GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-04-04 Thread Carlos Pereira
Thanks for replying! I certainly would be glad if proved wrong, but I see three problems here, two are human interface issues, the other is a technical issue. 1) In GtkTreeview with GtkListStore, show always the first item as default,

Re: gtk_widget_ensure_style() and gtk_widget_style_get()

2008-04-04 Thread BJörn Lindqvist
2008/4/2 Christian Neumair [EMAIL PROTECTED]: Today I experienced an odd lockup in Nautilus (cf. attachment for the full backtrace). The innermost frames are: #1 0xb6e783ee in bsearch () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7c50047 in _gtk_style_peek_property_value () from

Re: GTK+ Website Review - Final Draft

2008-04-04 Thread Andreas Nilsson
Emmanuel Briot wrote: Actually, I meant to do that too, but must have forgotten. I agree, we should only show bindings up to the version we support perhaps (is that 2.6 or 2.8? I can't remember). This list is not updated by anyone except us though. The problem is that it will definitely

Re: [Bug?] GtkStatusIcon bad default size when used with GtkIconFactory

2008-04-04 Thread Milan Bouchet-Valat
Brian J. Tarricone wrote: What happens when you create a new GtkIconSource here for the PNG icon? E.g.: iconSource = gtk_icon_source_new(); I'm not sure, but gtk probably doesn't make a copy of the GtkIconSource you add via gtk_icon_set_add_source(). So when you set the PNG filename a