}
}
-void wxPopupWindow::AddChildGTK(wxWindowGTK* child)
-{
- gtk_widget_set_size_request(
- child->m_widget, child->m_width, child->m_height);
- gtk_fixed_put(
- GTK_FIXED(m_wxwindow), child->m_widget, child->m_x, child->m_y);
-}
-
//-----------------------------------------------------------------------------
// wxPopupWindow
//-----------------------------------------------------------------------------