Discourage use of GtkMisc and GtkAlignment

This commit is contained in:
Matthias Clasen
2010-10-22 16:52:08 +02:00
parent a9204e65dd
commit 8cd13d09e8
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ allocated area, the alignment settings will not alter the widgets position.
<para>
Note that the desired effect can in most cases be achieved by using the
#GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
on the child widget.
on the child widget, so GtkMisc should not be used in new code.
</para>
<!-- ##### SECTION See_Also ##### -->

View File

@ -44,7 +44,7 @@
*
* Note that the desired effect can in most cases be achieved by using the
* #GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
* on the child widget.
* on the child widget, so #GtkAlignment should not be used in new code.
*/
#include "config.h"