Re: Transparent Draw Area

2008-09-29 Thread Thomas Dybdahl Ahle
You can not make widgets transparent, other than to the other windows/desktop. Thus in your case, you need to create a new gtk.Window, and lay it over the rest of your app. You use the POPUP flag to remove the window-border and some set_colormap(self.get_screen().get_rgba_colormap()) If you read

Rgba widgets

2008-09-17 Thread Thomas Dybdahl Ahle
Hi, Can anybody point me to some info on how I implement rgba widgets? That is widgets with the gdk window being transparent. -- Best Regards, Med Venlig Hilsen, Thomas Bomb, Riksdagen, Regeringen, Död, Terror, Mord, Planer, Muslimska brödraskapet, Alluah akbar, Kärnkraft Stop the Swedish

Re: Divided notebooks...

2008-08-31 Thread Thomas Dybdahl Ahle
søn, 31 08 2008 kl. 05:23 -0400, skrev Freddie Unpenstein: GTK provides the facility to have a GtkNotebook without tabs. But as far as I can tell, it doesn't provide the facility to have tabs without the notebook pages. It seems somehow strange to me, and causes people to hack together their

Re: Solved: How to make a gtktreeview column flexible?

2008-04-26 Thread Thomas Dybdahl Ahle
Interesting, and that make the text eclipse correctly as well? On Sat, 2008-04-26 at 11:16 +0100, Till Harbaum / Lists wrote: Hi, in have solved this problem. Here's the answer for reference: Instead of using gtk_tree_view_insert_column_with_attributes to insert a column, one might use

Re: Solved: How to make a gtktreeview column flexible?

2008-04-26 Thread Thomas Dybdahl Ahle
On Sat, 2008-04-26 at 12:16 +0100, Till Harbaum / Lists wrote: Am Samstag 26 April 2008 schrieb Thomas Dybdahl Ahle: Interesting, and that make the text eclipse correctly as well? You have to enable ellipsize seperately of course, but then yes, once the window is not wide enough the text

Manually refuse/accept notebook tab drop

2008-03-26 Thread Thomas Dybdahl Ahle
Hi, I'm having some problems with the notebook set_tab_detachable from gtk 2.10. If I set book.drag_dest_set(gtk.DEST_DEFAULT_MOTION, [(GTK_NOTEBOOK_TAB, gtk.TARGET_SAME_APP, 0xbadbeef)], gtk.gdk.ACTION_MOVE) on my notebook, I don't recieve any drag-drop events. If I set the same group_id on

Re: TreeView indent-expanders style property

2008-03-24 Thread Thomas Dybdahl Ahle
I looked into that a few weeks ago. I think the style property only worked when you hid the expanders. Applicatins like pidgin then create custom cellrendeners with expanders to make up for that. On Mon, 2008-03-24 at 15:50 -0600, Jeffrey Barish wrote: Does anyone know what the indent-expanders

Flat, expandable treeview

2008-03-10 Thread Thomas Dybdahl Ahle
Hey, How do you make the treeview expanders flat (no indent) like in pidgin? -- Best Regards, Med Venlig Hilsen, Thomas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Selecting cells in threeview

2008-02-08 Thread Thomas Dybdahl Ahle
Is there any way to select only a cell - not a row - in a gtk-treeview -- Best Regards, Med Venlig Hilsen, Thomas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list