Home
last modified time | relevance | path

Searched refs:cscroll (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/tclsci/demos/tk/
H A Dscroll.dem.sce13 TCL_EvalFile(tkpath + "cscroll")
16 TCL_EvalStr("set h [winfo exists .cscroll]");
H A Dcscroll1 # cscroll.tcl --
6 # SCCS: @(#) cscroll.tcl 1.6 97/03/02 16:20:45
9 set w .cscroll
13 wm iconname $w "cscroll"
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dinit.C1135 rgba cscroll; in get_colors() local
1136 pix_colors [Color_scroll].get (cscroll); in get_colors()
1141 min ((int)rgba::MAX_CC, max (cscroll.r / 5, cscroll.r) * 7 / 5), in get_colors()
1142 min ((int)rgba::MAX_CC, max (cscroll.g / 5, cscroll.g) * 7 / 5), in get_colors()
1143 min ((int)rgba::MAX_CC, max (cscroll.b / 5, cscroll.b) * 7 / 5), in get_colors()
1144 cscroll.a) in get_colors()
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dncommand.c78 static const char *cscroll(), *cquit(), *cerror(), *ceval(), *cset(),
145 { "forw_scroll", FORW_SCROLL, cscroll },
146 { "back_scroll", BACK_SCROLL, cscroll },
147 { "forw", FORW, cscroll },
148 { "back", BACK, cscroll },
1075 cscroll(cident, args) in cscroll() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/library/demos/
H A DtclIndex40 set auto_index(scrollEnter) [list source [file join $dir cscroll.tcl]]
41 set auto_index(scrollLeave) [list source [file join $dir cscroll.tcl]]
42 set auto_index(scrollButton) [list source [file join $dir cscroll.tcl]]
H A Dwidget184 .t insert end "7. A simple scrollable canvas." {demo demo-cscroll}
/dports/shells/ksh93/ast-93u/src/lib/libtk/library/demos/
H A DtclIndex40 set auto_index(scrollEnter) [list source [file join $dir cscroll.tcl]]
41 set auto_index(scrollLeave) [list source [file join $dir cscroll.tcl]]
42 set auto_index(scrollButton) [list source [file join $dir cscroll.tcl]]
/dports/x11-toolkits/tk85/tk8.5.19/library/demos/
H A DtclIndex40 set auto_index(scrollEnter) [list source [file join $dir cscroll.tcl]]
41 set auto_index(scrollLeave) [list source [file join $dir cscroll.tcl]]
42 set auto_index(scrollButton) [list source [file join $dir cscroll.tcl]]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/library/demos/
H A DtclIndex40 set auto_index(scrollEnter) [list source [file join $dir cscroll.tcl]]
41 set auto_index(scrollLeave) [list source [file join $dir cscroll.tcl]]
42 set auto_index(scrollButton) [list source [file join $dir cscroll.tcl]]
/dports/x11-toolkits/tk87/tk8.7a5/library/demos/
H A DtclIndex40 set auto_index(scrollEnter) [list source -encoding utf-8 [file join $dir cscroll.tcl]]
41 set auto_index(scrollLeave) [list source -encoding utf-8 [file join $dir cscroll.tcl]]
42 set auto_index(scrollButton) [list source -encoding utf-8 [file join $dir cscroll.tcl]]
/dports/x11-toolkits/tk86/tk8.6.12/library/demos/
H A DtclIndex40 set auto_index(scrollEnter) [list source -encoding utf-8 [file join $dir cscroll.tcl]]
41 set auto_index(scrollLeave) [list source -encoding utf-8 [file join $dir cscroll.tcl]]
42 set auto_index(scrollButton) [list source -encoding utf-8 [file join $dir cscroll.tcl]]
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dbind.pl59 $t->tagBind(qw/d6 <1>/ => sub {&cscroll('cscroll')});
H A Dcscroll.pl6 sub cscroll { subroutine
/dports/multimedia/lives/lives-3.2.0/src/
H A Dce_thumbs.c154 LiVESWidget *tscroll, *cscroll; in start_ce_thumb_mode() local
338 cscroll = lives_standard_scrolled_window_new(width, height, tgrid); in start_ce_thumb_mode()
339 …lives_scrolled_window_set_policy(LIVES_SCROLLED_WINDOW(cscroll), LIVES_POLICY_NEVER, LIVES_POLICY_… in start_ce_thumb_mode()
340 lives_box_pack_start(LIVES_BOX(hbox2), cscroll, TRUE, TRUE, 0); in start_ce_thumb_mode()
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/
H A DMANIFEST40 demos/widget_lib/cscroll.pl
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_vastar.cpp629 static void draw_layer(UINT8 *ram, UINT8 *gfx, UINT8 *cscroll, INT32 ofst0, INT32 ofst1, INT32 opaq… in draw_layer() argument
638 if (cscroll) { in draw_layer()
639 sy -= (cscroll[sx/8] + 16) & 0xff; in draw_layer()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_vastar.cpp629 static void draw_layer(UINT8 *ram, UINT8 *gfx, UINT8 *cscroll, INT32 ofst0, INT32 ofst1, INT32 opaq… in draw_layer() argument
638 if (cscroll) { in draw_layer()
639 sy -= (cscroll[sx/8] + 16) & 0xff; in draw_layer()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.h276 void cscroll(int n, GotoRegion region);
H A Dlibutil.cc479 void cscroll(int n, GotoRegion region) in cscroll() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/
H A DMakefile86 library/demos/cscroll.tcl \
176 library/demos/cscroll.tcl \
H A DMamfile1101 make ${INSTALLROOT}/lib/tk4.2/demos/cscroll.tcl
1102 make library/demos/cscroll.tcl
1103 done library/demos/cscroll.tcl
1104cscroll.tcl' || ${STDCMP} 2>/dev/null -s library/demos/cscroll.tcl ${INSTALLROOT}/lib/tk4.2/demos/
1105 done ${INSTALLROOT}/lib/tk4.2/demos/cscroll.tcl generated
/dports/shells/ksh93/ast-93u/src/lib/libtk/
H A DMakefile86 library/demos/cscroll.tcl \
176 library/demos/cscroll.tcl \
H A DMamfile1101 make ${INSTALLROOT}/lib/tk4.2/demos/cscroll.tcl
1102 make library/demos/cscroll.tcl
1103 done library/demos/cscroll.tcl
1104cscroll.tcl' || ${STDCMP} 2>/dev/null -s library/demos/cscroll.tcl ${INSTALLROOT}/lib/tk4.2/demos/
1105 done ${INSTALLROOT}/lib/tk4.2/demos/cscroll.tcl generated
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/
H A DMakefile86 library/demos/cscroll.tcl \
176 library/demos/cscroll.tcl \
H A DMamfile1118 make ${INSTALLROOT}/lib/tk4.2/demos/cscroll.tcl
1119 make library/demos/cscroll.tcl
1120 done library/demos/cscroll.tcl
1121cscroll.tcl' || ${STDCMP} 2>/dev/null -s library/demos/cscroll.tcl ${INSTALLROOT}/lib/tk4.2/demos/
1122 done ${INSTALLROOT}/lib/tk4.2/demos/cscroll.tcl generated

123