Home
last modified time | relevance | path

Searched refs:FrameM (Results 1 – 2 of 2) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Gaussian/
H A DGInterfaceMethodeBase.c284 …EntryMethods[1][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[1][NM],_(" correlation :"),lis… in c_ci_combo()
290 …EntryMethods[2][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[2][NM],_(" Convergence :"),lis… in c_ci_combo()
296 …EntryMethods[3][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[3][NM],_(" Number of cycles :"… in c_ci_combo()
316 …EntryMethods[1][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[1][NM],_(" correlation :"),lis… in c_mp_combo()
324 …EntryMethods[2][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[2][NM],_(" Options :"),liste,n… in c_mp_combo()
445 …EntryMethods[2][NM] = create_combo_box_entry_liste(FrameM[NM],HboxM[2][NM],_(" Corrections :"),lis… in c_dft_combo()
464 …EntryMethods[1][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[1][NM],_(" Type :"),liste,nlis… in c_excited_combo()
470 …EntryMethods[2][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[2][NM],_(" NStates :"),liste,n… in c_excited_combo()
477 …EntryMethods[3][NM]= create_combo_box_entry_liste(FrameM[NM],HboxM[3][NM],_(" Root :"),liste,nlis… in c_excited_combo()
551 gtk_widget_show_all(FrameM[NM]); in traite_methods()
[all …]
H A DGaussGlobal.h42 GtkWidget* FrameM[NMETHODS]; variable