URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [itcl/] [iwidgets3.0.0/] [demos/] [scrolledhtml] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/sh
# ----------------------------------------------------------------------
# DEMO: scrolledhtml in [incr Widgets]
# ----------------------------------------------------------------------
#\
exec itkwish "$0" ${1+"$@"}
package require Iwidgets 3.0
# itkwish interprets the rest...
# ----------------------------------------------------------------------
option add *textBackground seashell
iwidgets::scrolledhtml .sh -labeltext "Scrolledhtml" \
-width 5i -height 3i \
-wrap word -linkcommand ".sh import -link" -padx 10
pack .sh
.sh import [file join ${iwidgets::library} demos demo.html]
Go to most recent revision | Compare with Previous | Blame | View Log