27#ifndef _vdk_hlbutton_h
29#define _vdk_hlbutton_h
30#include <vdk/evlisthandle.h>
31#include <vdk/vdkcustombutton.h>
43 VDKPixbuf* normal_pix, *pixellated_pix, *darkened_pix;
46 bool OnClickRelease (
VDKObject*, GdkEvent*);
47 bool OnClickPress (
VDKObject*, GdkEvent*);
59 const char *label = NULL,
60 unsigned int type=VDK_CBUTTON_UNTOGGLED|VDK_CBUTTON_NORMAL,
61 GtkPositionType position=GTK_POS_RIGHT);
72 const char *label = NULL,
73 unsigned int type=VDK_CBUTTON_UNTOGGLED|VDK_CBUTTON_NORMAL,
74 GtkPositionType position=GTK_POS_RIGHT);
Provides a raw image wrapping GdkPixbuf This class should in time substitute VDKRawPixmap that from n...
Definition: rawpixbuf.h:41