Searched refs:menubar (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A DpkgIndex.tcl1 package ifneeded menubar::node 0.5 [list source [file join $dir node.tcl]]
2 package ifneeded menubar::tree 0.5 [list source [file join $dir tree.tcl]]
3 package ifneeded menubar 0.5 [list source [file join $dir menubar.tcl]]
4 package ifneeded menubar::debug 0.5 [list source [file join $dir debug.tcl]]
H A Ddebug.tcl4 # and to the menubar::Tree class.
14 package require menubar
16 package provide menubar::debug 0.5
90 # Add debugging methods to ::menubar::tree class
96 oo::define ::menubar::tree method ptree { {name ""} } {
110 oo::define ::menubar::tree method pnodes { } {
122 oo::define ::menubar::tree method pkeys { args } {
147 oo::define ::menubar::tree method pstream { stream } {
154 # Add debugging methods to ::menubar class
157 oo::define ::menubar metho
[all...]
H A Dmenubar.tcl0 # menubar.tcl --
3 # Package that defines the menubar class. The menubar class
5 # of a menubar.
12 # RCS: @(#) $Id: menubar.tcl,v 1.6 2010/01/09 20:41:29 tomk Exp $
17 package require menubar::tree
19 package provide menubar 0.5
47 oo::class create ::menubar {
53 # Create an instance of the menubar class.
59 # An instance of the menubar clas
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dmenubar1.rb2 # menubar sample 1 : use frame and menubuttons
39 ['About This', proc{puts('Ruby/Tk menubar sample 1')}, 6]]
42 menubar = TkMenubar.new(nil, menu_spec,
47 menubar.pack('side'=>'top', 'fill'=>'x')
49 TkText.new(:wrap=>'word').pack.insert('1.0', 'Please read the sample source, and check how to override default configure options of menu entries on a menu_spec. Maybe, on windows, this menubar does not work properly about keyboard shortcuts. Then, please use "menu" option of root/toplevel widget (see sample/menubar2.rb).')
H A Dmenubar3.rb2 # menubar sample 3 : vertical layout menubar; use frame and menubuttons
39 ['About This', proc{puts('Ruby/Tk menubar sample 3')}, "This"]]
60 menubar = TkMenubar.new(nil, menu_spec,
66 menubar.pack('side'=>'left', 'fill'=>'y')
70 Please read the sample source, and check how to override default configure options of menu entries on a menu_spec. Maybe, on windows, this menubar does not work properly about keyboard shortcuts. Then, please use "menu" option of root/toplevel widget (see sample/menubar3.rb).')
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlmenu.el1 ;;; lmenu.el --- emulate Lucid's menubar support
31 ;; First, emulate the Lucid menubar support in GNU Emacs 19.
33 ;; Arrange to use current-menubar to set up part of the menu bar.
35 (defvar current-menubar)
36 (defvar lucid-menubar-map)
37 (defvar lucid-failing-menubar)
39 (defvar recompute-lucid-menubar 'recompute-lucid-menubar)
40 (defun recompute-lucid-menubar ()
41 (define-key lucid-menubar
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmainwindow.rb7 mw.menubar.add(:menubutton, 'file', :text=>'File', :underline=>0,
/macosx-10.10/tcl-105/tk/tk/library/
H A Dconsole.tcl59 if {[catch {menu .menubar} err]} {
62 AmpMenuArgs .menubar add cascade -label [mc &File] -menu .menubar.file
63 AmpMenuArgs .menubar add cascade -label [mc &Edit] -menu .menubar.edit
65 menu .menubar.file -tearoff 0
66 AmpMenuArgs .menubar.file add command -label [mc "&Source..."] \
68 AmpMenuArgs .menubar.file add command -label [mc "&Hide Console"] \
70 AmpMenuArgs .menubar.file add command -label [mc "&Clear Console"] \
73 AmpMenuArgs .menubar
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmainwindow.itk4 # This class implements a mainwindow containing a menubar, toolbar,
49 method menubar {args}
81 # Create a menubar, renaming the font, foreground, and background
85 itk_component add menubar {
86 iwidgets::Menubar $itk_interior.menubar \
100 # Add a toolbar beneath the menubar.
166 # Use the grid to pack together the menubar, toolbar, mousebar,
169 grid $itk_component(menubar) -row 0 -column 0 -columnspan 2 -sticky ew
236 # METHOD: menubar ?args?
240 itcl::body iwidgets::Mainwindow::menubar {arg
[all...]
H A Dhyperhelp.itk118 itk_component add -private menubar {
123 pack $itk_component(menubar) -side top -fill x
126 menubutton $itk_component(menubar).topicmb -text "Topics" \
127 -menu $itk_component(menubar).topicmb.topicmenu \
143 menubutton $itk_component(menubar).navmb -text "Navigate" \
144 -menu $itk_component(menubar).navmb.navmenu \
H A Dmenubar.itk40 # @(#) $Id: menubar.itk,v 1.8 2001/08/15 18:33:13 smithc Exp $
174 # Provide a lowercase access method for the menubar class
176 proc ::iwidgets::menubar { args } {
190 itk_component add menubar {
191 frame $itk_interior.menubar -relief raised -bd 2
195 pack $itk_component(menubar) -fill both -expand yes
197 # Map our pathname to class to the actual menubar frame
198 set _pathMap(.) $itk_component(menubar)
591 # Returns -1 if the menubar frame is passed in.
1050 pack $itk_component(menubar)
[all...]
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib-Xm.h55 xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area));
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DCSS.pm57 .front .menubar {
61 .menubar {
67 .menubar A {
72 .menubar A:link, .menubar A:visited {
77 .menubar A:hover {
251 .menubar TD {
256 .menubar {
263 .menubar .links {
270 .menubar
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dconsole.tcl60 if {[catch {menu .menubar} err]} { bgerror "INIT: $err" }
61 .menubar add cascade -label File -menu .menubar.file -underline 0
62 .menubar add cascade -label Edit -menu .menubar.edit -underline 0
64 menu .menubar.file -tearoff 0
65 .menubar.file add command -label [mc "Source..."] \
67 .menubar.file add command -label [mc "Hide Console"] \
69 .menubar.file add command -label [mc "Clear Console"] \
73 .menubar
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl225 eval [list .menubar configure] $mbfnt
227 eval [list $top.menubar configure] $mbfnt
238 set mb .menubar
240 set mb $top.menubar
521 set menubar [eval [list menu $top.menubar -tearoff 0] $menuopts $mbfnt]
522 $top configure -menu $menubar
532 set menu $menubar.$menuid
534 set menu $menubar.menu$count
536 eval [list $menubar ad
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dmainwindow.rb40 def menubar(*args) method in class:Tk
42 tk_call(@path, 'menubar', *args)
44 window(tk_call(@path, 'menubar'))
/macosx-10.10/tcl-105/tests/
H A Dpkgreq.test28 if {[regexp {^(coroutine(|::auto)|menubar(|::.*)|tcl::(chan|transform)::.*)$} $pkg]} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_tcl.tcl17 scrollbar checkbutton canvas listbox menu menubar menubutton \
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/installation/
H A Dmodules.tcl48 Module menubar _tcl _man _exa
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c81 * that holds the toplevel and the menubar, if any. The information
82 * below is used to keep track of the wrapper and the menubar.
92 Tk_Window menubar; /* Pointer to information about the member in struct:TkWmInfo
93 * menubar, or NULL if there is no
94 * menubar for this toplevel. */
96 * menubar, measured in pixels. If
97 * menubar is non-NULL, this is >= 1 (X
276 * management of top-level and menubar windows.
292 "menubar", /* name */
495 if (wmPtr->menubar !
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c97 * holds the toplevel and the menubar, if any. The information below is
98 * used to keep track of the wrapper and the menubar.
108 Tk_Window menubar; /* Pointer to information about the menubar, member in struct:TkWmInfo
109 * or NULL if there is no menubar for this
112 * menubar, measured in pixels. If menubar is
289 * management of top-level and menubar windows.
302 "menubar", /* name */
506 if (wmPtr->menubar !
6982 TkUnixSetMenubar( Tk_Window tkwin, Tk_Window menubar) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dediff-hook.el68 (if (featurep 'menubar)
153 (if (and (featurep 'menubar) (not (featurep 'infodock))
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/menubar/
H A Ddemo.tcl12 ## Extend auto_path so package require will find the menubar package
16 lappend auto_path [file join ${modules} menubar]
18 package require menubar
21 # package require menubar::debug
44 # create an instance of the menubar class
45 set mbar [menubar new \
169 constructor { wid w menubar } {
207 set mbar ${menubar}
212 # used by the menubar callbacks to direct output to the
294 if { [catch {package present menubar
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBar.cpp528 CMenu menubar; local
530 menubar.LoadMenu(IDR_CONTEXT_MENU);
531 CMenu * menu = menubar.GetSubMenu(0);
/macosx-10.10/emacs-93/emacs/src/
H A Dgtkutil.c2029 /* Put cb_data in widget, so we can get at it when modifying menubar */
2227 /* Create a menubar, popup menu or dialog, depending on the TYPE argument.
2228 TYPE can be "menubar", "popup" for popup menu, or "dialog" for a dialog
2254 int menu_bar_p = strcmp (type, "menubar") == 0;
2360 xg_update_menubar (menubar, f, list, iter, pos, val,
2362 GtkWidget *menubar;
2387 0, 1, 0, menubar, cl_data, 0);
2434 gtk_container_remove (GTK_CONTAINER (menubar), GTK_WIDGET (witem));
2439 *list = iter = gtk_container_get_children (GTK_CONTAINER (menubar));
2496 gtk_menu_shell_insert (GTK_MENU_SHELL (menubar),
[all...]

Completed in 211 milliseconds

123