Home
last modified time | relevance | path

Searched refs:friendButton (Results 1 – 10 of 10) sorted by path

/dports/irc/dxirc/dxirc-1.40.0/qt/dialogs/
H A Dconfigdialog.cpp699 QVBoxLayout *friendButton = new QVBoxLayout; in createNotificationTab() local
702 friendButton->addWidget(m_friendAdd); in createNotificationTab()
705 friendButton->addWidget(m_friendModify); in createNotificationTab()
708 friendButton->addWidget(m_friendDelete); in createNotificationTab()
709 friendButton->addStretch(1); in createNotificationTab()
726 friendLayout->addLayout(friendButton); in createNotificationTab()
/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DPreferences.c3812 static GtkWidget* addRadioButtonColorMapToATable(GtkWidget* table, GtkWidget* friendButton, gchar* … in addRadioButtonColorMapToATable() argument
3816 if(friendButton) in addRadioButtonColorMapToATable()
3817 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonColorMapToATable()
/dports/science/gabedit/GabeditSrc251_300720/src/FireFly/
H A DFireFlyMolecule.c873 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
877 if(friendButton) in addRadioButtonToATable()
878 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()
/dports/science/gabedit/GabeditSrc251_300720/src/Gamess/
H A DGamessMolecule.c817 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
821 if(friendButton) in addRadioButtonToATable()
822 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()
/dports/science/gabedit/GabeditSrc251_300720/src/MPQC/
H A DMPQCMolecule.c371 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
375 if(friendButton) in addRadioButtonToATable()
376 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()
/dports/science/gabedit/GabeditSrc251_300720/src/Molcas/
H A DMolcasGateWay.c1252 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
1256 if(friendButton) in addRadioButtonToATable()
1257 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()
H A DMolcasOptimization.c120 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
124 if(friendButton) in addRadioButtonToATable()
125 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()
/dports/science/gabedit/GabeditSrc251_300720/src/Symmetry/
H A DMoleculeSymmetryInterface.c452 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
456 if(friendButton) in addRadioButtonToATable()
457 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DGabeditContoursPlot.c6034 static GtkWidget* addRadioButtonColorMapToATable(GtkWidget* table, GtkWidget* friendButton, gchar* … in addRadioButtonColorMapToATable() argument
6038 if(friendButton) in addRadioButtonColorMapToATable()
6039 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonColorMapToATable()
H A DPovrayUtils.c60 static GtkWidget* addRadioButtonToATable(GtkWidget* table, GtkWidget* friendButton, gchar* label, g… in addRadioButtonToATable() argument
64 if(friendButton) in addRadioButtonToATable()
65 …_radio_button_new_with_label( gtk_radio_button_get_group (GTK_RADIO_BUTTON (friendButton)), label); in addRadioButtonToATable()