-static void gtk_myfixed_class_init (GtkMyFixedClass *klass);
-static void gtk_myfixed_init (GtkMyFixed *myfixed);
-static void gtk_myfixed_map (GtkWidget *widget);
-#if (GTK_MINOR_VERSION == 0)
-static void gtk_myfixed_unmap (GtkWidget *widget);
-#endif
-static void gtk_myfixed_realize (GtkWidget *widget);
-static void gtk_myfixed_size_request (GtkWidget *widget,
- GtkRequisition *requisition);
-static void gtk_myfixed_size_allocate (GtkWidget *widget,
- GtkAllocation *allocation);
-static void gtk_myfixed_paint (GtkWidget *widget,
- GdkRectangle *area);
-static void gtk_myfixed_draw (GtkWidget *widget,
- GdkRectangle *area);
-static gint gtk_myfixed_expose (GtkWidget *widget,
- GdkEventExpose *event);
-static void gtk_myfixed_add (GtkContainer *container,
- GtkWidget *widget);
-static void gtk_myfixed_remove (GtkContainer *container,
- GtkWidget *widget);
-static void gtk_myfixed_foreach (GtkContainer *container,
-#if (GTK_MINOR_VERSION > 0)
- gboolean include_internals,
-#endif
- GtkCallback callback,
- gpointer callback_data);
-#if (GTK_MINOR_VERSION > 0)
-static GtkType gtk_myfixed_child_type (GtkContainer *container);
-#endif
-
-#if (GTK_MINOR_VERSION > 0)
-static void gtk_myfixed_scroll_set_adjustments (GtkMyFixed *myfixed,
- GtkAdjustment *hadj,
- GtkAdjustment *vadj);
-#endif