#include "wx/gtk/win_gtk.h"
#include "gtk/gtksignal.h"
#include "gtk/gtknotebook.h"
+#include "gtk/gtktable.h"
#ifdef __cplusplus
extern "C" {
if (GTK_WIDGET_VISIBLE (widget) && GTK_WIDGET_VISIBLE (myfixed))
{
- if ((child->width > 1) && (child->height > 1) && (GTK_WIDGET_REALIZED(widget)))
+ if ( ((child->width > 1) && (child->height > 1) && (GTK_WIDGET_REALIZED(widget))) ||
+ /* I don't know why GtkTable is different */
+ GTK_IS_TABLE(widget))
{
child_allocation.x = child->x;
child_allocation.y = child->y;