void ConnectDnDWidget( GtkWidget *widget );
void DisconnectDnDWidget( GtkWidget *widget );
- void SetBackgroundColourHelper( GdkWindow *window );
-
void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,
const wxSize &size, long style, const wxString &name );
void PostCreation();
bool m_hasVMT;
bool m_sizeSet;
bool m_resizing;
+ GdkGC *m_scrollGC;
public: