[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
xlib code avoidance
- From: Harold Campbell <hcamp muerte net>
- To: gtk-list redhat com
- Subject: xlib code avoidance
- Date: Thu, 01 Jul 1999 10:54:53 -0500
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);
--
Harold
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]