diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-09-05 21:31:42 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-09-05 21:33:00 +0100 |
commit | d97db77ad492308eff29461c4d14242682f0549d (patch) | |
tree | 3df12aee4b841ef6b8bcaf2734f85015019d0f02 /gtk/gtkactionbar.c | |
parent | 14387ed2e7d5ca4a08306d92ec8cf97b8f48e921 (diff) | |
download | gtk+-d97db77ad492308eff29461c4d14242682f0549d.tar.gz |
ActionBar: Fix links in set_revealed() doc, etc.
mostly: syncing with previous commit, where InfoBar copied this all from
Also, remove my unhelpful “and vice-versa” from InfoBar.
Diffstat (limited to 'gtk/gtkactionbar.c')
-rw-r--r-- | gtk/gtkactionbar.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk/gtkactionbar.c b/gtk/gtkactionbar.c index f664735bfe..80b231a79c 100644 --- a/gtk/gtkactionbar.c +++ b/gtk/gtkactionbar.c @@ -550,11 +550,12 @@ gtk_action_bar_new (void) * @action_bar: a #GtkActionBar * @revealed: The new value of the property * - * Sets the GtkActionBar:revealed property to @revealed. This will cause - * @action_bar to show up with a slide-in transition. + * Sets the #GtkActionBar:revealed property to @revealed. Changing this will + * make @action_bar reveal (%TRUE) or conceal (%FALSE) itself via a sliding + * transition. * - * Note that this settings does not automatically show @action_bar and thus won't - * have any effect if it is invisible. + * Note: this does not show or hide @action_bar in the #GtkWidget:visible sense, + * so revealing has no effect if #GtkWidget:visible is %FALSE. * * Since: 3.90 */ @@ -578,7 +579,7 @@ gtk_action_bar_set_revealed (GtkActionBar *action_bar, * gtk_action_bar_get_revealed: * @action_bar: a #GtkActionBar * - * Returns: the current value of the GtkActionBar:revealed property. + * Returns: the current value of the #GtkActionBar:revealed property. * * Since: 3.90 */ |