Home
last modified time | relevance | path

Searched refs:visibleitems (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dscrolledtext.itk61 itk_option define -visibleitems visibleItems VisibleItems 80x24
209 configure -visibleitems $itk_option(-visibleitems)
242 configure -visibleitems $itk_option(-visibleitems)
261 if {[regexp {^[0-9]+x[0-9]+$} $itk_option(-visibleitems)]} {
264 set chars [lindex [split $itk_option(-visibleitems) x] 0]
265 set lines [lindex [split $itk_option(-visibleitems) x] 1]
H A Dscrolledlistbox.itk60 itk_option define -visibleitems visibleItems VisibleItems 20x10
274 configure -visibleitems $itk_option(-visibleitems)
307 configure -visibleitems $itk_option(-visibleitems)
326 if {[regexp {^[0-9]+x[0-9]+$} $itk_option(-visibleitems)]} {
329 set chars [lindex [split $itk_option(-visibleitems) x] 0]
330 set lines [lindex [split $itk_option(-visibleitems) x] 1]
H A Dhierarchy.itk103 itk_option define -visibleitems visibleItems VisibleItems 80x24
769 configure -visibleitems $itk_option(-visibleitems)
802 configure -visibleitems $itk_option(-visibleitems)
821 if {[regexp {^[0-9]+x[0-9]+$} $itk_option(-visibleitems)]} {
824 set chars [lindex [split $itk_option(-visibleitems) x] 0]
825 set lines [lindex [split $itk_option(-visibleitems) x] 1]
H A Dmessagebox.itk147 -visibleitems -vscrollmode -width
H A Dextfileselectionbox.itk183 -visibleitems 1x1 -labelpos nw \
202 -visibleitems 1x1 -labelpos nw \
H A Dfileselectionbox.itk169 -visibleitems 1x1 -labelpos nw \
185 -visibleitems 1x1 -labelpos nw \
H A Dselectionbox.itk123 -visibleitems 20x10 -labelpos nw -vscrollmode static \
H A Dhyperhelp.itk182 -width -height -foreground -highlightcolor -visibleitems \
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Dlistview.cpp73 int visibleitems; in Draw() local
124 visibleitems = count_visible(_RootNode->Children[0]); in Draw()
125 …slidertop = int(_Y + _Height - 45 - (float(visibleitems - count_visible(_FirstVisible)) / float(vi… in Draw()
126 sliderheight = int((float(capacity) / float(visibleitems)) * (_Height - 62)); in Draw()
304 int visibleitems; in Event() local
316 visibleitems = count_visible(_RootNode->Children[0]); in Event()
318 visibleitems = 0; in Event()
329 …firstvisibleindex = int(float(visibleitems * (_Y + _Height - 45 - y)) / float(_Height - 62) - (flo… in Event()
330 if (firstvisibleindex > visibleitems - capacity) firstvisibleindex = visibleitems - capacity; in Event()
495 …firstvisibleindex = int(float(visibleitems * (_Y + _Height - 45 - y)) / float(_Height - 62) - (flo… in Event()
[all …]
/dports/security/sectok/sectok-20030825/palm/
H A Dsectok.rcp23 LIST "" id listID_cmd at (2 20 64 auto) nonusable visibleitems 8
27 LIST "" id listID_cflex at (80 20 64 auto) nonusable visibleitems 8
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/tests/
H A Dhyperhelp.test86 {-visibleitems 72x40 72x40}
113 {-visibleitems bogus {bad visibleitems option "bogus": should be widthxheight}}
H A Dscrolledtext.test113 {-visibleitems 72x40 72x40}
131 {-visibleitems bogus {bad visibleitems option "bogus": should be widthxheight}}
H A Dscrolledlistbox.test108 {-visibleitems 30x20 30x20}
124 {-visibleitems bogus {bad visibleitems option "bogus": should be widthxheight}}
H A Dscrolledhtml.test109 {-visibleitems 72x40 72x40}
138 {-visibleitems bogus {bad visibleitems option "bogus": should be widthxheight}}
H A Dhierarchy.test150 {-visibleitems 40x20 40x20}
206 {-visibleitems bogus {bad visibleitems option "bogus": should be widthxheight}}
H A Dmessagebox.test118 {-visibleitems bogus {bad visibleitems option "bogus": should be widthxheight}}
/dports/net/smm++/smm/sources/editor/
H A DTConfigfileSelectors.tcl21 -selectioncommand "[code $this selected]" -visibleitems 30x10
78 -selectioncommand "[code $this selected]" -visibleitems 30x10
167 -selectioncommand "[code $this selected]" -visibleitems 30x10
/dports/net/smm++/smm/sources/error/
H A DTErrorLogger.tcl13 -visibleitems 80x24 \
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/demos/
H A Dmessagebox9 -labelpos n -visibleitems 50x8
H A Dhierarchy137 iwidgets::hierarchy .h -querycommand "get_files %n" -visibleitems 30x15 \
H A Dmainwindow154 iwidgets::scrolledtext [.mw childsite].st -visibleitems 40x8
/dports/net/smm++/smm/sources/mudding/
H A DTOutX.tcl125 configure -visibleitems 80x49
449 regexp -- {([0-9]+)x([0-9]+)} [cget -visibleitems] dummy CVColumns CVLines
/dports/net/smm++/smm/sources/main/
H A DTNamecreator.tcl70 configure -visibleitems 30x15
/dports/x11-toolkits/itk/itk3.3/demos/
H A Ditkedit172 -hscrollmode none -vscrollmode dynamic -visibleitems 1x1
/dports/net/smm++/smm/sources/mapping/
H A DTText.tcl249 -wrap none -borderwidth 2 -relief sunken -visibleitems 40x7

12