Searched refs:minsize (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dlabeledwidget.itk347 grid rowconfigure $parent 0 -weight 0 -minsize 0
348 grid rowconfigure $parent 1 -weight 0 -minsize \
351 grid rowconfigure $parent 2 -weight 1 -minsize 0
353 grid columnconfigure $parent 0 -weight 1 -minsize 0
354 grid columnconfigure $parent 1 -weight 0 -minsize 0
355 grid columnconfigure $parent 2 -weight 0 -minsize 0
366 grid rowconfigure $parent 0 -weight 1 -minsize 0
367 grid rowconfigure $parent 1 -weight 0 -minsize 0
368 grid rowconfigure $parent 2 -weight 0 -minsize 0
370 grid columnconfigure $parent 0 -weight 1 -minsize
[all...]
H A Dlabeledframe.itk369 set minsize [expr {$labelThickness/2.0}]
370 set xPos [expr {$minsize+$borderwidth+$margin}]
371 set yPos -$minsize
375 set minsize [expr {$labelThickness/2.0}]
377 set yPos -$minsize
381 set minsize [expr {$labelThickness/2.0}]
382 set xPos [expr {-($minsize+$borderwidth+$margin+$labelWidth)}]
383 set yPos -$minsize
388 set minsize [expr {$labelThickness/2.0}]
389 set xPos [expr {$minsize
[all...]
H A Dselectionbox.itk473 grid rowconfigure $parent 0 -weight 0 -minsize 0
474 grid rowconfigure $parent 1 -weight 1 -minsize 0
475 grid rowconfigure $parent 2 -weight 0 -minsize $margin
476 grid rowconfigure $parent 3 -weight 0 -minsize 0
478 grid columnconfigure $parent 0 -weight 1 -minsize 0
479 grid columnconfigure $parent 1 -weight 0 -minsize 0
488 grid rowconfigure $parent 0 -weight 1 -minsize 0
489 grid rowconfigure $parent 1 -weight 0 -minsize $margin
490 grid rowconfigure $parent 2 -weight 0 -minsize 0
491 grid rowconfigure $parent 3 -weight 0 -minsize
[all...]
H A Dscrolledwidget.itk176 grid rowconfigure $_interior 1 -minsize $pixels
180 grid columnconfigure $_interior 1 -minsize $pixels
268 grid columnconfigure $_interior 1 -minsize \
276 grid columnconfigure $_interior 1 -minsize 0
296 grid rowconfigure $_interior 1 -minsize \
304 grid rowconfigure $_interior 1 -minsize 0
H A Dfileselectionbox.itk927 grid rowconfigure $_interior $row -minsize 0 -weight 0
931 grid columnconfigure $_interior $col -minsize 0 -weight 0
973 grid rowconfigure $_interior 2 -minsize 7
986 grid columnconfigure $_interior 1 -minsize 7
999 grid rowconfigure $_interior 4 -minsize 7
1018 grid rowconfigure $_interior 1 -minsize 7
1031 grid columnconfigure $_interior 1 -minsize 7
1044 grid rowconfigure $_interior 3 -minsize 7
1065 grid rowconfigure $_interior 1 -minsize 7
1078 grid columnconfigure $_interior 1 -minsize
[all...]
/macosx-10.10.1/top-100.1.2/
H A Dlayout.c130 struct statistic_size *minsize; member in struct:get_size_data
151 data->minsize->width += minwidth;
153 if(s->minimum_size.height > data->minsize->height)
154 data->minsize->height = s->minimum_size.height;
172 struct statistic_size *minsize) {
177 minsize->width = 0;
178 minsize->height = 0;
181 data.minsize = minsize;
234 struct statistic_size reqsize, minsize; local
170 get_size(struct statistics_controller *c, struct statistic_size *reqsize, struct statistic_size *minsize) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_table.c104 vm_size_t minsize = min * elemsize; local
113 if (size >= minsize) {
127 if (size >= minsize) {
/macosx-10.10.1/cups-408/cups/cups/
H A Dtestppd.c147 ppd_size_t minsize, /* Minimum size */ local
392 if (ppdPageSizeLimits(ppd, &minsize, &maxsize))
394 if (fabs(minsize.width - 36.0) > 0.001 || fabs(minsize.length - 36.0) > 0.001 ||
398 "expected min=36x36, max=1080x86400)\n", minsize.width,
399 minsize.length, maxsize.width, maxsize.length);
771 if (ppdPageSizeLimits(ppd, &minsize, &maxsize))
773 if (fabs(minsize.width - 36.0) > 0.001 || fabs(minsize.length - 36.0) > 0.001 ||
777 "expected min=36x36, max=1080x86400)\n", minsize
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/BSD/
H A Dfirewire_inet6_pr_module.c166 static const size_t minsize = offsetof(struct sockaddr_dl, sdl_data[0]) + FIREWIRE_ADDR_LEN; local
175 if (ll_len < minsize)
178 bzero(out_ll, minsize);
179 out_ll->sdl_len = minsize;
/macosx-10.10.1/OpenSSL098-52/src/crypto/ui/
H A Dui.h131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dui.h131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dsayings.tcl42 grid rowconfig $w.frame 0 -weight 1 -minsize 0
43 grid columnconfig $w.frame 0 -weight 1 -minsize 0
H A Dsquare21 wm minsize . 1 1
H A Dbrowse22 wm minsize . 1 1
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dsayings.tcl42 grid rowconfig $w.frame 0 -weight 1 -minsize 0
43 grid columnconfig $w.frame 0 -weight 1 -minsize 0
H A Dsquare18 wm minsize . 1 1
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbrowse124 root.minsize(1,1)
H A Dsquare46 TkRoot.new.minsize(1,1)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dbrowse124 root.minsize(1,1)
H A Dsquare46 TkRoot.new.minsize(1,1)
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_strnid.c137 tbl->minsize, tbl->maxsize);
213 long minsize, long maxsize, unsigned long mask,
235 if(minsize != -1) tmp->minsize = minsize;
212 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) argument
/macosx-10.10.1/vim-55/src/
H A Dhashtab.c348 long_u minsize; local
382 minsize = ht->ht_used * 2; /* it's big, don't make too much room */
384 minsize = ht->ht_used * 4; /* make plenty of room */
391 minsize = minitems * 3 / 2; /* array is up to 2/3 full */
395 while (newsize < minsize)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dgraph7.rb25 Tk.root.minsize(0, 0)
H A Dgraph7b.rb26 Tk.root.minsize(0, 0)
H A Dgraph7c.rb30 Tk.root.minsize(0, 0)

Completed in 134 milliseconds

123456