mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Remove gtk_toggle_button_set_state() from GtkToggleButton
This commit is contained in:
parent
4325501301
commit
caca8a9696
@ -88,10 +88,6 @@ void gtk_toggle_button_set_inconsistent (GtkToggleButton *toggle_button,
|
||||
gboolean gtk_toggle_button_get_inconsistent (GtkToggleButton *toggle_button);
|
||||
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
#define gtk_toggle_button_set_state gtk_toggle_button_set_active
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_TOGGLE_BUTTON_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user