news download themes documentation links










FbTk::GContext Class Reference

wrapper for X GC More...

#include <GContext.hh>

List of all members.

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)
GContextoperator= (const GContext &copy_gc)
GContextoperator= (GC copy_gc)
GC gc () const


Detailed Description

wrapper for X GC

Definition at line 38 of file GContext.hh.


Member Function Documentation

void FbTk::GContext::copy const GContext gc  ) 
 

! TODO: copy our extended gcontext

Definition at line 79 of file GContext.cc.

References copy(), and gc().

00079                                       {
00080     // copy X gc
00081     copy(gc.gc());
00082     
00084 
00085 }


The documentation for this class was generated from the following files:

Fluxbox CVS-Jan-2003




      



Got comments about the page? Send them to webmaster.
If you have general Fluxbox related questions ask them on our irc channel or mailing lists.

Show Source








Designed by aLEczapKA