gui/interface/Notebook.tcl


@interface Notebook : Widget {
  { 
    views selection counter main bar shadow
  }

  - views: aList ;
  - views ;

  - add: aView ;
  - remove: aView ;

  - selection ;
  - selection: aView ;
  
  - contains: aView ;

  - frameOf: aView ;
}