#include <libheraia.h>
Data Fields | |
GtkWidget * | category_cb |
GtkWidget * | type_cb |
ComboBox Widget for the category of the search. | |
GtkWidget * | feature_cb |
ComboBox Widget for the type of the data in the category. |
Definition at line 311 of file libheraia.h.
GtkWidget* fdft_t::category_cb |
Definition at line 313 of file libheraia.h.
Referenced by fdft_category_cb_changed(), fdft_prev_next_bt_clicked(), fdft_window_init_widgets(), and fdft_window_populate_category_cb().
GtkWidget* fdft_t::feature_cb |
ComboBox Widget for the type of the data in the category.
Definition at line 315 of file libheraia.h.
Referenced by fdft_category_cb_changed(), fdft_prev_next_bt_clicked(), and fdft_window_init_widgets().
GtkWidget* fdft_t::type_cb |
ComboBox Widget for the category of the search.
Definition at line 314 of file libheraia.h.
Referenced by fdft_category_cb_changed(), fdft_prev_next_bt_clicked(), and fdft_window_init_widgets().