|
| Pixmap () |
|
| Pixmap (int width, int height) |
|
| Surface () |
|
| Surface (int width, int height) |
|
virtual | ~Surface (void) |
|
GtkWidget * | getWidget (void) |
|
cairo_surface_t * | getSurface (void) |
|
void | setSurface (cairo_surface_t *surface_) |
|
void | clear () |
|
| Widget () |
| Construcotr. More...
|
|
| Widget (GtkWidget *w) |
|
virtual | ~Widget () |
| Destructor. More...
|
|
GtkWidget * | ref (void) |
|
void | unref (void) |
|
GtkWidget * | show (void) |
|
GtkWidget * | hide (void) |
|
bool | getVisible (void) |
|
GtkWidget * | getWidget (void) |
|
bool | getSensitive (void) |
|
void | setSensitive (bool sens) |
|
void | getSize (int &width, int &height) |
|
virtual void | setSize (int width, int height) |
|
void | getLocationSize (int &x, int &y, int &width, int &height) |
|
void | queueDraw () |
|
GdkWindow * | getWindow () |
|
void | connect (const char *event, GCallback callback, gpointer data) |
|
void | connectAfter (const char *event, GCallback callback, gpointer data) |
|
void | connectExposeEventCallback (GCallback callback, void *data) |
|
void | connectExposeEventCallback (GtkWidget *w, GCallback callback, void *data) |
|
void | connectConfigureEventCallback (GCallback callback, void *data) |
|
void | connectConfigureEventCallback (GtkWidget *w, GCallback callback, void *data) |
|
Widget & | operator<< (DragNDrop &dnd) |
|
Widget & | operator>> (DragNDrop &dnd) |
|
|
virtual gboolean | configureEvent (GdkEventConfigure *event) |
|
virtual bool | exposeEvent () |
|
void | destroySurface (void) |
|
void | init (int width, int height) |
|
void | connectDamagedCallback (GCallback callback, void *data) |
|
virtual bool | checkDropValidity (GtkWidget *w, GtkWidget *sourceWidget, int info, const unsigned char *selectionStoredData) |
|
virtual bool | dragDataReceived (GtkWidget *w, GtkWidget *sourceWidget, int info, const unsigned char *selectionStoredData, int length) |
|
virtual void | dragLeave (GtkWidget *w, GtkWidget *sourceWidget) |
|
virtual bool | dragMotion (GtkWidget *w, GtkWidget *sourceWidget, int x, int y) |
|
virtual int | chooseTheTargetToUse (GtkWidget *w, GtkWidget *sourceWidget, DragNDrop &dnd) |
|
virtual void | dragDataGet (GtkWidget *w, GtkSelectionData *selectionData, guint info) |
|
virtual void | dragDataDelete (GtkWidget *w) |
|
virtual void | dragBegin (GtkWidget *w) |
|
virtual void | dragEnd (GtkWidget *w) |
|
static gboolean | configureEventStatic (GtkWidget *widget, GdkEventConfigure *event, gpointer data) |
|
static gboolean | exposeEventStatic (GtkWidget *widget, GdkEventExpose *event, gpointer data) |
|
cairo_surface_t * | surface |
| The backing surface for the drawing area. More...
|
|
GtkWidget * | widget |
| The container based widget. More...
|
|
This class should not be used in new code, unless it uses old versions of GTK. Switch to using the Surface class.
- Examples:
- CairoArrowTest.C, and PixmapTest.C.
Definition at line 39 of file Pixmap.H.