- return ( (window == GTK_ENTRY( GTK_COMBO(m_widget)->entry )->text_area) ||
- (window == GTK_COMBO(m_widget)->button->window ) );
-}
-
-void wxComboBox::SetBackgroundColour( const wxColour &colour )
-{
- wxWindow::SetBackgroundColour( colour );
-
- GtkWidget *list = GTK_COMBO(m_widget)->list;
-
- GList *child = GTK_LIST(list)->children;
- while (child)
- {
- GtkBin *bin = (GtkBin*) child->data;
- SetBackgroundColourHelper( bin->child->window );
- child = child->next;
- }
+ return ( (window == GTK_ENTRY( GTK_COMBO(m_widget)->entry )->text_area) ||
+ (window == GTK_COMBO(m_widget)->button->window ) );