Ignore:
Timestamp:
Mar 9, 2014 3:33:17 PM (10 years ago)
Author:
mmc
Message:

Added some useful widgets: 1) Rappture::listbox, which is like the
usual Tk listbox, but adds icons for entries, indent levels for
entries, and a horizontal orientation that is useful when building
file browsers. 2) Rappture::Coverflow, which lets you select images
from an Apple-style coverflow display. 3) XAuth library, which can
be used to call OAuth-style web services.

Also fixed the build system to avoid Vtk stuff when --without-vtk and
--disable-vtkdicom are set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/Makefile.in

    r4178 r4209  
    3333                $(srcdir)/controlOwner.tcl \
    3434                $(srcdir)/controls.tcl \
     35                $(srcdir)/coverflow.tcl \
    3536                $(srcdir)/curve.tcl \
    3637                $(srcdir)/datatable.tcl \
     
    115116                $(srcdir)/tooltip.tcl \
    116117                $(srcdir)/tuples.tcl \
     118                $(srcdir)/tweener.tcl \
    117119                $(srcdir)/unirect2d.tcl \
    118120                $(srcdir)/unirect3d.tcl \
Note: See TracChangeset for help on using the changeset viewer.