class to pass using operator<< for creating an arrow button
More...
#include <Buttons.H>
|
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...
|
|
class to pass using operator<< for creating an arrow button
Definition at line 99 of file Buttons.H.
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: