Better mark GtkAlignment as deprecated

- Move the class to the Deprecated section.
- Warning at the bottom of the class description.
- A missing property was not marked as deprecated.
- Update doc of gtk_container_set_border_width() to not mention
  GtkAlignment.

https://bugzilla.gnome.org/show_bug.cgi?id=736622
This commit is contained in:
Sébastien Wilmet
2014-09-13 17:16:04 +02:00
parent 21e0a114e0
commit c104c64436
3 changed files with 9 additions and 9 deletions

View File

@ -1498,10 +1498,9 @@ _gtk_container_set_border_width_set (GtkContainer *container,
* around the outside of the container. The only exception to this is
* #GtkWindow; because toplevel windows cant leave space outside,
* they leave the space inside. The border is added on all sides of
* the container. To add space to only one side, one approach is to
* create a #GtkAlignment widget, call gtk_widget_set_size_request()
* to give it a size, and place it on the side of the container as
* a spacer.
* the container. To add space to only one side, use a specific
* #GtkWidget:margin property on the child widget, for example
* #GtkWidget:margin-top.
**/
void
gtk_container_set_border_width (GtkContainer *container,