GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
pixmapFuncDataTransparent Class Reference

class to pass for creating a transparent XPM overlay on a button More...

#include <Buttons.H>

Collaboration diagram for pixmapFuncDataTransparent:
Collaboration graph
[legend]

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...
 

Detailed Description

class to pass for creating a transparent XPM overlay on a button

Definition at line 67 of file Buttons.H.

Member Data Documentation

gpointer pixmapFuncDataTransparent::data

The data to pass to func when the button it pressed.

Definition at line 74 of file Buttons.H.

void(* pixmapFuncDataTransparent::func)(void *arg1, void *arg2)

The function to call when the button is pressed.

Definition at line 73 of file Buttons.H.

const char** pixmapFuncDataTransparent::imageXPM

The pointer to the image for overlaying on the button.

Definition at line 72 of file Buttons.H.


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