Re: Window decorations
- From: Vlad Harchev <hvv hippo ru>
- To: Omar Barneto <obarneto hasar com>
- Cc: "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: Window decorations
- Date: Wed, 5 Jul 2000 19:10:22 +0500 (SAMST)
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
> gtk-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
Best regards,
-Vlad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]