Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-26 Thread 'Terry Brown' via leo-editor
On Fri, 20 Jun 2014 11:39:17 -0500
'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote:

 I've just added the following commands:
 
   gui-all-hide
   gui-all-show
   gui-iconbar-hide
   gui-iconbar-show
   gui-menu-hide
   gui-menu-show
   gui-minibuffer-hide
   gui-minibuffer-show
   gui-statusbar-hide
   gui-statusbar-show

and now

  gui-tabbar-hide
  gui-tabbar-show

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
leo-editor group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-26 Thread 'Terry Brown' via leo-editor
On Thu, 26 Jun 2014 13:54:32 -0500
'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote:

gui-minibuffer-show
gui-statusbar-hide
gui-statusbar-show  
 
 and now
 
   gui-tabbar-hide
   gui-tabbar-show

...and, realizing that show and hide commands are bad candidates for
key bindings, there are now toggle versions of each command.  So the
complete list is:

gui-all-hide
gui-all-show
gui-all-toggle
gui-iconbar-hide
gui-iconbar-show
gui-iconbar-toggle
gui-menu-hide
gui-menu-show
gui-menu-toggle
gui-minibuffer-hide
gui-minibuffer-show
gui-minibuffer-toggle
gui-statusbar-hide
gui-statusbar-show
gui-statusbar-toggle
gui-tabbar-hide
gui-tabbar-show
gui-tabbar-toggle

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
leo-editor group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-24 Thread Edward K. Ream
On Fri, Jun 20, 2014 at 11:39 AM, 'Terry Brown' via leo-editor
leo-editor@googlegroups.com wrote:

 It would be nice if I could move the script button toolbar to the
 menubar, after the Help menu...

 I've just added the following commands: [snip]

Thanks, Terry, for this quick work.

Depending on how buttons or other icons got created, it may be
possible to activate them from keyboard shortcuts.  See the
documentation for @button and @command.  Imo, most experienced users
will prefer shortcuts to menu items.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
leo-editor group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-22 Thread Zoltan Benedek
Amazing.

Thanks a lot.

On Friday, June 20, 2014 7:39:25 PM UTC+3, Terry wrote:

 On Fri, 20 Jun 2014 06:43:15 -0700 (PDT) 
 Zoltan Benedek benz...@gmail.com javascript: wrote: 

  Hi, 
  
  It would be nice if I could move the script button toolbar to the 
  menubar, after the Help menu. There is a lot of free space, and I 
  could get one more line for the work space. 
  In some office programs you can change the position of toolbars, but 
  I have never seen a way to have the toolbar immediately after the 
  menubar 
  
  I tried to move by the mouse, but remains undetached. 
  
  If it is not possible to do that, is there a shortcut to remove and 
  add the button toolbar? 

 I've just added the following commands: 

   gui-all-hide 
   gui-all-show 
   gui-iconbar-hide 
   gui-iconbar-show 
   gui-menu-hide 
   gui-menu-show 
   gui-minibuffer-hide 
   gui-minibuffer-show 
   gui-statusbar-hide 
   gui-statusbar-show 

 The minibuffer unhides itself if you attempt to use it (Alt-X). 

 Cheers -Terry 

  Thanks 
  Zoltan 
  


-- 
You received this message because you are subscribed to the Google Groups 
leo-editor group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-20 Thread 'Terry Brown' via leo-editor
On Fri, 20 Jun 2014 06:43:15 -0700 (PDT)
Zoltan Benedek benzol...@gmail.com wrote:

 Hi,
 
 It would be nice if I could move the script button toolbar to the
 menubar, after the Help menu. There is a lot of free space, and I
 could get one more line for the work space.
 In some office programs you can change the position of toolbars, but
 I have never seen a way to have the toolbar immediately after the
 menubar
 
 I tried to move by the mouse, but remains undetached.
 
 If it is not possible to do that, is there a shortcut to remove and
 add the button toolbar?

I've just added the following commands:

  gui-all-hide
  gui-all-show
  gui-iconbar-hide
  gui-iconbar-show
  gui-menu-hide
  gui-menu-show
  gui-minibuffer-hide
  gui-minibuffer-show
  gui-statusbar-hide
  gui-statusbar-show

The minibuffer unhides itself if you attempt to use it (Alt-X).

Cheers -Terry

 Thanks
 Zoltan
 

-- 
You received this message because you are subscribed to the Google Groups 
leo-editor group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.