~mefrio-g/granite/dynamicnotebook-add-right

« back to all changes in this revision

Viewing changes to lib/Widgets/DynamicNotebook.vala

  • Committer: Tom Beckmann
  • Date: 2012-07-21 08:09:42 UTC
  • Revision ID: tombeckmann@online.de-20120721080942-51pluj3omrxnkuvf
Added a print for tab moving and switching to the demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
        public signal void tab_added (Tab tab);
216
216
        public signal bool tab_removed (Tab tab);
217
217
        Tab? old_tab; //stores a reference for tab_switched
218
 
        public signal void tab_switched (Tab? old_t, Tab new_t);
 
218
        public signal void tab_switched (Tab? old_tab, Tab new_tab);
219
219
        public signal void tab_moved (Tab tab, int new_pos, bool new_window, int x, int y);
220
220
        
221
221
        /**