forked from AuroraMiddleware/gtk
docs: Don't mention deprecated API in gtk_widget_set_visible
That statement is true, but since that API is deprecated, it doesn't need to be there anymore to avoid confusing people.
This commit is contained in:
parent
5a3156a8b7
commit
553fde9761
@ -5664,10 +5664,6 @@ gtk_widget_get_state_flags (GtkWidget *widget)
|
||||
*
|
||||
* Note that setting this to %TRUE doesn’t mean the widget is
|
||||
* actually viewable, see [method@Gtk.Widget.get_visible].
|
||||
*
|
||||
* This function simply calls [method@Gtk.Widget.show] or
|
||||
* [method@Gtk.Widget.hide] but is nicer to use when the
|
||||
* visibility of the widget depends on some condition.
|
||||
*/
|
||||
void
|
||||
gtk_widget_set_visible (GtkWidget *widget,
|
||||
|
Loading…
Reference in New Issue
Block a user