Home
last modified time | relevance | path

Searched refs:LiVESRadioButton (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper-qt.h2636 class LiVESRadioButton : public LiVESButtonBase, public QRadioButton {
2638 LiVESRadioButton() { in LiVESRadioButton() function
2642 LiVESRadioButton(QString qs) { in LiVESRadioButton() function
2655 ~LiVESRadioButton() { in ~LiVESRadioButton()
4541 #define LIVES_RADIO_BUTTON(a) ((LiVESRadioButton *)a)
H A Dwidget-helper-gtk.h478 typedef GtkRadioButton LiVESRadioButton; typedef
H A Dwidget-helper.h688 LiVESSList *lives_radio_button_get_group(LiVESRadioButton *);
H A Dwidget-helper.c4731 WIDGET_HELPER_GLOBAL_INLINE LiVESSList *lives_radio_button_get_group(LiVESRadioButton *rbutton) { in lives_radio_button_get_group()