class to pass using operator<< for creating an arrow button
More...
#include <Buttons.H>
|
| ArrowFuncData (void) |
|
| ArrowFuncData (void(*f)(void *, void *), gpointer d, GtkArrowType at, GtkShadowType sh, GtkWidget *a) |
|
| ArrowFuncData (GCallback f, gpointer d, GtkArrowType at, GtkShadowType sh, GtkWidget *a) |
|
| 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) |
|
|
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...
|
|
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 an arrow button
Definition at line 126 of file Buttons.H.
◆ ArrowFuncData() [1/3]
ArrowFuncData::ArrowFuncData |
( |
void |
| ) |
|
|
inline |
◆ ArrowFuncData() [2/3]
ArrowFuncData::ArrowFuncData |
( |
void(*)(void *, void *) |
f, |
|
|
gpointer |
d, |
|
|
GtkArrowType |
at, |
|
|
GtkShadowType |
sh, |
|
|
GtkWidget * |
a |
|
) |
| |
|
inline |
◆ ArrowFuncData() [3/3]
ArrowFuncData::ArrowFuncData |
( |
GCallback |
f, |
|
|
gpointer |
d, |
|
|
GtkArrowType |
at, |
|
|
GtkShadowType |
sh, |
|
|
GtkWidget * |
a |
|
) |
| |
|
inline |
◆ whichArrow
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 140 of file Buttons.H.
◆ whichShadow
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 141 of file Buttons.H.
The documentation for this class was generated from the following file: