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, w

Re: GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-04-04 Thread Kristian Rietveld
Hello, Could you more precisely describe what you think is wrong? I quickly tested with GTK+ trunk and I do not see any problems. It is indeed the case that one row is basically always selected (both with single and browse mode) and the main difference between browse and single mode is that in b

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 a

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

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