Searched refs:ptype (Results 1 – 2 of 2) sorted by relevance
801 enum prop_type ptype; in on_back_clicked() local804 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()805 if (ptype != P_MENU) in on_back_clicked()1033 enum prop_type ptype; in on_treeview2_button_press_event() local1034 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()1036 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()1168 enum prop_type ptype; in fill_row() local1184 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()1185 switch (ptype) { in fill_row()1457 enum prop_type ptype; in display_tree() local[all …]
701 enum prop_type ptype; in contentsMouseReleaseEvent() local723 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseReleaseEvent()724 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()763 enum prop_type ptype; in contentsMouseDoubleClickEvent() local774 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseDoubleClickEvent()775 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in contentsMouseDoubleClickEvent()