On 02/20/2009 09:16 AM, kovariadam wrote:
Hello, I want to make a custom widget containing several standard widgets to use it as a tab for notebook. I figured out i need to subclass Gtk::Container or Gtk::Bin and put my controls inside. My code is: QueryTab.h #ifndef DB2CLIENT_QUERY_TAB_H__ #define DB2CLIENT_QUERY_TAB_H__ #include "stdafx.h"
^^^^^^^^^^^^^^^^^^
This is not portable.
Hub