Searched refs:confine (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/progressbar/
H A Dprogressbar.edc95 confine: "rect.base";
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvas.h92 int confine; /* Non-zero means constrain view to keep as member in struct:TkCanvas
H A DtkCanvas.c134 {TK_CONFIG_BOOLEAN, "-confine", "confine", "Confine",
135 DEF_CANVAS_CONFINE, Tk_Offset(TkCanvas, confine), 0},
426 canvasPtr->confine = 0;
2015 * Reset the canvas's origin (this is a no-op unless confine mode has just
5383 if ((canvasPtr->confine) && (canvasPtr->regionString != NULL)) {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvas.h90 int confine; /* Non-zero means constrain view to keep member in struct:TkCanvas
H A DtkCanvas.c132 {TK_CONFIG_BOOLEAN, "-confine", "confine", "Confine",
133 DEF_CANVAS_CONFINE, Tk_Offset(TkCanvas, confine), 0},
421 canvasPtr->confine = 0;
2141 * Reset the canvas's origin (this is a no-op unless confine
5543 if ((canvasPtr->confine) && (canvasPtr->regionString != NULL)) {
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/scrollbar/
H A Dscrollbar.edc151 confine: "rect.knobarea";
329 confine: "rect.knobarea";
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/slider/
H A Dslider.edc208 confine: "rect.base";
410 confine: "rect.base";
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dtree.rb192 def find(findinfo, confine=None)
193 Tk::BWidget::Tree::Node.id2obj(self, tk_send(findinfo, confine))
195 def find_position(x, y, confine=None)
196 self.find(_at(x,y), confine)
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledcanvas.itk142 keep -closeenough -confine -scrollregion
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl245 # confine
250 proc domtree::find {path findInfo {confine {}}} {
251 set tnode [$path.tree find $findInfo $confine]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlistbox.tcl68 -insertontime -selectborderwidth -closeenough -confine -scrollregion
653 # findInfo @x,y ?confine?
656 proc ListBox::find {path findInfo {confine ""}} {
666 set confine ""
693 if {[string equal $confine "confine"]} {
H A Dtree.tcl77 -insertontime -selectborderwidth -closeenough -confine -scrollregion
814 # findInfo @x,y ?confine?
817 proc Tree::find {path findInfo {confine ""}} {
824 set confine ""
849 if {![string equal $confine ""]} {
/macosx-10.10/vim-55/runtime/syntax/
H A Dtcl.vim73 syn keyword tcltkWidgetSwitch contained closeenough confine scrollregion xscrollincrement yscrollincrement orient

Completed in 299 milliseconds