Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-14 Thread Sean Kelley
All, On 5/14/06, Matt Hoosier <[EMAIL PROTECTED]> wrote: I'm a co-worker of the original poster on this thread. Part of the trouble with using a new dialog is that it allocates a new X11 window, which is not guaranteed to be alpha blended with the parent window. Platforms with a compositing X se

Problems with gtk calls

2006-05-14 Thread Sergey A. Teryohin
Hello It is necessary to run application in desktop-layer, and it should be seen on all virtual desktops, and it shouldn't be appeared in taskbar. The code below used for implementation of this concept: gtk_window_set_decorated((GtkWixfcendow *)window, false); gtk_window_set_policy((GtkWindow *)

Changing (default) keybindings

2006-05-14 Thread Enrico Tröger
Hi, is there an easy way of changing the default keybindings of stock items? For example in a file menu, a menu item with the stock id gtk-open gets (on my system) CTRL-O. Can this be changed and if how? I read a bit through the API, but didn't find a way. Thanks. Enrico -- Get my GPG key from

change cursor-color of GtkTextView

2006-05-14 Thread chabayo
Hello, just wanna now if it's possible another way to change the cursor-color of GtkTextView. Have it this way: // coloring gtk_widget_set_name ( GTK_WIDGET ( text_view ) , "code_view" ); gtk_rc_parse_string ( "style \"default-code_view\" { GtkTextView::cursor_color = \"red\"\n }\nwid

Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-14 Thread Matt Hoosier
I'm a co-worker of the original poster on this thread. Part of the trouble with using a new dialog is that it allocates a new X11 window, which is not guaranteed to be alpha blended with the parent window. Platforms with a compositing X server support this, but that's a little more difficult to ge