class to pass using operator<< for creating a toggle button with a label  
 More...
#include <Buttons.H>
|  | 
|  | ToggleFuncData (void) | 
|  | 
|  | ToggleFuncData (const string &s, GCallback f, gpointer d) | 
|  | 
|  | ToggleFuncData (const char *s, GCallback f, gpointer d) | 
|  | 
|  | ToggleFuncData (const char *s, void(*f)(void *, void *), gpointer d) | 
|  | 
|  | 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 * | 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 toggle button with a label 
Definition at line 115 of file Buttons.H.
◆ ToggleFuncData() [1/4]
  
  | 
        
          | ToggleFuncData::ToggleFuncData | ( | void |  | ) |  |  | inline | 
 
 
◆ ToggleFuncData() [2/4]
  
  | 
        
          | ToggleFuncData::ToggleFuncData | ( | const string & | s, |  
          |  |  | GCallback | f, |  
          |  |  | gpointer | d |  
          |  | ) |  |  |  | inline | 
 
 
◆ ToggleFuncData() [3/4]
  
  | 
        
          | ToggleFuncData::ToggleFuncData | ( | const char * | s, |  
          |  |  | GCallback | f, |  
          |  |  | gpointer | d |  
          |  | ) |  |  |  | inline | 
 
 
◆ ToggleFuncData() [4/4]
  
  | 
        
          | ToggleFuncData::ToggleFuncData | ( | const char * | s, |  
          |  |  | void(*)(void *, void *) | f, |  
          |  |  | gpointer | d |  
          |  | ) |  |  |  | inline | 
 
 
The documentation for this class was generated from the following file: