Searched refs:weight (Results 201 - 225 of 455) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dpanelframe.tcl127 grid columnconfigure $win 0 -weight 1
128 grid rowconfigure $win 1 -weight 1
129 #grid columnconfigure $frame 0 -weight 1
130 #grid rowconfigure $frame 0 -weight 1
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.h35 int weight; /* Weight flag; see below for def'n. */ member in struct:TkFontAttributes
42 * Possible values for the "weight" field in a TkFontAttributes structure.
50 #define TK_FW_UNKNOWN -1 /* Unknown weight. This value is used for
52 * in the weight field. */
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dknightstour.tcl213 grid rowconfigure $f 0 -weight 1
214 grid columnconfigure $f 1 -weight 1
235 grid rowconfigure $dlg 0 -weight 1
236 grid columnconfigure $dlg 0 -weight 1
H A Drmt51 grid rowconfigure . 0 -weight 1
52 grid columnconfigure . 0 -weight 1
H A Dunicodeout.tcl58 grid columnconfigure $w.f 1 -weight 1
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dcombobox.tcl291 grid columnconfigure $popdown 0 -weight 1
292 grid rowconfigure $popdown 0 -weight 1
295 grid rowconfigure $poplevel 0 -weight 1
296 grid columnconfigure $poplevel 0 -weight 1
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h35 int weight; /* Weight flag; see below for def'n. */ member in struct:TkFontAttributes
42 * Possible values for the "weight" field in a TkFontAttributes structure.
50 #define TK_FW_UNKNOWN -1 /* Unknown weight. This value is used for
52 * in the weight field. */
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dlabelframe.tcl80 grid columnconfigure $w {0 1} -weight 1
H A Drmt48 grid rowconfigure . 0 -weight 1
49 grid columnconfigure . 0 -weight 1
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.h720 void voteNode(Node* node, unsigned ballot, float weight = 1)
732 node->variableAccessData()->vote(ballot, weight);
735 void voteNode(Edge edge, unsigned ballot, float weight = 1)
737 voteNode(edge.node(), ballot, weight);
740 void voteChildren(Node* node, unsigned ballot, float weight = 1)
747 voteNode(m_varArgChildren[childIdx], ballot, weight);
754 voteNode(node->child1(), ballot, weight);
757 voteNode(node->child2(), ballot, weight);
760 voteNode(node->child3(), ballot, weight);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLogContentView.css97 font-weight: bold;
116 font-weight: bold;
191 font-weight: normal;
212 font-weight: normal;
H A DRadioButtonNavigationItem.css51 font-weight: bold;
H A DRulesStyleDetailsPanel.css62 font-weight: bold;
H A DScopeBar.css45 font-weight: bold;
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/buttons/
H A Dscreen.css28 font-weight:bold;
/macosx-10.10/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css69 dt { font-weight: bold }
/macosx-10.10/network_cmds-457/dnctl/
H A Ddnctl.c139 { "weight", TOK_WEIGHT },
485 snprintf(prefix, sizeof(prefix), "q%05d: weight %d pipe %d ",
486 fs->fs_nr, fs->weight, fs->parent_nr);
836 errx(EX_DATAERR,"weight only valid for queues");
837 NEED1("weight needs argument 0..100\n");
838 p.fs.weight = (int)strtoul(av[0], &end, 0);
862 if (p.fs.weight >100)
863 errx(EX_DATAERR, "weight must be <= 100");
875 double s, idle, weight, w_q; local
934 weight
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dcheck2.rb59 frame.grid_columnconfigure(0, :weight=>1)
H A Dradio3.rb61 frame.grid_columnconfigure(0, :weight=>1)
H A Dttkbut.rb131 grid_columnconfigure(0, :weight=>1)
139 f.grid_columnconfigure([0, 1, 2], :weight=>1, :uniform=>:yes)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcheck2.rb60 frame.grid_columnconfigure(0, :weight=>1)
H A Dcombo.rb64 grid_columnconfigure(0, :weight=>1)
H A Dradio3.rb63 frame.grid_columnconfigure(0, :weight=>1)
H A Dttkbut.rb137 grid_columnconfigure(0, :weight=>1)
145 f.grid_columnconfigure([0, 1, 2], :weight=>1, :uniform=>:yes)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dspreadsheet.rb104 Tk.root.grid_columnconfig(1, :weight=>1)
105 Tk.root.grid_rowconfig(2, :weight=>1)

Completed in 247 milliseconds

1234567891011>>