#include <rviewUtils.hh>
|
| rviewChoice (wxPanel *parent, int n, char *choices[], char *label="X", int x=-1, int y=-1, int w=-1, int h=-1, long style=0) |
|
| rviewChoice (wxPanel *parent, int n, const char *choices[], char *label="X", int x=-1, int y=-1, int w=-1, int h=-1, long style=0) |
|
rviewChoice::rviewChoice |
( |
wxPanel * |
parent, |
|
|
int |
n, |
|
|
char * |
choices[], |
|
|
char * |
label = "X" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 , |
|
|
long |
style = 0 |
|
) |
| |
rviewChoice::rviewChoice |
( |
wxPanel * |
parent, |
|
|
int |
n, |
|
|
const char * |
choices[], |
|
|
char * |
label = "X" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 , |
|
|
long |
style = 0 |
|
) |
| |
The documentation for this class was generated from the following file: