From 830ed801768d14a2d686a0bee823a9d0602c5cef Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 Dec 2006 20:34:27 +0000 Subject: // class_sethelpsymbol(); svn path=/trunk/externals/iem/iemgui/; revision=6903 --- src/cube_sphere.c | 2 +- src/hfadl_scale.c | 2 +- src/hfadr_scale.c | 2 +- src/iem_event.c | 2 +- src/iem_image.c | 2 +- src/iem_vu.c | 2 +- src/iemgui.c | 2 +- src/numberbox_matrix.c | 4 ++-- src/room_sim_2d.c | 2 +- src/room_sim_3d.c | 2 +- src/sym_dial.c | 2 +- src/vfad_scale.c | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/cube_sphere.c b/src/cube_sphere.c index 44bfa94..ed38b7a 100644 --- a/src/cube_sphere.c +++ b/src/cube_sphere.c @@ -787,5 +787,5 @@ void cube_sphere_setup(void) #endif class_setwidget(cube_sphere_class, &cube_sphere_widgetbehavior); - class_sethelpsymbol(cube_sphere_class, gensym("iemhelp2/help-cube_sphere")); +// class_sethelpsymbol(cube_sphere_class, gensym("iemhelp2/help-cube_sphere")); } diff --git a/src/hfadl_scale.c b/src/hfadl_scale.c index c75ac57..7b5d879 100644 --- a/src/hfadl_scale.c +++ b/src/hfadl_scale.c @@ -199,5 +199,5 @@ void hfadl_scale_setup(void) #endif class_setwidget(hfadl_scale_class, &hfadl_scale_widgetbehavior); - class_sethelpsymbol(hfadl_scale_class, gensym("iemhelp2/help-hfadl_scale")); +// class_sethelpsymbol(hfadl_scale_class, gensym("iemhelp2/help-hfadl_scale")); } diff --git a/src/hfadr_scale.c b/src/hfadr_scale.c index edc6f1e..d49ed3a 100644 --- a/src/hfadr_scale.c +++ b/src/hfadr_scale.c @@ -198,5 +198,5 @@ void hfadr_scale_setup(void) #endif class_setwidget(hfadr_scale_class, &hfadr_scale_widgetbehavior); - class_sethelpsymbol(hfadr_scale_class, gensym("iemhelp2/help-hfadr_scale")); +// class_sethelpsymbol(hfadr_scale_class, gensym("iemhelp2/help-hfadr_scale")); } diff --git a/src/iem_event.c b/src/iem_event.c index 3e68163..0c7ed8e 100644 --- a/src/iem_event.c +++ b/src/iem_event.c @@ -469,5 +469,5 @@ void iem_event_setup(void) #endif class_setwidget(iem_event_class, &iem_event_widgetbehavior); - class_sethelpsymbol(iem_event_class, gensym("iemhelp2/help-iem_event")); +// class_sethelpsymbol(iem_event_class, gensym("iemhelp2/help-iem_event")); } diff --git a/src/iem_image.c b/src/iem_image.c index c15754b..d6eafbe 100644 --- a/src/iem_image.c +++ b/src/iem_image.c @@ -421,7 +421,7 @@ void iem_image_setup(void) #endif class_setwidget(iem_image_class, &iem_image_widgetbehavior); - class_sethelpsymbol(iem_image_class, gensym("iemhelp2/help-iem_image")); +// class_sethelpsymbol(iem_image_class, gensym("iemhelp2/help-iem_image")); // post("iem_image library loaded!"); } diff --git a/src/iem_vu.c b/src/iem_vu.c index ec78e2e..fef252a 100644 --- a/src/iem_vu.c +++ b/src/iem_vu.c @@ -833,5 +833,5 @@ void iem_vu_setup(void) #endif class_setwidget(iem_vu_class, &iem_vu_widgetbehavior); - class_sethelpsymbol(iem_vu_class, gensym("iemhelp2/help-iem_vu")); +// class_sethelpsymbol(iem_vu_class, gensym("iemhelp2/help-iem_vu")); } diff --git a/src/iemgui.c b/src/iemgui.c index 7e7a963..48008b9 100644 --- a/src/iemgui.c +++ b/src/iemgui.c @@ -108,6 +108,6 @@ void iemgui_setup(void) iem_event_setup(); // toggle_matrix_setup(); - post("iemgui (R-1.16) library loaded! (c) Thomas Musil 05.2005"); + post("iemgui (R-1.17) library loaded! (c) Thomas Musil 11.2006"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } diff --git a/src/numberbox_matrix.c b/src/numberbox_matrix.c index 9b03f3e..e7f7043 100644 --- a/src/numberbox_matrix.c +++ b/src/numberbox_matrix.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" @@ -1378,5 +1378,5 @@ void numberbox_matrix_setup(void) #endif class_setwidget(numberbox_matrix_class, &numberbox_matrix_widgetbehavior); - class_sethelpsymbol(numberbox_matrix_class, gensym("iemhelp2/help-numberbox_matrix")); +// class_sethelpsymbol(numberbox_matrix_class, gensym("iemhelp2/help-numberbox_matrix")); } diff --git a/src/room_sim_2d.c b/src/room_sim_2d.c index f74cda5..26599a3 100644 --- a/src/room_sim_2d.c +++ b/src/room_sim_2d.c @@ -823,5 +823,5 @@ void room_sim_2d_setup(void) #endif class_setwidget(room_sim_2d_class, &room_sim_2d_widgetbehavior); - class_sethelpsymbol(room_sim_2d_class, gensym("iemhelp2/help-room_sim_2d")); +// class_sethelpsymbol(room_sim_2d_class, gensym("iemhelp2/help-room_sim_2d")); } diff --git a/src/room_sim_3d.c b/src/room_sim_3d.c index c0fa168..67cf21b 100644 --- a/src/room_sim_3d.c +++ b/src/room_sim_3d.c @@ -962,5 +962,5 @@ void room_sim_3d_setup(void) #endif class_setwidget(room_sim_3d_class, &room_sim_3d_widgetbehavior); - class_sethelpsymbol(room_sim_3d_class, gensym("iemhelp2/help-room_sim_3d")); +// class_sethelpsymbol(room_sim_3d_class, gensym("iemhelp2/help-room_sim_3d")); } diff --git a/src/sym_dial.c b/src/sym_dial.c index 6f3dfe1..7cf931b 100644 --- a/src/sym_dial.c +++ b/src/sym_dial.c @@ -927,5 +927,5 @@ void sym_dial_setup(void) #endif class_setwidget(sym_dial_class, &sym_dial_widgetbehavior); - class_sethelpsymbol(sym_dial_class, gensym("iemhelp2/help-sym_dial")); +// class_sethelpsymbol(sym_dial_class, gensym("iemhelp2/help-sym_dial")); } diff --git a/src/vfad_scale.c b/src/vfad_scale.c index 2ee0659..e31723e 100644 --- a/src/vfad_scale.c +++ b/src/vfad_scale.c @@ -198,5 +198,5 @@ void vfad_scale_setup(void) #endif class_setwidget(vfad_scale_class, &vfad_scale_widgetbehavior); - class_sethelpsymbol(vfad_scale_class, gensym("iemhelp2/help-vfad_scale")); +// class_sethelpsymbol(vfad_scale_class, gensym("iemhelp2/help-vfad_scale")); } -- cgit v1.2.1