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

class to pass using operator<< for creating an arrow button More...

#include <Buttons.H>

Collaboration diagram for arrowFuncData:
Collaboration graph
[legend]

Public Attributes

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...
 
GtkArrowType whichArrow
 The type of arrow to create {GTK_ARROW_UP, GTK_ARROW_DOWN, GTK_ARROW_LEFT, GTK_ARROW_RIGHT, GTK_ARROW_NONE}. More...
 
GtkShadowType whichShadow
 The shadow to use {GTK_SHADOW_NONE, GTK_SHADOW_IN, GTK_SHADOW_OUT, GTK_SHADOW_ETCHED_IN, GTK_SHADOW_ETCHED_OUT}. More...
 

Detailed Description

class to pass using operator<< for creating an arrow button

Definition at line 99 of file Buttons.H.

Member Data Documentation

gpointer arrowFuncData::data

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

Definition at line 106 of file Buttons.H.

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

The function to call when the button is pressed.

Definition at line 105 of file Buttons.H.

GtkArrowType arrowFuncData::whichArrow

The type of arrow to create {GTK_ARROW_UP, GTK_ARROW_DOWN, GTK_ARROW_LEFT, GTK_ARROW_RIGHT, GTK_ARROW_NONE}.

Definition at line 107 of file Buttons.H.

GtkShadowType arrowFuncData::whichShadow

The shadow to use {GTK_SHADOW_NONE, GTK_SHADOW_IN, GTK_SHADOW_OUT, GTK_SHADOW_ETCHED_IN, GTK_SHADOW_ETCHED_OUT}.

Definition at line 108 of file Buttons.H.


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