forked from AuroraMiddleware/gtk
Remove deprecated code: GtkRadioButton
This commit is contained in:
parent
9e30bf3d60
commit
bf49830f07
@ -3031,7 +3031,6 @@ gtk_radio_button_new_with_label
|
||||
gtk_radio_button_new_with_label_from_widget
|
||||
gtk_radio_button_new_with_mnemonic
|
||||
gtk_radio_button_new_with_mnemonic_from_widget
|
||||
gtk_radio_button_group
|
||||
gtk_radio_button_set_group
|
||||
gtk_radio_button_get_group
|
||||
<SUBSECTION Standard>
|
||||
|
@ -176,13 +176,6 @@ as @radio_group_member.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_radio_button_group ##### -->
|
||||
<para>
|
||||
Deprecated compatibility macro. Use gtk_radio_button_get_group() instead.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_radio_button_set_group ##### -->
|
||||
<para>
|
||||
Sets a #GtkRadioButton's group. It should be noted that this does not change
|
||||
|
@ -85,10 +85,6 @@ GSList* gtk_radio_button_get_group (GtkRadioButton *radio
|
||||
void gtk_radio_button_set_group (GtkRadioButton *radio_button,
|
||||
GSList *group);
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
#define gtk_radio_button_group gtk_radio_button_get_group
|
||||
#endif
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_RADIO_BUTTON_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user