Public Member Functions | |
| void | expose (const Rectangle &) |
| void | sendxjunk () |
Static Public Member Functions | |
| CreatedWindow * | find (const Window *window) |
| void | create (Window *, XVisualInfo *, Colormap, int background=-1) |
| CreatedWindow * | set_xid (Window *, XWindow) |
Public Attributes | |
| XWindow | xid |
| XWindow | backbuffer |
| XWindow | frontbuffer |
| Window * | window |
| Region | region |
| CreatedWindow * | next |
| bool | wait_for_expose |
| bool | backbuffer_bad |
| bool | overlay |
| ::Cursor | cursor |
| const Widget * | cursor_for |
| Rectangle | current_size |
Static Public Attributes | |
| CreatedWindow * | first |
|
||||||||||||||||||||
|
This function calls XCreateWindow and sets things up so that xid(window) returns the created X window id. This also does a lot of other ugly X stuff, including setting the label, resize limitations, etc. The background is a pixel to use for X's automatic fill color, use -1 to indicate that no background filling should be done. |
|
||||||||||||
|
Set things up so that xid(window) returns winxid. Thus you will make that Window draw into an existing X window. |
©2006 Bill Spitzak and others.