Re: xlib code avoidance




Harold Campbell <hcamp@muerte.net> writes:

> Is there a "gdk" way of doing the following?
> 
>         xattr.save_under = False;
>         xattr.backing_store = NotUseful;
>         XChangeWindowAttributes(GDK_DISPLAY(), GDK_WINDOW_XWINDOW(win),
>                         CWSaveUnder | CWBackingStore, &xattr);

Well, since these are the default attributes (except for
GDK_WINDOW_TEMP windows), I might say "do nothing". But otherwise,
what you have is the only way of changing those attributes.

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]