On Wed, 5 Jul 2000, Omar Barneto wrote:
>
> How can I set window decorations different from their default? For
> example, how can I eliminate borders from a TOP_LEVEL window, or how can
> I add borders to a POPUP window? I'm using Enlightenment as window
> manager.
> I used the gtk_window_set_decoration(GdkWindow
^d
> *w,GdkWMDecoration)function
> but it didn't work
I haven't used this function at all, but I guess you pass GtkWindow instead
of GdkWindow as the 1st argument of this function. Try
gdk_window_set_decorartions(GTK_WIDGET(widget)->window,GdkWMDecoration)
> Thanks for any help.
>
> Omar.
>
> _______________________________________________
> gtk-list mailing list
> [EMAIL PROTECTED]
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
Best regards,
-Vlad
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list