|
Public Member Functions |
|
| GContext (const FbTk::FbDrawable &drawable) |
| | for FbTk drawable
|
|
| GContext (Drawable drawable) |
| | for X drawable
|
|
| GContext (Drawable d, const FbTk::GContext &gc) |
|
void | setForeground (const FbTk::Color &color) |
|
void | setForeground (long pixel_value) |
|
void | setBackground (const FbTk::Color &color) |
|
void | setBackground (long pixel_value) |
|
void | setFont (const FbTk::Font &) |
| | not implemented
|
|
void | setFont (int fid) |
| | set font id
|
|
void | setClipMask (const FbTk::FbPixmap &mask) |
|
void | setClipOrigin (int x, int y) |
|
void | setGraphicsExposure (bool value) |
|
void | setFunction (int func) |
|
void | setSubwindowMode (int mode) |
|
void | setFillStyle (int style) |
|
void | setFillRule (int rule) |
|
void | copy (GC gc) |
| | ! TODO
|
| void | copy (const GContext &gc) |
|
GContext & | operator= (const GContext ©_gc) |
|
GContext & | operator= (GC copy_gc) |
|
GC | gc () const |