| 
     
      
      
      From: Andy S. <And...@co...> - 2010-08-17 03:18:50
      
     
   | 
diffing dir...
Mon Aug 16 23:17:24 EDT 2010  Andy Stewart <laz...@gm...>
  * Add function panedGetHandleWindow
  Ignore-this: 9d8a1cfe3a72730c0fba61d3d0f2cd30
    {
    hunk ./gtk/Graphics/UI/Gtk/Abstract/Paned.chs 85
    +#if GTK_CHECK_VERSION(2,20,0)
    +  panedGetHandleWindow,
    +#endif
    hunk ./gtk/Graphics/UI/Gtk/Abstract/Paned.chs 234
    +#if GTK_CHECK_VERSION(2,20,0)
    +-- | Returns the 'Window' of the handle. This function is useful when handling button or motion events
    +-- because it enables the callback to distinguish between the window of the paned, a child and the
    +-- handle.
    +panedGetHandleWindow :: PanedClass self => self
    +                     -> IO DrawWindow
    +panedGetHandleWindow self =
    +    makeNewGObject mkDrawWindow $
    +    {#call gtk_paned_get_handle_window #}
    +      (toPaned self)
    +#endif
    +
    }
 |