diff options
60 files changed, 67 insertions, 0 deletions
@@ -1,3 +1,4 @@ # # animated label widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # animated wave demo (called by 'widget') # @@ -1,3 +1,4 @@ # # arrowhead widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # text (tag bindings) widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # bitmap widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # button widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # checkbutton widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # checkbutton widget demo2 (called by 'widget') # @@ -1,3 +1,4 @@ # # widget demo prompts the user to select a color (called by 'widget') # @@ -1,3 +1,4 @@ # # listbox widget demo 'colors' (called by 'widget') # @@ -1,3 +1,4 @@ # # simple scrollable canvas widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # Canvas Text widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # a dialog box with a local grab (called by 'widget') # @@ -1,3 +1,4 @@ # # a dialog box with a global grab (called by 'widget') # @@ -1,3 +1,4 @@ # # entry (no scrollbars) widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # entry (with scrollbars) widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # entry3.rb -- # # This demonstration script creates several entry widgets whose @@ -1,3 +1,4 @@ # # widget demo prompts the user to select a file (called by 'widget') # @@ -1,3 +1,4 @@ # # floorDisplay widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # floorDisplay widget demo 2 (called by 'widget') # @@ -1,3 +1,4 @@ # # form widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # Ruby/Tk Goldverg demo (called by 'widget') # @@ -1,4 +1,5 @@ #!/usr/bin/env ruby require 'tk' TkButton.new(nil, @@ -1,3 +1,4 @@ require "tkcanvas" if defined?($hscale_demo) && $hscale_deom @@ -1,3 +1,4 @@ # # iconic button widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # two image widgets demo (called by 'widget') # @@ -1,3 +1,4 @@ # # widget demo 'load image' (called by 'widget') # @@ -1,3 +1,4 @@ # image3.rb # # This demonstration script creates a simple collection of widgets @@ -1,3 +1,4 @@ # # canvas item types widget demo (called by 'widget') # @@ -1,4 +1,5 @@ #!/usr/bin/env ruby # # ixset -- # A nice interface to "xset" to change X server settings @@ -1,3 +1,4 @@ # # label widget demo (called by 'widget') # @@ -1,3 +1,5 @@ # labelframe.rb # # This demonstration script creates a toplevel window containing @@ -1,3 +1,4 @@ # # menus widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # menus widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # menus widget demo (called by 'widget') # @@ -1,3 +1,4 @@ require "tkcanvas" def optionMenu(menubutton, varName, firstValue, *rest) @@ -1,3 +1,4 @@ # # message boxes widget demo (called by 'widget') # @@ -1,3 +1,5 @@ # paned1.rb # # This demonstration script creates a toplevel window containing @@ -1,3 +1,5 @@ # paned2.rb -- # # This demonstration script creates a toplevel window containing @@ -1,3 +1,4 @@ # # This demonstration illustrates how Tcl/Tk can be used to construct # simulations of physical systems. @@ -1,3 +1,4 @@ # # 2-D plot widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # widet demo 'puzzle' (called by 'widget') # @@ -1,3 +1,4 @@ # # radiobutton widget demo (called by 'widget') # @@ -1,3 +1,5 @@ # radio2.rb # # This demonstration script creates a toplevel window containing @@ -1,3 +1,5 @@ # radio3.rb # # This demonstration script creates a toplevel window containing @@ -1,4 +1,5 @@ #!/usr/bin/env ruby # # rolodex -- # ���Υ�����ץȤ� Tom LaStrange �� rolodex �ΰ����Ǥ��� @@ -1,3 +1,4 @@ # # ruler widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # listbox widget demo 'sayings' (called by 'widget') # @@ -1,3 +1,4 @@ # # Text Search widget demo (called by 'widget') # @@ -1,3 +1,5 @@ # spin.rb -- # # This demonstration script creates several spinbox widgets. @@ -1,3 +1,4 @@ # # listbox widget demo 'states' (called by 'widget') # @@ -1,3 +1,4 @@ # # text (display styles) widget demo (called by 'widget') # @@ -1,4 +1,5 @@ #!/usr/bin/env ruby # # tcolor -- # ���Υ�����ץȤ�RGB,HSB,CYM�����ݡ��Ȥ��� @@ -1,3 +1,4 @@ # # text (basic facilities) widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # text (embedded windows) widget demo (called by 'widget') # @@ -1,3 +1,4 @@ # # text (embedded windows) widget demo 2 (called by 'widget') # @@ -1,3 +1,5 @@ # unicodeout.rb -- # # This demonstration script shows how you can produce output (in label @@ -1,3 +1,4 @@ require "tkcanvas" if defined?($vscale_demo) && $vscale_demo @@ -1,4 +1,5 @@ #!/usr/bin/env ruby # �������������� ( tk.rb �Υ����ɻ��� encoding ����/����˻Ȥ��� ) $KCODE = 'euc' @@ -1,4 +1,5 @@ #!/usr/bin/env ruby require 'tk' require 'tkextlib/vu/charts' |