forked from AuroraMiddleware/gtk
docs: use function instead of removed macro
This commit is contained in:
parent
a17469f83b
commit
29230c3fb9
@ -1001,7 +1001,7 @@ AM_CONDITIONAL(BUILD_x11, [test "x$have_x11" = "xyes"])
|
|||||||
The widget is expected to draw itself with its allocated size, which
|
The widget is expected to draw itself with its allocated size, which
|
||||||
is available via the new gtk_widget_get_allocated_width() and
|
is available via the new gtk_widget_get_allocated_width() and
|
||||||
gtk_widget_get_allocated_height() functions. It is not necessary to
|
gtk_widget_get_allocated_height() functions. It is not necessary to
|
||||||
check for GTK_WIDGET_IS_DRAWABLE(), since GTK+ already does this check
|
check for gtk_widget_is_drawable(), since GTK+ already does this check
|
||||||
before emitting the #GtkWidget::draw signal.
|
before emitting the #GtkWidget::draw signal.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user