Changeset 1449 in Sophya
- Timestamp:
- Apr 6, 2001, 11:04:22 AM (24 years ago)
- Location:
- trunk/SophyaPI/PI/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Tests/Makefile
r300 r1449 6 6 ifdef NOSHLIB 7 7 LIBF = $(LIB)libPI.a $(LIB)libOutils++.a $(LIB)libcoutils.a 8 LIBS = -L$(LIB) -lPI -lOutils++ -lcoutils -lXm -lXt -lX11 -lm8 LIBS = -L$(LIB) -lPIext -lPI -lOutils++ -lcoutils -lXm -lXt -lX11 -lm 9 9 ifeq ($(CXX),cxx) 10 10 # librairie des instances de templates cxx 11 LIBS := $(LIBS) -lertcxx 11 LIBS := $(LIBS) -lertcxx -lertcxxpi 12 12 endif 13 13 else -
trunk/SophyaPI/PI/Tests/pitgr.cc
r1263 r1449 75 75 MainWin()->SetSize(360,130); 76 76 zoom = new PIPixmap(MainWin(), "Zoom", 90, 90, 5, 5); 77 zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);77 // zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic); 78 78 // zoom->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_elastic,PIBK_fixed); 79 79 cmapv = new PICMapView(MainWin(), "CMapView", 350, 25, 5, 100); 80 cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);81 //cmapv->SetBinding(PIBK_fixed,PIBK_free,PIBK_fixed,PIBK_free);80 // cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic); 81 cmapv->SetBinding(PIBK_fixed,PIBK_free,PIBK_fixed,PIBK_free); 82 82 // Creation d' zone texte multiligne 83 83 txt = new PIText(MainWin(), "mltext", 250, 90, 105, 5); 84 txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);85 //txt->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_free);84 // txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic); 85 txt->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_free); 86 86 txt->SetMutiLineMode(true); 87 87 txt->SetTextEditable(false);
Note:
See TracChangeset
for help on using the changeset viewer.