Popup menus from Tree View headers?

2008-05-22 Thread John M Collins
I have an application which is displaying data in a tree view. I have got a popup menu to work satisfactorily from the body of the view but I should like to have a different popup menu relevant to the whole column in question displayed when the column header is right-clicked. It seems that the

Re: How to move, resize and redraw a window at the same time?

2008-05-22 Thread Havoc Pennington
Hi, 2008/5/19 Zhe Su [EMAIL PROTECTED]: So I'm wondering is there and method to move, resize and redraw a window at the same time to avoid flick? The underlying X window system doesn't support doing this, though it may in the future as compositing managers become the norm. The best you can

Creating a non-focused window

2008-05-22 Thread Tom Machinski
Hi, I wrote a simple GTK+ application that displays a popup window. The problem is that whenever the window is displayed, it immediately gets (steals) the focus. I would like to prevent that from happening: i.e., the window should be created and displayed, but it should not be focused, but

Re: Creating a non-focused window

2008-05-22 Thread James Scott Jr
Tom, This might be a opportunity to explore and use 'libnotify' and have a libnotify-popup present your message. As for your original question, I don't have an answer that I treid and know for certain will work. However, This is what I would try by changing my code; 1. I would reread the gtk