I'm adding ComboBoxEntry and a TreeStore as a model to a window. TreeStore contains only simple hierarchy of strings. Example: str1 str2 --> str3 str2 --> str4 My question is: Is it possible to make parent items in drop-down list selectable (str2 in example)? -- Kind regards, Sergey