git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42001
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (gtk_widget_get_direction( GTK_WIDGET(pizza) ) == GTK_TEXT_DIR_RTL)
{
/* reverse horizontal placement */
if (gtk_widget_get_direction( GTK_WIDGET(pizza) ) == GTK_TEXT_DIR_RTL)
{
/* reverse horizontal placement */
- printf( "alloc width %d\n", GTK_WIDGET(pizza)->allocation.width );
+ /* printf( "alloc width %d\n", GTK_WIDGET(pizza)->allocation.width ); */
allocation.x = GTK_WIDGET(pizza)->allocation.width - child->x - allocation.width - pizza->m_xoffset;
}
allocation.x = GTK_WIDGET(pizza)->allocation.width - child->x - allocation.width - pizza->m_xoffset;
}