GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
class to pass for creating a transparent XPM overlay on a button More...
#include <Buttons.H>
Public Attributes | |
const char ** | imageXPM |
The pointer to the image for overlaying on the button. More... | |
void(* | func )(void *arg1, void *arg2) |
The function to call when the button is pressed. More... | |
gpointer | data |
The data to pass to func when the button it pressed. More... | |
class to pass for creating a transparent XPM overlay on a button
gpointer pixmapFuncDataTransparent::data |
void(* pixmapFuncDataTransparent::func)(void *arg1, void *arg2) |
const char** pixmapFuncDataTransparent::imageXPM |