gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
PixmapFuncDataTransparent Class Reference

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

#include <Buttons.H>

Inheritance diagram for PixmapFuncDataTransparent:
[legend]
Collaboration diagram for PixmapFuncDataTransparent:
[legend]

Public Member Functions

 PixmapFuncDataTransparent (const char **i, void(*f)(void *, void *), gpointer d)
 
 PixmapFuncDataTransparent (const char **i, GCallback f, gpointer d)
 
 PixmapFuncDataTransparent (void)
 
- Public Member Functions inherited from AnyFuncData
 AnyFuncData (void)
 
 AnyFuncData (const string &s, GCallback f, gpointer d)
 
 AnyFuncData (const char *s, GCallback f, gpointer d)
 
 AnyFuncData (const char *s, void(*f)(void *, void *), gpointer d)
 

Public Attributes

const char ** imageXPM
 The pointer to the image for overlaying on the button. More...
 
- Public Attributes inherited from AnyFuncData
const char * str
 The label to show in the button. More...
 
void(* func )()
 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 98 of file Buttons.H.

Constructor & Destructor Documentation

◆ PixmapFuncDataTransparent() [1/3]

PixmapFuncDataTransparent::PixmapFuncDataTransparent ( const char **  i,
void(*)(void *, void *)  f,
gpointer  d 
)
inline

Definition at line 100 of file Buttons.H.

◆ PixmapFuncDataTransparent() [2/3]

PixmapFuncDataTransparent::PixmapFuncDataTransparent ( const char **  i,
GCallback  f,
gpointer  d 
)
inline

Definition at line 103 of file Buttons.H.

◆ PixmapFuncDataTransparent() [3/3]

PixmapFuncDataTransparent::PixmapFuncDataTransparent ( void  )
inline

Definition at line 106 of file Buttons.H.

Member Data Documentation

◆ imageXPM

const char** PixmapFuncDataTransparent::imageXPM

The pointer to the image for overlaying on the button.

Definition at line 109 of file Buttons.H.


The documentation for this class was generated from the following file:
gtkIOStream: PixmapFuncDataTransparent Class Reference
GTK+ IOStream  Beta