Discourage use of GtkMisc and GtkAlignment
This commit is contained in:
@ -22,7 +22,7 @@ allocated area, the alignment settings will not alter the widgets position.
|
|||||||
<para>
|
<para>
|
||||||
Note that the desired effect can in most cases be achieved by using the
|
Note that the desired effect can in most cases be achieved by using the
|
||||||
#GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
|
#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>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
*
|
*
|
||||||
* Note that the desired effect can in most cases be achieved by using the
|
* Note that the desired effect can in most cases be achieved by using the
|
||||||
* #GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
|
* #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"
|
#include "config.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user