Searched refs:GIF (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tkimg/
H A Dgif.rb18 module GIF module in class:Tk.Img
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Danilabel.rb49 f_right = TkLabelFrame.new(base_frame, :text=>'GIF Image')
102 # fmt == ['GIF', {'index'=>idx}]
105 # fmt == ['GIF', '-index', idx] :: Ruby1.8.2 returns this.
108 elsif fmt.kind_of?(String) && fmt =~ /GIF -index (\d+)/
115 img.format("GIF -index #{idx + 1}")
117 img.format("GIF -index 0")
136 # base64-encoded animated GIF file
174 limg.image(TkPhotoImage.new(:format=>'GIF', :data=>tclPowerdData)).start(100)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Danilabel.rb52 f_right = TkLabelFrame.new(base_frame, :text=>'GIF Image')
105 # fmt == ['GIF', {'index'=>idx}]
108 # fmt == ['GIF', '-index', idx] :: Ruby1.8.2 returns this.
111 elsif fmt.kind_of?(String) && fmt =~ /GIF -index (\d+)/
118 img.format("GIF -index #{idx + 1}")
120 img.format("GIF -index 0")
139 # base64-encoded animated GIF file
177 limg.image(TkPhotoImage.new(:format=>'GIF', :data=>tclPowerdData)).start(100)
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Danilabel.tcl68 ## Next, a similar pair of procedures to animate a GIF loaded into a
76 # The easy way to animate a GIF!
78 scan [$image cget -format] "GIF -index %d" idx
81 $image configure -format "GIF -index [incr idx]"
83 $image configure -format "GIF -index 0"
89 # Create a multi-frame GIF from base-64-encoded data
90 set image [image create photo -format GIF -data $imageData]
113 labelframe $w.right -text "GIF Image"
125 # This is a base-64-encoded animated GIF file.
H A Dwidget64 image create photo ::img::refresh -format GIF -data {
70 image create photo ::img::view -format GIF -data {
76 image create photo ::img::delete -format GIF -data {
81 image create photo ::img::print -format GIF -data {
90 image create photo ::img::new -format GIF -data [mc {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dmentry.tcl96 image create photo $img -format GIF -data $menuentry_gifdata
H A Ddateentry.tcl49 # ?Mini? is a set of 144 GIF icons available for free use for any purpose.
84 image create photo $img -format GIF -data $dateentry_gifdata
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dconfigure.bat399 echo ...gif_lib.h not found, building without GIF support.
406 echo ...GIF header available, building with GIF support.
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dstatusbar.tcl109 image create photo ::StatusBar::resizer -format GIF -data $gifdata
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl82 To ban GIF files from your web site images subdirectory:
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/
H A Ddemo.tcl103 # this is not an animated GIF; just stop
147 toolhelpAddBinding $w "Animated GIF"
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.tab1293 0 string GIF GIF image image/gif
1511 |name match *.gif GIF Image image/gif
/macosx-10.9.5/CPANInternal-140/Mail-Sender/
H A DSender.pm862 GIF => 'image/gif',
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm1027 GIF => 'image/gif',

Completed in 221 milliseconds