Searched refs:pane (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DAddPane.c8 * XMenuAddPane - Adds a pane to an XMenu object.
25 register XMPane *pane; /* Newly created pane. */ local
26 register XMSelect *select; /* Initial selection for the new pane. */
42 pane = (XMPane *)calloc(1, sizeof(XMPane));
43 if (pane == NULL) {
69 select->parent_p = pane;
75 pane->type = PANE;
76 pane->active = active;
77 pane
[all...]
H A DInsPane.c9 * XMenuInsertPane - Inserts a pane into an XMenu object in
23 register int p_num; /* Pane number of new pane. */
28 register XMPane *pane; /* Newly created pane. */ local
29 register XMSelect *select; /* Initial selection for the new pane. */
43 * Find the pane number one less than the one specified since that
44 * is the pane after which the insertion will occur.
52 pane = (XMPane *)calloc(1, sizeof(XMPane));
53 if (pane == NULL) {
77 select->parent_p = pane;
[all...]
H A DAddSel.c29 register XMPane *pane; /* Pane containing the new selection. */ local
44 * Find the right pane.
46 pane = _XMGetPanePtr(menu, p_num);
47 if (pane == NULL) return(XM_FAILURE);
82 select->parent_p = pane;
88 emacs_insque(select, pane->s_list->prev);
93 pane->s_count++;
104 return((pane->s_count - 1));
H A DInternal.c139 * _XMWinQueAddPane - Internal routine to add a pane to the pane
207 * _XMWinQueFlush - Internal routine to flush the pane and
211 _XMWinQueFlush(display, menu, pane, select)
214 register XMPane *pane; /* Current pane. */
224 * If the pane window queue is not empty...
229 * set up attributes for pane window to be created.
239 * current pane will be on top, with the others
246 p_ptr = _XMWinQue.pq[pq_index]; /* Retrieve next pane
[all...]
H A DCreate.c147 XMPane *pane; /* Pane list header. */ local
178 GC inact_GC; /* GC for inactive pane header and */
186 XColor p_frg_color; /* Color of pane foreground color. */
215 * Calloc the XMenu structure and the initial pane.
222 pane = (XMPane *)calloc(1, sizeof(XMPane));
223 if (pane == NULL) {
593 * Open the pane and selection fonts.
630 * Set up the pane list header.
632 pane->next = pane;
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dpaned1.tcl28 panedwindow $w.pane
29 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
31 label $w.pane.left -text "This is the\nleft side" -bg yellow
32 label $w.pane.right -text "This is the\nright side" -bg cyan
34 $w.pane add $w.pane.left $w.pane.right
H A Dpaned2.tcl28 # Create the pane itself
29 panedwindow $w.pane -orient vertical
30 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
54 set f [frame $w.pane.top]
64 set f [frame $w.pane.bottom]
76 $w.pane add $w.pane.top $w.pane.bottom
H A Dtwind.tcl32 panedwindow $w.pane
33 pack $w.pane -expand yes -fill both
34 $w.pane add $w.f
322 $w.pane add $t
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dpaned1.tcl28 panedwindow $w.pane
29 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
31 label $w.pane.left -text "This is the\nleft side" -bg yellow
32 label $w.pane.right -text "This is the\nright side" -bg cyan
34 $w.pane add $w.pane.left $w.pane.right
H A Dpaned2.tcl28 # Create the pane itself
29 panedwindow $w.pane -orient vertical
30 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
54 set f [frame $w.pane.top]
64 set f [frame $w.pane.bottom]
76 $w.pane add $w.pane.top $w.pane.bottom
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dpanedwindow.rb13 pw.child_site_list.each{|pane|
14 TkButton.new(pane, :text=>pane.path, :relief=>:raised,
H A Dpanedwindow2.rb13 pw.child_site_list.each{|pane|
14 TkButton.new(pane, :text=>pane.path, :relief=>:raised,
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtpaned.rb53 def forget(pane)
54 pane = _epath(pane)
55 tk_send_without_enc('forget', pane)
65 def panecget_tkstring(pane, slot)
66 pane = _epath(pane)
67 tk_send_without_enc('pane', pane, "-#{slot}")
71 def panecget_strict(pane, slo
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkPanedwindow.c21 * Each pane carries two pieces of state: the request size and the
22 * position of the following sash. (The final pane has no sash,
27 * the available space, and pane weights (see PlaceSashes()).
34 * When the user drags a sash, each pane's request size is set to its
43 * #sash = #pane - 1
44 * pos(pane[0]) = 0
45 * pos(sash[i]) = pos(pane[i]) + size(pane[i]), 0 <= i <= #sash
46 * pos(pane[i+1]) = pos(sash[i]) + size(sash[i]), 0 <= i < #sash
49 * size(pw) = sum(size(pane(
115 Pane *pane = record; local
133 DestroyPane(Paned *pw, Pane *pane) argument
143 ConfigurePane( Tcl_Interp *interp, Paned *pw, Pane *pane, Tk_Window slaveWindow, int objc, Tcl_Obj *const objv[]) argument
190 Pane *pane = Ttk_SlaveData(pw->paned.mgr, i); local
210 Pane *pane = Ttk_SlaveData(pw->paned.mgr,i); local
240 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
250 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
280 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
318 Pane *pane = Ttk_SlaveData(mgr, i); local
342 Pane *pane = Ttk_SlaveData(mgr, i); local
377 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
408 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
417 Pane *pane; local
450 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
582 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
741 Pane *pane = Ttk_SlaveData(pw->paned.mgr, index); local
774 Pane *pane; local
837 Pane *pane; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit69 set pane [$PaneMenu get]
70 set win [.edit childsite $pane]
92 set pane [$PaneMenu get]
93 set win [.edit childsite $pane]
136 set pane "area #[expr $i+1]"
137 lappend areas [.edit childsite $pane]
157 # Adds another editing pane to the current editor.
162 set pane "area #[incr FileWindows]"
163 .edit add $pane -minimum 100
164 $PaneMenu insert end $pane
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpendulum.rb54 @pane = TkPanedWindow.new(frame, :orient=>:horizontal).pack(:fill=>:both, :expand=>true)
55 # @pane.add(@lf1 = TkLabelFrame.new(@pane, :text=>'Pendulum Simulation'))
56 # @pane.add(@lf2 = TkLabelFrame.new(@pane, :text=>'Phase Space'))
57 @lf1 = TkLabelFrame.new(@pane, :text=>'Pendulum Simulation')
58 @lf2 = TkLabelFrame.new(@pane, :text=>'Phase Space')
134 @pane.add(@lf1)
135 @pane.add(@lf2)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dpendulum.rb56 @pane = TkPanedWindow.new(frame, :orient=>:horizontal).pack(:fill=>:both, :expand=>true)
57 # @pane.add(@lf1 = TkLabelFrame.new(@pane, :text=>'Pendulum Simulation'))
58 # @pane.add(@lf2 = TkLabelFrame.new(@pane, :text=>'Phase Space'))
59 @lf1 = TkLabelFrame.new(@pane, :text=>'Pendulum Simulation')
60 @lf2 = TkLabelFrame.new(@pane, :text=>'Phase Space')
136 @pane.add(@lf1)
137 @pane.add(@lf2)
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe90 # p a n e implements the new widget 'pane' to realize a
92 # in fixed size outer window, the pane window.
112 #----------------------------------------------------------------------pane--
113 proc pane { path type width height } { procedure
135 #----------------------------------------------------------------------pane--
160 proc pane_down { pane } {
163 $pane.separator.handle configure -relief sunken
164 raise $pane.separator
165 set _pane_Priv(rooty) [winfo pointery $pane]
167 scan [winfo geometry $pane] "
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dmanager.rb79 pane = pw1.add(:minsize=>100)
81 pw2 = Tk::BWidget::PanedWindow.new(pane, :side=>:left)
87 [pane1, pane2].each{|pane|
88 sw = Tk::BWidget::ScrolledWindow.new(pane)
H A Dtree.rb17 pane = pw.add(:weight=>1)
18 title = Tk::BWidget::TitleFrame.new(pane, :text=>'Directory tree')
48 pane = pw.add(:weight=>2)
49 lf = Tk::BWidget::TitleFrame.new(pane, :text=>'Content')
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl68 set pane [$pw1 add -minsize 100]
70 set pw2 [PanedWindow $pane.pw -side left]
75 foreach pane [list $pane1 $pane2] {
76 set sw [ScrolledWindow $pane.sw]
H A Dtree.tcl18 set pane [$pw add -weight 1]
19 set title [TitleFrame $pane.lf -text "Directory tree"]
37 set pane [$pw add -weight 2]
38 set lf [TitleFrame $pane.lf -text "Content"]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk5 # either vertically or horizontally. Each pane is itself a frame acting
6 # as a child site for other widgets. The border separating each pane
107 private variable _unique -1 ;# Unique number for pane names.
322 # of the pane, and a negative value causes the sash to be offset from
346 # requested tag, numerical index, or keyword "end". Returns the pane's
391 foreach pane $_panes {
392 lappend children [$itk_component($pane) childSite]
462 # Add a new pane to the paned window to the far (right/bottom) side.
464 # pane constructor. These include -margin, and -minimum. The path
465 # of the pane i
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog302 set pane [.pw childsite "widgets"]
303 set widgets(list) $pane.wlist
312 set pane [.pw childsite "info"]
313 set widgets(info) $pane.info
317 set widgets(status) [label $pane.status]
318 pack $pane.status -anchor w
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl159 set pane [winfo parent $frame]
164 return [$pane forget $frame]
167 return [$pane add $frame]
576 proc chatwidget::PaneMap {w pane offset} {
577 bind $pane <Map> {}
578 if {[llength [$pane panes]] > 1} {
580 if {[$pane cget -orient] eq "horizontal"} {
585 #after idle [list $pane sashpos 0 [expr {[winfo $axis $pane] + $offset}]]
586 after idle [namespace code [list PaneMapImpl $pane
[all...]

Completed in 165 milliseconds

12