#include <gtk/gtk.h>
#include "ut_vector.h"
#include <string>
Go to the source code of this file.
Functions |
| void | XAP_makeGtkComboBoxText (GtkComboBox *combo, GType secondaryType) |
| void | XAP_makeGtkComboBoxText2 (GtkComboBox *combo, GType secondaryType, GType tertiaryType) |
| void | XAP_populateComboBoxWithIndex (GtkComboBox *combo, const UT_GenericVector< const char * > &vec) |
| void | XAP_appendComboBoxTextAndInt (GtkComboBox *combo, const char *text, int value) |
| void | XAP_appendComboBoxTextAndString (GtkComboBox *combo, const char *text, const char *value) |
| void | XAP_appendComboBoxTextAndStringString (GtkComboBox *combo, const char *text, const char *value1, const char *value2) |
| void | XAP_appendComboBoxTextAndIntString (GtkComboBox *combo, const char *text, int value1, const char *value2) |
| int | XAP_comboBoxGetActiveInt (GtkComboBox *combo) |
| std::string | XAP_comboBoxGetActiveText (GtkComboBox *combo) |
| bool | XAP_comboBoxSetActiveFromIntCol (GtkComboBox *combo, int col, int value) |
| | set the active item based on a column value
|
Function Documentation
| void XAP_appendComboBoxTextAndInt |
( |
GtkComboBox * |
combo, |
|
|
const char * |
text, |
|
|
int |
value | |
|
) |
| | |
| void XAP_appendComboBoxTextAndIntString |
( |
GtkComboBox * |
combo, |
|
|
const char * |
text, |
|
|
int |
value1, |
|
|
const char * |
value2 | |
|
) |
| | |
| void XAP_appendComboBoxTextAndString |
( |
GtkComboBox * |
combo, |
|
|
const char * |
text, |
|
|
const char * |
value | |
|
) |
| | |
| void XAP_appendComboBoxTextAndStringString |
( |
GtkComboBox * |
combo, |
|
|
const char * |
text, |
|
|
const char * |
value1, |
|
|
const char * |
value2 | |
|
) |
| | |
| int XAP_comboBoxGetActiveInt |
( |
GtkComboBox * |
combo |
) |
|
| std::string XAP_comboBoxGetActiveText |
( |
GtkComboBox * |
combo |
) |
|
| bool XAP_comboBoxSetActiveFromIntCol |
( |
GtkComboBox * |
combo, |
|
|
int |
col, |
|
|
int |
value | |
|
) |
| | |
| void XAP_makeGtkComboBoxText |
( |
GtkComboBox * |
combo, |
|
|
GType |
secondaryType | |
|
) |
| | |
| void XAP_makeGtkComboBoxText2 |
( |
GtkComboBox * |
combo, |
|
|
GType |
secondaryType, |
|
|
GType |
tertiaryType | |
|
) |
| | |
| void XAP_populateComboBoxWithIndex |
( |
GtkComboBox * |
combo, |
|
|
const UT_GenericVector< const char * > & |
vec | |
|
) |
| | |