class to pass using operator<< for creating a regular pixmap on a button  
 More...
#include <Buttons.H>
|  | 
|  | PixmapFuncData (const char **p, void(*f)(void *, void *), gpointer d) | 
|  | 
|  | PixmapFuncData (const char **p, GCallback f, gpointer d) | 
|  | 
|  | PixmapFuncData (void) | 
|  | 
|  | 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) | 
|  | 
|  | 
| const char ** | pixGtk | 
|  | The pixmap to show.  More... 
 | 
|  | 
| 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... 
 | 
|  | 
class to pass using operator<< for creating a regular pixmap on a button 
Definition at line 81 of file Buttons.H.
◆ PixmapFuncData() [1/3]
  
  | 
        
          | PixmapFuncData::PixmapFuncData | ( | const char ** | p, |  
          |  |  | void(*)(void *, void *) | f, |  
          |  |  | gpointer | d |  
          |  | ) |  |  |  | inline | 
 
 
◆ PixmapFuncData() [2/3]
  
  | 
        
          | PixmapFuncData::PixmapFuncData | ( | const char ** | p, |  
          |  |  | GCallback | f, |  
          |  |  | gpointer | d |  
          |  | ) |  |  |  | inline | 
 
 
◆ PixmapFuncData() [3/3]
  
  | 
        
          | PixmapFuncData::PixmapFuncData | ( | void |  | ) |  |  | inline | 
 
 
◆ pixGtk
      
        
          | const char** PixmapFuncData::pixGtk | 
      
 
The pixmap to show. 
Definition at line 92 of file Buttons.H.
 
 
The documentation for this class was generated from the following file: