Re: Front end tokens and window maximization
- To: mathgroup at smc.vnet.net
- Subject: [mg95170] Re: Front end tokens and window maximization
- From: Jason Evans <jason at bluejalapeno.com>
- Date: Wed, 7 Jan 2009 18:56:45 -0500 (EST)
- References: <gjv771$p2e$1@smc.vnet.net> <gk1rnj$otg$1@smc.vnet.net>
Thanks for the suggestion Sjoerd, and thanks for the list John! Best, Jason On Jan 7, 4:13 am, "Sjoerd C. de Vries" <sjoerd.c.devr... at gmail.com> wrote: > Hi Jason, > > At the bottom ofhttp://reference.wolfram.com/mathematica/ref/FrontEndToke= nExecute.html > you'll find plenty of references to tokens. I haven't checked whether > these are the same as you were referring to. I couldn't find a > maximize token, though. > > The following approaches its functionality fairly well. > > SetOptions[EvaluationNotebook[], WindowMargins -> {{0, 0}, {0, 0}}, > WindowSize -> Automatic] > > Cheers- Sjoerd > > On Jan 6, 11:10 am, Jason Evans <ja... at bluejalapeno.com> wrote: > > > Hello, > > > I was wondering if there is anywhere to get a list of all of the front > > end tokens? I know you can see the key mappings and menu mappings in > > the MenuSetup.tr and KeyEventTranslations.tr files, but there are many > > front end tokens not listed in these files. > > > Also, does anyone know the front end token for window maximization? > > Thanks to this forum, I have found the one for minimization: > > > FrontEndTokenExecute[nb, "WindowMiniaturize"] > > > Does anyone know a similar one for maximization? Of course, having a > > list of all tokens would make life much easier! > > > Thanks, > > > Jason