8 #ifndef __KVDropDownDialog_H
9 #define __KVDropDownDialog_H
#define RQ_OBJECT(sender_class)
#define ClassDef(name, id)
Ask user to choose between several options in a drop-down list.
TGTextButton * fCancelBut
Cancel button.
TString * fAnswer
the answer to the question
Bool_t * fOK
set to kTRUE if OK button is pressed
KVDropDownDialog(const TGWindow *main, const Char_t *question, const Char_t *choice_list, const Char_t *default_choice, TString *chosen, Bool_t *ok)
virtual ~ KVDropDownDialog()
TGComboBox * fDropDown
drop down list
TGTextButton * fOKBut
OK button.
int main(int argc, char **argv)