Searched refs:Separator (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dseparator.rb11 class Separator < TkWindow class in class:Tk.BWidget
16 class Tk::BWidget::Separator
17 TkCommandNames = ['Separator'.freeze].freeze
18 WidgetClassName = 'Separator'.freeze
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl7 # - Separator::create
8 # - Separator::configure
9 # - Separator::cget
12 namespace eval Separator {
13 Widget::define Separator separator
15 Widget::declare Separator {
22 Widget::addmap Separator "" :cmd { -background {} -cursor {} }
24 bind Separator <Destroy> [list Widget::destroy %W]
29 # Command Separator::create
31 proc Separator
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dicon.rb54 'images','flagup.xbm'].join(File::Separator),
56 [$demo_dir,'..','images','flagup.xbm'].join(File::Separator))
59 'images','flagdown.xbm'].join(File::Separator),
62 'images','flagdown.xbm'].join(File::Separator))
73 'images','letters.xbm'].join(File::Separator)
81 'images','noletter.xbm'].join(File::Separator)
99 'images','letters.xbm'].join(File::Separator)
H A Dimage1.rb53 'images','earth.gif'].join(File::Separator))
56 'images','earthris.gif'].join(File::Separator))
H A Dimage2.rb52 $dirName = TkVariable.new([$demo_dir,'..','images'].join(File::Separator))
99 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
105 img.file([$dirName, w.get("@#{x},#{y}")].join(File::Separator))
H A Dbrowse132 file = dir + File::Separator + file if dir != '.'
H A Ditems.rb134 'images','gray25.xbm'].join(File::Separator),
150 'images', 'gray25.xbm'].join(File::Separator),
165 'images', 'gray25.xbm'].join(File::Separator),
175 'images','gray25.xbm'].join(File::Separator),
185 'images','gray25.xbm'].join(File::Separator),
199 'images', 'grey.5'].join(File::Separator),
212 # 'outlinestipple'=>'@' + ['images', 'grey.25'].join(File::Separator),
217 'images','gray25.xbm'].join(File::Separator),
228 # 'bitmap'=>'@' + ['images', 'face'].join(File::Separator),
232 'images', 'face.xbm'].join(File::Separator),
[all...]
H A Dimage3.rb27 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
49 $image3a.file([$dirName, w.get("@#{x},#{y}")].join(File::Separator))
81 $dirName = TkVariable.new([$demo_dir,'..','images'].join(File::Separator))
H A Dlabel.rb66 bitmap('@' + [$demo_dir,'..','images','face.xbm'].join(File::Separator))
H A Dtoolbar.rb47 sep = Ttk::Separator.new(base_frame)
50 to = Ttk::Separator.new(to_base, :orient=>:vertical)
51 to2 = Ttk::Separator.new(to_base, :orient=>:vertical)
115 sep = Ttk::Separator.new(frame)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dicon.rb52 'images','flagup.xbm'].join(File::Separator),
54 [$demo_dir,'..','images','flagup.xbm'].join(File::Separator))
57 'images','flagdown.xbm'].join(File::Separator),
60 'images','flagdown.xbm'].join(File::Separator))
71 'images','letters.xbm'].join(File::Separator)
79 'images','noletter.xbm'].join(File::Separator)
97 'images','letters.xbm'].join(File::Separator)
H A Dimage1.rb52 'images','earth.gif'].join(File::Separator))
55 'images','earthris.gif'].join(File::Separator))
H A Dimage2.rb50 $dirName = TkVariable.new([$demo_dir,'..','images'].join(File::Separator))
98 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
104 img.file([$dirName, w.get("@#{x},#{y}")].join(File::Separator))
H A Dbrowse132 file = dir + File::Separator + file if dir != '.'
H A Ditems.rb132 'images','gray25.xbm'].join(File::Separator),
148 'images', 'gray25.xbm'].join(File::Separator),
163 'images', 'gray25.xbm'].join(File::Separator),
173 'images','gray25.xbm'].join(File::Separator),
183 'images','gray25.xbm'].join(File::Separator),
197 'images', 'grey.5'].join(File::Separator),
210 # 'outlinestipple'=>'@' + ['images', 'grey.25'].join(File::Separator),
215 'images','gray25.xbm'].join(File::Separator),
226 # 'bitmap'=>'@' + ['images', 'face'].join(File::Separator),
230 'images', 'face.xbm'].join(File::Separator),
[all...]
H A Dimage3.rb28 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
50 $image3a.file([$dirName, w.get("@#{x},#{y}")].join(File::Separator))
83 $dirName = TkVariable.new([$demo_dir,'..','images'].join(File::Separator))
H A Dlabel.rb64 bitmap('@' + [$demo_dir,'..','images','face.xbm'].join(File::Separator))
H A Dtoolbar.rb50 sep = Ttk::Separator.new(base_frame)
53 to = Ttk::Separator.new(to_base, :orient=>:vertical)
54 to2 = Ttk::Separator.new(to_base, :orient=>:vertical)
121 sep = Ttk::Separator.new(frame)
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkSeparator.c13 /* +++ Separator widget record:
25 } Separator; typedef in typeref:struct:__anon13571
30 Tk_Offset(Separator,separator.orientObj),
31 Tk_Offset(Separator,separator.orient),
44 Separator *sep = recordPtr;
67 sizeof(Separator), /* recordSize */
81 TTK_NODE("Separator.separator", TTK_FILL_BOTH)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtseparator.rb12 Separator = TSeparator
32 #Tk.__set_toplevel_aliases__(:Ttk, Tk::Tile::Separator, :TkSeparator)
34 :Ttk, Tk::Tile::Separator, :TkSeparator)
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCInst.cpp53 StringRef Separator) const {
61 OS << Separator; local
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPopupItem.h41 Separator, enumerator in enum:WebKit::WebPopupItem::Type
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKPopupItem.cpp38 case WebPopupItem::Separator:
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringRef.h425 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
426 /// such that (*this == LHS + Separator + RHS) is true and RHS is
427 /// maximal. If \p Separator is not in the string, then the result is a
430 /// \param Separator The character to split on.
432 std::pair<StringRef, StringRef> split(char Separator) const {
433 size_t Idx = find(Separator);
442 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
443 /// such that (*this == LHS + Separator + RHS) is true and RHS is
444 /// maximal. If \p Separator is not in the string, then the result is a
447 /// \param Separator
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl280 Separator {Navigation Bar}
310 Separator Contents
315 Separator "($c)"
322 Separator
379 proc Separator {{text {}}} { procedure

Completed in 262 milliseconds

1234