Show
Ignore:
Timestamp:
02/09/09 21:04:56 (3 years ago)
Author:
mirko
Message:

Work in progress on future 0.1.0 branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/clutter-experiments/page.hh

    r55 r56  
    185185      return NULL; 
    186186    } 
    187      
     187 
     188    PopplerPageTransitionType transition_type() 
     189    { 
     190      PopplerPageTransition* ppt = poppler_page_get_transition(poppler_page_m); 
     191      if(ppt) return ppt->type; 
     192      else return POPPLER_PAGE_TRANSITION_REPLACE; 
     193    } 
     194 
    188195  protected: 
    189196