Index

C++ Code Documentation

gtk::widget1::PopNotebook

Derived from: gtk::widget0::Notebook

Children: gtk::widget1::PopNotebookCb

File: WIDGET/gtk/widget1/PopNotebook.H

GTK Notebook with detachable pages.

public:
  • PopNotebook() : gtk::widget0::Notebook( gtk_popnotebook_new() );
  • void set( uint page );
  • uint get() const;
  • void add( gtk::widget0::Widget *x );
  • void add( gtk::widget0::Widget *x, gtk::widget0::Label *l );
  • void add( gtk::widget0::Widget *x, char const *tab_label );
  • virtual void label( uint page, gtk::widget0::Widget *x );
  • void set_title( char const *title );
  • virtual bool showing( uint n ) const;
  • virtual void set_sensitive( uint n, bool state );
  • void set_packing( guint page, gboolean expand, gboolean fill, guint padding, GtkPackType pack_type );
protected:
private:
  • uint _label_page;


gtk::widget1::PopNotebook GANG