Re: xlib code avoidance
- From: Owen Taylor <otaylor redhat com>
- To: Harold Campbell <hcamp muerte net>
- Cc: gtk-list redhat com
- Subject: Re: xlib code avoidance
- Date: 01 Jul 1999 12:34:52 -0400
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]