racket/collects/scribblings
Robby Findler 993cd40208 Adjust DrRacket so the window can get narrower
For example, a new DrRacket window (with a file named tmp.rkt in the
and 356 afterwards.  This is under mac os x with, I believe, the
default system font sizes. (The file is important because different
languages can have different buttons in the toolbar and the filename's
length itself can affect the minimum size.)

Mostly this change is the addition of a new kind of panel that
lets its children have multiple fixed sizes (as opposed to
just a single minimum size and (optionally  arbitrarily large))
It also adjusts the various toolbar buttons to use this new code.

Also, there's a few tweaks to shrink other things that became the
limiting factor in shrinking the width of the DrRacket window.

Currently, at least for #lang racket programs, the toolbar buttons
along the top of the window are the limiting factor (including the
save button).  With a bogus language (ie, #lang rackeeet), the bottom
bar is the limiting factor, since that will have only the Save, Run,
and Stop buttons.

related to PR 13281
2012-11-29 09:43:05 -06:00
..
draw Newlines at EOFs. 2012-11-06 14:07:15 -05:00
drracket adjust logger to use a name instead of an environment variable 2012-10-15 13:25:17 -05:00
foreign ffi/unsafe: fixes related to `define-cstruct' and properties 2012-11-11 09:38:15 -07:00
framework Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
gui clarify what 'displayed' is programmatically (a call to get-admin) 2012-11-28 13:17:41 -06:00
guide Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
htdp-langs Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
inside add info on building Racket to the "Inside" document 2012-10-02 15:06:27 -06:00
main Switch to use almost-standard DOCTYPE for Scribble. 2012-11-29 07:06:52 -07:00
more adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
quick fixed typo, closes PR 12539 2012-02-05 10:13:31 -05:00
raco setup/setup: a keyword-based API for running `raco setup' 2012-11-29 06:27:38 -07:00
reference make case' in r5rs' and r6rs' still use eqv?' 2012-11-26 19:49:36 -07:00
scheme racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
scribble Index raco scribble command 2012-11-26 17:52:43 -05:00
slideshow Add examples for the rest of built-in pict constructors 2012-11-06 14:09:34 -05:00
tools made the 'one-line-summary' of the drracket languages be in tooltips, 2012-11-17 20:15:19 -06:00
finger.png
icons.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt move purpose statements to the info files 2010-08-23 15:13:00 -06:00
magnify.png