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
labelFuncData Class Reference

class to pass using operator<< for creating a label button More...

#include <Buttons.H>

Collaboration diagram for labelFuncData:
Collaboration graph
[legend]

Public Attributes

char * str
 The label to show in 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 using operator<< for creating a label button

Definition at line 30 of file Buttons.H.

Member Data Documentation

gpointer labelFuncData::data

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

Definition at line 38 of file Buttons.H.

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

The function to call when the button is pressed.

Definition at line 37 of file Buttons.H.

char* labelFuncData::str

The label to show in the button.

Definition at line 36 of file Buttons.H.


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