Home
last modified time | relevance | path

Searched refs:show_compounds (Results 1 – 7 of 7) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Bio/Graphics/
H A DKGML_vis.py118 show_compounds=True, argument
127 self.show_compounds = show_compounds
191 if self.show_compounds:
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dhandle_menu.c453 if (stk_get_choice(view_compounds,0)!=v->show_compounds) in handle_dialog()
455 v->show_compounds = !v->show_compounds; in handle_dialog()
H A Dcompound.c336 if ((mob!=NULL && ob==mob) || view->show_compounds || gc==blackxorgc) in draw_compound()
353 if (view->show_compounds && (ob!=mob)) in draw_compound()
H A Dkeyboard.c369 if (v->show_compounds) in handle_keypress()
H A Dnew_doc.c315 vp->show_compounds = compound_outlines; in new_view0()
H A Devent_loop.c482 if (v->show_compounds) in handle_event()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Dfigurine.h494 Boolean show_compounds; /* dashgc round compound bbox */ member