fxruby 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. data/doc/apes02.html +6 -6
  2. data/doc/apes03.html +11 -11
  3. data/doc/book.html +1 -1
  4. data/doc/build.html +63 -63
  5. data/doc/ch03s02.html +7 -7
  6. data/doc/ch03s03.html +18 -18
  7. data/doc/ch03s04.html +11 -11
  8. data/doc/ch03s05.html +14 -14
  9. data/doc/ch04s02.html +14 -14
  10. data/doc/ch04s03.html +15 -15
  11. data/doc/ch04s04.html +28 -28
  12. data/doc/ch05s02.html +49 -49
  13. data/doc/ch05s03.html +8 -8
  14. data/doc/changes.html +263 -193
  15. data/doc/clipboardtut.html +57 -45
  16. data/doc/cvs.html +10 -10
  17. data/doc/differences.html +4 -4
  18. data/doc/dragdroptut.html +50 -50
  19. data/doc/events.html +11 -11
  20. data/doc/examples.html +48 -48
  21. data/doc/gems.html +37 -37
  22. data/doc/goals.html +4 -4
  23. data/doc/implementation.html +4 -4
  24. data/doc/infosources.html +6 -6
  25. data/doc/library.html +19 -19
  26. data/doc/opengl.html +31 -31
  27. data/doc/pt01.html +1 -1
  28. data/doc/pt02.html +1 -1
  29. data/doc/scintilla.html +15 -15
  30. data/doc/style.css +3 -0
  31. data/doc/todo.html +5 -5
  32. data/doc/tutorial1.html +34 -34
  33. data/doc/unicode.html +56 -0
  34. data/ext/fox16/dialogs_wrap.cpp +38 -14
  35. data/ext/fox16/frames_wrap.cpp +856 -22
  36. data/ext/fox16/fx3d_wrap.cpp +169 -144
  37. data/ext/fox16/icons_wrap.cpp +24 -6
  38. data/ext/fox16/image_wrap.cpp +24 -6
  39. data/ext/fox16/label_wrap.cpp +23 -8
  40. data/ext/fox16/markfuncs.cpp +8 -1
  41. data/ext/fox16/mdi_wrap.cpp +53 -23
  42. data/ext/fox16/menu_wrap.cpp +43 -19
  43. data/ext/fox16/scintilla_wrap.cpp +31 -7
  44. data/ext/fox16/table_wrap.cpp +31 -7
  45. data/ext/fox16/text_wrap.cpp +31 -7
  46. data/ext/fox16/treelist_wrap.cpp +300 -276
  47. data/ext/fox16/ui_wrap.cpp +385 -26
  48. data/lib/fox16/aliases.rb +3 -0
  49. data/lib/fox16/version.rb +1 -1
  50. data/rdoc-sources/FXFoldingList.rb +2 -2
  51. data/tests/TC_FXDirList.rb +1 -1
  52. data/tests/TC_FXGLViewer.rb +2 -0
  53. data/tests/TC_FXHeader.rb +1 -1
  54. data/tests/TC_FXIconList.rb +1 -1
  55. data/tests/TC_FXId.rb +1 -1
  56. data/tests/TC_FXList.rb +1 -1
  57. data/tests/TC_FXListBox.rb +1 -1
  58. data/tests/TC_FXMenuCommand.rb +0 -14
  59. data/tests/TC_FXTable.rb +0 -32
  60. data/tests/TC_FXTableItem.rb +1 -1
  61. data/tests/TC_FXTreeList.rb +1 -1
  62. data/tests/TC_FXTreeListBox.rb +1 -1
  63. metadata +5 -4
@@ -534,23 +534,26 @@ SWIGIMPORT(void) SWIG_Ruby_ConvertPacked(VALUE obj, void *ptr, int sz, swig_ty
534
534
  #define SWIGTYPE_p_FXObject swig_types[15]
535
535
  #define SWIGTYPE_p_FXColorWheel swig_types[16]
536
536
  #define SWIGTYPE_p_FXBitmapFrame swig_types[17]
537
- #define SWIGTYPE_p_FXImageFrame swig_types[18]
538
- #define SWIGTYPE_p_FXKnob swig_types[19]
539
- #define SWIGTYPE_p_FXDrawable swig_types[20]
540
- #define SWIGTYPE_p_FXProgressBar swig_types[21]
541
- #define SWIGTYPE_p_FXStream swig_types[22]
542
- #define SWIGTYPE_p_FXHeader swig_types[23]
543
- #define SWIGTYPE_p_FXColorWell swig_types[24]
544
- #define SWIGTYPE_p_FXHeaderItem swig_types[25]
545
- #define SWIGTYPE_p_FXRegion swig_types[26]
546
- #define SWIGTYPE_p_FXToolBarTab swig_types[27]
547
- #define SWIGTYPE_p_FXFont swig_types[28]
548
- #define SWIGTYPE_p_FXFrame swig_types[29]
549
- #define SWIGTYPE_p_FXRealSlider swig_types[30]
550
- #define SWIGTYPE_p_FXSlider swig_types[31]
551
- #define SWIGTYPE_p_FXColorBar swig_types[32]
552
- #define SWIGTYPE_p_FXColorRing swig_types[33]
553
- static swig_type_info *swig_types[35];
537
+ #define SWIGTYPE_p_FXGradientBar swig_types[18]
538
+ #define SWIGTYPE_p_FXImageFrame swig_types[19]
539
+ #define SWIGTYPE_p_FXKnob swig_types[20]
540
+ #define SWIGTYPE_p_FXDrawable swig_types[21]
541
+ #define SWIGTYPE_p_FXProgressBar swig_types[22]
542
+ #define SWIGTYPE_p_FXStream swig_types[23]
543
+ #define SWIGTYPE_p_FXHeader swig_types[24]
544
+ #define SWIGTYPE_p_FXColorWell swig_types[25]
545
+ #define SWIGTYPE_p_FXHeaderItem swig_types[26]
546
+ #define SWIGTYPE_p_FXRegion swig_types[27]
547
+ #define SWIGTYPE_p_FXToolBarTab swig_types[28]
548
+ #define SWIGTYPE_p_FXFont swig_types[29]
549
+ #define SWIGTYPE_p_FXFrame swig_types[30]
550
+ #define SWIGTYPE_p_FXGradient swig_types[31]
551
+ #define SWIGTYPE_p_p_FXGradient swig_types[32]
552
+ #define SWIGTYPE_p_FXRealSlider swig_types[33]
553
+ #define SWIGTYPE_p_FXSlider swig_types[34]
554
+ #define SWIGTYPE_p_FXColorBar swig_types[35]
555
+ #define SWIGTYPE_p_FXColorRing swig_types[36]
556
+ static swig_type_info *swig_types[38];
554
557
 
555
558
  /* -------- TYPES TABLE (END) -------- */
556
559
 
@@ -866,6 +869,45 @@ FXToolBarTab *new_FXToolBarTab(FXComposite *p,FXObject *tgt,FXSelector sel,FXuin
866
869
 
867
870
  swig_class cFXToolBarTab;
868
871
  static void free_FXToolBarTab(FXToolBarTab *);
872
+
873
+ swig_class cFXGradient;
874
+ FXGradientBar *new_FXGradientBar(FXComposite *p,FXObject *tgt,FXSelector sel,FXuint opts,FXint x,FXint y,FXint w,FXint h,FXint pl,FXint pr,FXint pt,FXint pb){
875
+ return new FXRbGradientBar(p,tgt,sel,opts,x,y,w,h,pl,pr,pt,pb);
876
+ }
877
+ FXbool FXGradientBar_selectSegments(FXGradientBar *self,FXint fm,FXint to,FXbool notify){
878
+ if(fm>to){
879
+ rb_raise(rb_eArgError,"'from' index is greater than 'to' index");
880
+ }
881
+ if(fm<0 || to>=self->getNumSegments()){
882
+ rb_raise(rb_eIndexError,"segment index out of bounds");
883
+ }
884
+ return self->selectSegments(fm,to,notify);
885
+ }
886
+ VALUE FXGradientBar_gradient(FXGradientBar *self,FXint nramp){
887
+ FXColor* ramp;
888
+ VALUE ary;
889
+ FXint i;
890
+ if(nramp>0){
891
+ if(FXMALLOC(&ramp,FXColor,nramp)){
892
+ self->gradient(ramp,nramp);
893
+ ary=rb_ary_new2(nramp);
894
+ for(i=0; i<nramp; i++){
895
+ rb_ary_store(ary,i,to_ruby(ramp[i]));
896
+ }
897
+ FXFREE(&ramp);
898
+ return ary;
899
+ }
900
+ else{
901
+ rb_raise(rb_eNoMemError,"");
902
+ }
903
+ }
904
+ else{
905
+ return rb_ary_new();
906
+ }
907
+ }
908
+
909
+ swig_class cFXGradientBar;
910
+ static void free_FXGradientBar(FXGradientBar *);
869
911
  static VALUE _wrap_FXArrowButton_onPaint(int argc, VALUE *argv, VALUE self) { FXArrowButton *arg1 = (FXArrowButton *) 0 ;
870
912
  FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
871
913
  if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
@@ -8267,6 +8309,631 @@ static VALUE _wrap_FXToolBarTab_setShape(int nargs, VALUE *args, VALUE self) { i
8267
8309
  static VALUE _wrap_FXToolBarTab_clearShape(int argc, VALUE *argv, VALUE self) { FXToolBarTab *arg1 = (FXToolBarTab *) 0 ;
8268
8310
  if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8269
8311
  SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToolBarTab, 1); FXToolBarTab_clearShape(arg1); return Qnil; }
8312
+ static VALUE _wrap_FXGradient_lower_set(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8313
+ FXdouble arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8314
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); arg2 = (FXdouble) NUM2DBL(argv[0]);
8315
+ if (arg1) (arg1)->lower = arg2; return Qnil; }
8316
+ static VALUE _wrap_FXGradient_lower_get(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8317
+ FXdouble result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8318
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8319
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); result = (FXdouble) ((arg1)->lower);
8320
+ vresult = rb_float_new(result); return vresult; }
8321
+ static VALUE _wrap_FXGradient_middle_set(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8322
+ FXdouble arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8323
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); arg2 = (FXdouble) NUM2DBL(argv[0]);
8324
+ if (arg1) (arg1)->middle = arg2; return Qnil; }
8325
+ static VALUE _wrap_FXGradient_middle_get(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8326
+ FXdouble result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8327
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8328
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); result = (FXdouble) ((arg1)->middle);
8329
+ vresult = rb_float_new(result); return vresult; }
8330
+ static VALUE _wrap_FXGradient_upper_set(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8331
+ FXdouble arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8332
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); arg2 = (FXdouble) NUM2DBL(argv[0]);
8333
+ if (arg1) (arg1)->upper = arg2; return Qnil; }
8334
+ static VALUE _wrap_FXGradient_upper_get(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8335
+ FXdouble result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8336
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8337
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); result = (FXdouble) ((arg1)->upper);
8338
+ vresult = rb_float_new(result); return vresult; }
8339
+ static VALUE _wrap_FXGradient_lowerColor_set(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8340
+ FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8341
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); arg2 = to_FXColor(argv[0]);
8342
+ if (arg1) (arg1)->lowerColor = arg2; return Qnil; }
8343
+ static VALUE _wrap_FXGradient_lowerColor_get(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8344
+ FXColor result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8345
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8346
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); result = (FXColor) ((arg1)->lowerColor);
8347
+ vresult = UINT2NUM(result); return vresult; }
8348
+ static VALUE _wrap_FXGradient_upperColor_set(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8349
+ FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8350
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); arg2 = to_FXColor(argv[0]);
8351
+ if (arg1) (arg1)->upperColor = arg2; return Qnil; }
8352
+ static VALUE _wrap_FXGradient_upperColor_get(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8353
+ FXColor result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8354
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8355
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); result = (FXColor) ((arg1)->upperColor);
8356
+ vresult = UINT2NUM(result); return vresult; }
8357
+ static VALUE _wrap_FXGradient_blend_set(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8358
+ FXuchar arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8359
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); arg2 = (FXuchar) NUM2INT(argv[0]);
8360
+ if (arg1) (arg1)->blend = arg2; return Qnil; }
8361
+ static VALUE _wrap_FXGradient_blend_get(int argc, VALUE *argv, VALUE self) { FXGradient *arg1 = (FXGradient *) 0 ;
8362
+ FXuchar result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8363
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8364
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradient, 1); result = (FXuchar) ((arg1)->blend);
8365
+ vresult = UINT2NUM(result); return vresult; }
8366
+ static VALUE _wrap_FXGradientBar_onPaint(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8367
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8368
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8369
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8370
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8371
+ result = (long)(arg1)->onPaint(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8372
+ static VALUE _wrap_FXGradientBar_onLeftBtnPress(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8373
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8374
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8375
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8376
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8377
+ result = (long)(arg1)->onLeftBtnPress(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8378
+ static VALUE _wrap_FXGradientBar_onLeftBtnRelease(int argc, VALUE *argv, VALUE self) {
8379
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ;
8380
+ long result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3))
8381
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8382
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8383
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8384
+ result = (long)(arg1)->onLeftBtnRelease(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8385
+ static VALUE _wrap_FXGradientBar_onMotion(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8386
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8387
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8388
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8389
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8390
+ result = (long)(arg1)->onMotion(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8391
+ static VALUE _wrap_FXGradientBar_onDNDEnter(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8392
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8393
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8394
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8395
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8396
+ result = (long)(arg1)->onDNDEnter(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8397
+ static VALUE _wrap_FXGradientBar_onDNDLeave(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8398
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8399
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8400
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8401
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8402
+ result = (long)(arg1)->onDNDLeave(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8403
+ static VALUE _wrap_FXGradientBar_onDNDMotion(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8404
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8405
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8406
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8407
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8408
+ result = (long)(arg1)->onDNDMotion(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8409
+ static VALUE _wrap_FXGradientBar_onDNDDrop(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8410
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8411
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8412
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8413
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
8414
+ result = (long)(arg1)->onDNDDrop(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8415
+ static VALUE _wrap_FXGradientBar_onCmdBlending(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8416
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8417
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8418
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8419
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8420
+ result = (long)(arg1)->onCmdBlending(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8421
+ static VALUE _wrap_FXGradientBar_onUpdBlending(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8422
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8423
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8424
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8425
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8426
+ result = (long)(arg1)->onUpdBlending(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8427
+ static VALUE _wrap_FXGradientBar_onUpdSegColor(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8428
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8429
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8430
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8431
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8432
+ result = (long)(arg1)->onUpdSegColor(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8433
+ static VALUE _wrap_FXGradientBar_onCmdSegColor(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8434
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8435
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8436
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8437
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8438
+ result = (long)(arg1)->onCmdSegColor(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8439
+ static VALUE _wrap_FXGradientBar_onUpdRecenter(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8440
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8441
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8442
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8443
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8444
+ result = (long)(arg1)->onUpdRecenter(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8445
+ static VALUE _wrap_FXGradientBar_onCmdRecenter(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8446
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8447
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8448
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8449
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8450
+ result = (long)(arg1)->onCmdRecenter(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8451
+ static VALUE _wrap_FXGradientBar_onUpdSplit(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8452
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8453
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8454
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8455
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8456
+ result = (long)(arg1)->onUpdSplit(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8457
+ static VALUE _wrap_FXGradientBar_onCmdSplit(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8458
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8459
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8460
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8461
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8462
+ result = (long)(arg1)->onCmdSplit(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8463
+ static VALUE _wrap_FXGradientBar_onUpdMerge(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8464
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8465
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8466
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8467
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8468
+ result = (long)(arg1)->onUpdMerge(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8469
+ static VALUE _wrap_FXGradientBar_onCmdMerge(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8470
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8471
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8472
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8473
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8474
+ result = (long)(arg1)->onCmdMerge(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8475
+ static VALUE _wrap_FXGradientBar_onUpdUniform(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8476
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8477
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8478
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8479
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8480
+ result = (long)(arg1)->onUpdUniform(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8481
+ static VALUE _wrap_FXGradientBar_onCmdUniform(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8482
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8483
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8484
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8485
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8486
+ result = (long)(arg1)->onCmdUniform(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8487
+ static VALUE _wrap_FXGradientBar_onCmdSetHelp(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8488
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; FXString value4 ;
8489
+ VALUE vresult = Qnil; if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8490
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8491
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); {
8492
+ value4 = FXString(STR2CSTR(argv[2])); arg4 = (void *) &value4; } result = (long)(arg1)->onCmdSetHelp(arg2,arg3,arg4);
8493
+ vresult = INT2NUM(result); return vresult; }
8494
+ static VALUE _wrap_FXGradientBar_onCmdGetHelp(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8495
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8496
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8497
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8498
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8499
+ result = (long)(arg1)->onCmdGetHelp(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8500
+ static VALUE _wrap_FXGradientBar_onCmdSetTip(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8501
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; FXString value4 ;
8502
+ VALUE vresult = Qnil; if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8503
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8504
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); {
8505
+ value4 = FXString(STR2CSTR(argv[2])); arg4 = (void *) &value4; } result = (long)(arg1)->onCmdSetTip(arg2,arg3,arg4);
8506
+ vresult = INT2NUM(result); return vresult; }
8507
+ static VALUE _wrap_FXGradientBar_onCmdGetTip(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8508
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8509
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8510
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8511
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8512
+ result = (long)(arg1)->onCmdGetTip(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8513
+ static VALUE _wrap_FXGradientBar_onQueryHelp(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8514
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8515
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8516
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8517
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8518
+ result = (long)(arg1)->onQueryHelp(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8519
+ static VALUE _wrap_FXGradientBar_onQueryTip(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8520
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
8521
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8522
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8523
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
8524
+ result = (long)(arg1)->onQueryTip(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
8525
+ #ifdef HAVE_RB_DEFINE_ALLOC_FUNC
8526
+ static VALUE _wrap_FXGradientBar_allocate(VALUE self) {
8527
+ #else
8528
+ static VALUE _wrap_FXGradientBar_allocate(int argc, VALUE *argv, VALUE self) {
8529
+ #endif
8530
+ VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_FXGradientBar);
8531
+ #ifndef HAVE_RB_DEFINE_ALLOC_FUNC
8532
+ rb_obj_call_init(vresult, argc, argv);
8533
+ #endif
8534
+ return vresult; }
8535
+ static VALUE _wrap_new_FXGradientBar(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
8536
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 = (FXSelector) 0 ; FXuint arg4 = (FXuint) FRAME_NORMAL ;
8537
+ FXint arg5 = (FXint) 0 ; FXint arg6 = (FXint) 0 ; FXint arg7 = (FXint) 0 ; FXint arg8 = (FXint) 0 ;
8538
+ FXint arg9 = (FXint) DEFAULT_PAD ; FXint arg10 = (FXint) DEFAULT_PAD ; FXint arg11 = (FXint) DEFAULT_PAD ;
8539
+ FXint arg12 = (FXint) DEFAULT_PAD ; FXGradientBar *result; if ((argc < 1) || (argc > 12))
8540
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8541
+ SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXComposite, 1); if (argc > 1) {
8542
+ SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXObject, 1); } if (argc > 2) { arg3 = NUM2UINT(argv[2]); }
8543
+ if (argc > 3) { arg4 = NUM2UINT(argv[3]); } if (argc > 4) { arg5 = NUM2INT(argv[4]); } if (argc > 5) {
8544
+ arg6 = NUM2INT(argv[5]); } if (argc > 6) { arg7 = NUM2INT(argv[6]); } if (argc > 7) { arg8 = NUM2INT(argv[7]); }
8545
+ if (argc > 8) { arg9 = NUM2INT(argv[8]); } if (argc > 9) { arg10 = NUM2INT(argv[9]); } if (argc > 10) {
8546
+ arg11 = NUM2INT(argv[10]); } if (argc > 11) { arg12 = NUM2INT(argv[11]); } {
8547
+ result = (FXGradientBar *)new_FXGradientBar(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12);
8548
+ DATA_PTR(self) = result; FXRbRegisterRubyObj(self, result); if(rb_block_given_p()){ rb_yield(self); } } return self; }
8549
+ static VALUE _wrap_FXGradientBar_getSegment(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8550
+ FXint arg2 ; FXint arg3 ; FXint result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
8551
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8552
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8553
+ result = (FXint)((FXGradientBar const *)arg1)->getSegment(arg2,arg3); vresult = INT2NUM(result); return vresult; }
8554
+ static VALUE _wrap_FXGradientBar_getGrip(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8555
+ FXint arg2 ; FXint arg3 ; FXint arg4 ; FXint result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3))
8556
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8557
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8558
+ arg4 = NUM2INT(argv[2]); result = (FXint)((FXGradientBar const *)arg1)->getGrip(arg2,arg3,arg4); vresult = INT2NUM(result);
8559
+ return vresult; }
8560
+ static VALUE _wrap_FXGradientBar_getNumSegments(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8561
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8562
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8563
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8564
+ result = (FXint)((FXGradientBar const *)arg1)->getNumSegments(); vresult = INT2NUM(result); return vresult; }
8565
+ static VALUE _wrap_FXGradientBar_setGradients(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8566
+ FXGradient *arg2 = (FXGradient *) 0 ; FXint arg3 ; if ((argc < 2) || (argc > 2))
8567
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8568
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8569
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXGradient, 1); arg3 = NUM2INT(argv[1]);
8570
+ (arg1)->setGradients((FXGradient const *)arg2,arg3); return Qnil; }
8571
+ static VALUE _wrap_FXGradientBar_getGradients(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8572
+ FXGradient **arg2 = 0 ; FXint *arg3 = 0 ; if ((argc < 2) || (argc > 2))
8573
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8574
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8575
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_p_FXGradient, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
8576
+ SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXint, 1); if (arg3 == NULL) rb_raise(rb_eTypeError, "null reference");
8577
+ ((FXGradientBar const *)arg1)->getGradients(*arg2,*arg3); return Qnil; }
8578
+ static VALUE _wrap_FXGradientBar_setCurrentSegment(int argc, VALUE *argv, VALUE self) {
8579
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXbool arg3 = (FXbool) 0 ; if ((argc < 1) || (argc > 2))
8580
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8581
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); if (argc > 1) {
8582
+ arg3 = to_FXbool(argv[1]); } { if (arg2 < -1 || arg2 >= arg1->getNumSegments()) {
8583
+ rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } } (arg1)->setCurrentSegment(arg2,arg3);
8584
+ return Qnil; }
8585
+ static VALUE _wrap_FXGradientBar_getCurrentSegment(int argc, VALUE *argv, VALUE self) {
8586
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8587
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8588
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8589
+ result = (FXint)((FXGradientBar const *)arg1)->getCurrentSegment(); vresult = INT2NUM(result); return vresult; }
8590
+ static VALUE _wrap_FXGradientBar_setAnchorSegment(int argc, VALUE *argv, VALUE self) {
8591
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; if ((argc < 1) || (argc > 1))
8592
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8593
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8594
+ if (arg2 < -1 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8595
+ (arg1)->setAnchorSegment(arg2); return Qnil; }
8596
+ static VALUE _wrap_FXGradientBar_getAnchorSegment(int argc, VALUE *argv, VALUE self) {
8597
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8598
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8599
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8600
+ result = (FXint)((FXGradientBar const *)arg1)->getAnchorSegment(); vresult = INT2NUM(result); return vresult; }
8601
+ static VALUE _wrap_FXGradientBar_selectSegments(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8602
+ FXint arg2 ; FXint arg3 ; FXbool arg4 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 3))
8603
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8604
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8605
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } result = (FXbool)FXGradientBar_selectSegments(arg1,arg2,arg3,arg4);
8606
+ vresult = result ? Qtrue : Qfalse; return vresult; }
8607
+ static VALUE _wrap_FXGradientBar_deselectSegments(int argc, VALUE *argv, VALUE self) {
8608
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXbool arg2 ; FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8609
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8610
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = to_FXbool(argv[0]);
8611
+ result = (FXbool)(arg1)->deselectSegments(arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
8612
+ static VALUE _wrap_FXGradientBar_isSegmentSelected(int argc, VALUE *argv, VALUE self) {
8613
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8614
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8615
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8616
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8617
+ result = (FXbool)((FXGradientBar const *)arg1)->isSegmentSelected(arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
8618
+ static VALUE _wrap_FXGradientBar_setSegmentLowerColor(int argc, VALUE *argv, VALUE self) {
8619
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXColor arg3 ; FXbool arg4 = (FXbool) 0 ;
8620
+ if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8621
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = to_FXColor(argv[1]);
8622
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } { if (arg2 < 0 || arg2 >= arg1->getNumSegments()) {
8623
+ rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } } (arg1)->setSegmentLowerColor(arg2,arg3,arg4);
8624
+ return Qnil; }
8625
+ static VALUE _wrap_FXGradientBar_setSegmentUpperColor(int argc, VALUE *argv, VALUE self) {
8626
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXColor arg3 ; FXbool arg4 = (FXbool) 0 ;
8627
+ if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8628
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = to_FXColor(argv[1]);
8629
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } { if (arg2 < 0 || arg2 >= arg1->getNumSegments()) {
8630
+ rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } } (arg1)->setSegmentUpperColor(arg2,arg3,arg4);
8631
+ return Qnil; }
8632
+ static VALUE _wrap_FXGradientBar_getSegmentLowerColor(int argc, VALUE *argv, VALUE self) {
8633
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXColor result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8634
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8635
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8636
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8637
+ result = (FXColor)((FXGradientBar const *)arg1)->getSegmentLowerColor(arg2); vresult = UINT2NUM(result); return vresult; }
8638
+ static VALUE _wrap_FXGradientBar_getSegmentUpperColor(int argc, VALUE *argv, VALUE self) {
8639
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXColor result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8640
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8641
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8642
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8643
+ result = (FXColor)((FXGradientBar const *)arg1)->getSegmentUpperColor(arg2); vresult = UINT2NUM(result); return vresult; }
8644
+ static VALUE _wrap_FXGradientBar_moveSegmentLower(int argc, VALUE *argv, VALUE self) {
8645
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXdouble arg3 ; FXbool arg4 = (FXbool) 0 ;
8646
+ if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8647
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]);
8648
+ arg3 = (FXdouble) NUM2DBL(argv[1]); if (argc > 2) { arg4 = to_FXbool(argv[2]); } {
8649
+ if (arg2 < 1 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8650
+ (arg1)->moveSegmentLower(arg2,arg3,arg4); return Qnil; }
8651
+ static VALUE _wrap_FXGradientBar_moveSegmentMiddle(int argc, VALUE *argv, VALUE self) {
8652
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXdouble arg3 ; FXbool arg4 = (FXbool) 0 ;
8653
+ if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8654
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]);
8655
+ arg3 = (FXdouble) NUM2DBL(argv[1]); if (argc > 2) { arg4 = to_FXbool(argv[2]); } {
8656
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8657
+ (arg1)->moveSegmentMiddle(arg2,arg3,arg4); return Qnil; }
8658
+ static VALUE _wrap_FXGradientBar_moveSegmentUpper(int argc, VALUE *argv, VALUE self) {
8659
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXdouble arg3 ; FXbool arg4 = (FXbool) 0 ;
8660
+ if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8661
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]);
8662
+ arg3 = (FXdouble) NUM2DBL(argv[1]); if (argc > 2) { arg4 = to_FXbool(argv[2]); } {
8663
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()-1) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8664
+ (arg1)->moveSegmentUpper(arg2,arg3,arg4); return Qnil; }
8665
+ static VALUE _wrap_FXGradientBar_moveSegments(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8666
+ FXint arg2 ; FXint arg3 ; FXdouble arg4 ; FXbool arg5 = (FXbool) 0 ; if ((argc < 3) || (argc > 4))
8667
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
8668
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8669
+ arg4 = (FXdouble) NUM2DBL(argv[2]); if (argc > 3) { arg5 = to_FXbool(argv[3]); } (arg1)->moveSegments(arg2,arg3,arg4,arg5);
8670
+ return Qnil; }
8671
+ static VALUE _wrap_FXGradientBar_getSegmentLower(int argc, VALUE *argv, VALUE self) {
8672
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXdouble result; VALUE vresult = Qnil;
8673
+ if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8674
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8675
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8676
+ result = (FXdouble)((FXGradientBar const *)arg1)->getSegmentLower(arg2); vresult = rb_float_new(result); return vresult; }
8677
+ static VALUE _wrap_FXGradientBar_getSegmentMiddle(int argc, VALUE *argv, VALUE self) {
8678
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXdouble result; VALUE vresult = Qnil;
8679
+ if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8680
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8681
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8682
+ result = (FXdouble)((FXGradientBar const *)arg1)->getSegmentMiddle(arg2); vresult = rb_float_new(result); return vresult; }
8683
+ static VALUE _wrap_FXGradientBar_getSegmentUpper(int argc, VALUE *argv, VALUE self) {
8684
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXdouble result; VALUE vresult = Qnil;
8685
+ if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8686
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8687
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8688
+ result = (FXdouble)((FXGradientBar const *)arg1)->getSegmentUpper(arg2); vresult = rb_float_new(result); return vresult; }
8689
+ static VALUE _wrap_FXGradientBar_gradient(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8690
+ FXint arg2 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8691
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8692
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]);
8693
+ result = (VALUE)FXGradientBar_gradient(arg1,arg2); vresult = result; return vresult; }
8694
+ static VALUE _wrap_FXGradientBar_getSegmentBlend(int argc, VALUE *argv, VALUE self) {
8695
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXuint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8696
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8697
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); {
8698
+ if (arg2 < 0 || arg2 >= arg1->getNumSegments()) { rb_raise(rb_eIndexError, "segment index %d out of bounds",arg2); } }
8699
+ result = (FXuint)((FXGradientBar const *)arg1)->getSegmentBlend(arg2); vresult = UINT2NUM(result); return vresult; }
8700
+ static VALUE _wrap_FXGradientBar_splitSegments(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8701
+ FXint arg2 ; FXint arg3 ; FXbool arg4 = (FXbool) 0 ; if ((argc < 2) || (argc > 3))
8702
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8703
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8704
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } (arg1)->splitSegments(arg2,arg3,arg4); return Qnil; }
8705
+ static VALUE _wrap_FXGradientBar_mergeSegments(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8706
+ FXint arg2 ; FXint arg3 ; FXbool arg4 = (FXbool) 0 ; if ((argc < 2) || (argc > 3))
8707
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8708
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8709
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } (arg1)->mergeSegments(arg2,arg3,arg4); return Qnil; }
8710
+ static VALUE _wrap_FXGradientBar_uniformSegments(int argc, VALUE *argv, VALUE self) {
8711
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXint arg3 ; FXbool arg4 = (FXbool) 0 ;
8712
+ if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8713
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8714
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } (arg1)->uniformSegments(arg2,arg3,arg4); return Qnil; }
8715
+ static VALUE _wrap_FXGradientBar_blendSegments(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8716
+ FXint arg2 ; FXint arg3 ; FXuint arg4 = (FXuint) GRADIENT_BLEND_LINEAR ; FXbool arg5 = (FXbool) 0 ;
8717
+ if ((argc < 2) || (argc > 4)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8718
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8719
+ if (argc > 2) { arg4 = NUM2UINT(argv[2]); } if (argc > 3) { arg5 = to_FXbool(argv[3]); }
8720
+ (arg1)->blendSegments(arg2,arg3,arg4,arg5); return Qnil; }
8721
+ static VALUE _wrap_FXGradientBar_getBarStyle(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8722
+ FXuint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8723
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8724
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8725
+ result = (FXuint)((FXGradientBar const *)arg1)->getBarStyle(); vresult = UINT2NUM(result); return vresult; }
8726
+ static VALUE _wrap_FXGradientBar_setBarStyle(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8727
+ FXuint arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8728
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2UINT(argv[0]); (arg1)->setBarStyle(arg2);
8729
+ return Qnil; }
8730
+ static VALUE _wrap_FXGradientBar_setSelectColor(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8731
+ FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8732
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = to_FXColor(argv[0]);
8733
+ (arg1)->setSelectColor(arg2); return Qnil; }
8734
+ static VALUE _wrap_FXGradientBar_getSelectColor(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8735
+ FXColor result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8736
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8737
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8738
+ result = (FXColor)((FXGradientBar const *)arg1)->getSelectColor(); vresult = UINT2NUM(result); return vresult; }
8739
+ static VALUE _wrap_FXGradientBar_setHelpText(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8740
+ FXString *arg2 = 0 ; SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 1))
8741
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8742
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
8743
+ (arg1)->setHelpText((FXString const &)*arg2); return Qnil; }
8744
+ static VALUE _wrap_FXGradientBar_getHelpText(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8745
+ FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8746
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8747
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); {
8748
+ FXString const &_result_ref = ((FXGradientBar const *)arg1)->getHelpText(); result = (FXString *) &_result_ref; }
8749
+ vresult = rb_str_new2(result->text()); return vresult; }
8750
+ static VALUE _wrap_FXGradientBar_setTipText(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8751
+ FXString *arg2 = 0 ; SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 1))
8752
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8753
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
8754
+ (arg1)->setTipText((FXString const &)*arg2); return Qnil; }
8755
+ static VALUE _wrap_FXGradientBar_getTipText(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8756
+ FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8757
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8758
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); {
8759
+ FXString const &_result_ref = ((FXGradientBar const *)arg1)->getTipText(); result = (FXString *) &_result_ref; }
8760
+ vresult = rb_str_new2(result->text()); return vresult; }
8761
+ static void
8762
+ free_FXGradientBar(FXGradientBar *arg1) {
8763
+ delete arg1;
8764
+ }
8765
+ static VALUE _wrap_FXGradientBar_save(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8766
+ FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8767
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8768
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
8769
+ FXGradientBar_save((FXGradientBar const *)arg1,*arg2); return Qnil; }
8770
+ static VALUE _wrap_FXGradientBar_load(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8771
+ FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8772
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8773
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
8774
+ FXGradientBar_load(arg1,*arg2); return Qnil; }
8775
+ static VALUE _wrap_FXGradientBar_create(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8776
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8777
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_create(arg1); return Qnil; }
8778
+ static VALUE _wrap_FXGradientBar_detach(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8779
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8780
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_detach(arg1); return Qnil; }
8781
+ static VALUE _wrap_FXGradientBar_destroy(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8782
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8783
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_destroy(arg1); return Qnil; }
8784
+ static VALUE _wrap_FXGradientBar_resize(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8785
+ FXint arg2 ; FXint arg3 ; if ((argc < 2) || (argc > 2)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8786
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8787
+ FXGradientBar_resize(arg1,arg2,arg3); return Qnil; }
8788
+ static VALUE _wrap_FXGradientBar_getDefaultWidth(int argc, VALUE *argv, VALUE self) {
8789
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8790
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8791
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); result = (FXint)FXGradientBar_getDefaultWidth(arg1);
8792
+ vresult = INT2NUM(result); return vresult; }
8793
+ static VALUE _wrap_FXGradientBar_getDefaultHeight(int argc, VALUE *argv, VALUE self) {
8794
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8795
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8796
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); result = (FXint)FXGradientBar_getDefaultHeight(arg1);
8797
+ vresult = INT2NUM(result); return vresult; }
8798
+ static VALUE _wrap_FXGradientBar_getWidthForHeight(int argc, VALUE *argv, VALUE self) {
8799
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8800
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8801
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]);
8802
+ result = (FXint)FXGradientBar_getWidthForHeight(arg1,arg2); vresult = INT2NUM(result); return vresult; }
8803
+ static VALUE _wrap_FXGradientBar_getHeightForWidth(int argc, VALUE *argv, VALUE self) {
8804
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXint arg2 ; FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
8805
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8806
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]);
8807
+ result = (FXint)FXGradientBar_getHeightForWidth(arg1,arg2); vresult = INT2NUM(result); return vresult; }
8808
+ static VALUE _wrap_FXGradientBar_canFocus(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8809
+ bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8810
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8811
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8812
+ result = (bool)FXGradientBar_canFocus((FXGradientBar const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
8813
+ static VALUE _wrap_FXGradientBar_setFocus(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8814
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8815
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_setFocus(arg1); return Qnil; }
8816
+ static VALUE _wrap_FXGradientBar_killFocus(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8817
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8818
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_killFocus(arg1); return Qnil; }
8819
+ static VALUE _wrap_FXGradientBar_changeFocus(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8820
+ FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
8821
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8822
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8823
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXGradientBar_changeFocus(arg1,arg2); return Qnil; }
8824
+ static VALUE _wrap_FXGradientBar_setDefault(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8825
+ FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8826
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
8827
+ FXGradientBar_setDefault(arg1,arg2); return Qnil; }
8828
+ static VALUE _wrap_FXGradientBar_enable(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8829
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8830
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_enable(arg1); return Qnil; }
8831
+ static VALUE _wrap_FXGradientBar_disable(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8832
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8833
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_disable(arg1); return Qnil; }
8834
+ static VALUE _wrap_FXGradientBar_raiseWindow(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8835
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8836
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_raise(arg1); return Qnil; }
8837
+ static VALUE _wrap_FXGradientBar_lower(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8838
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8839
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_lower(arg1); return Qnil; }
8840
+ static VALUE _wrap_FXGradientBar_move(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8841
+ FXint arg2 ; FXint arg3 ; if ((argc < 2) || (argc > 2)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8842
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8843
+ FXGradientBar_move(arg1,arg2,arg3); return Qnil; }
8844
+ static VALUE _wrap_FXGradientBar_position(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8845
+ FXint arg2 ; FXint arg3 ; FXint arg4 ; FXint arg5 ; if ((argc < 4) || (argc > 4))
8846
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc);
8847
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8848
+ arg4 = NUM2INT(argv[2]); arg5 = NUM2INT(argv[3]); FXGradientBar_position(arg1,arg2,arg3,arg4,arg5); return Qnil; }
8849
+ static VALUE _wrap_FXGradientBar_layout(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8850
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8851
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_layout(arg1); return Qnil; }
8852
+ static VALUE _wrap_FXGradientBar_recalc(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8853
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8854
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_recalc(arg1); return Qnil; }
8855
+ static VALUE _wrap_FXGradientBar_reparent(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8856
+ FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
8857
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8858
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8859
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
8860
+ SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXGradientBar_reparent(arg1,arg2,arg3); return Qnil; }
8861
+ static VALUE _wrap_FXGradientBar_show(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8862
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8863
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_show(arg1); return Qnil; }
8864
+ static VALUE _wrap_FXGradientBar_hide(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8865
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8866
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_hide(arg1); return Qnil; }
8867
+ static VALUE _wrap_FXGradientBar_isComposite(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8868
+ bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8869
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8870
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8871
+ result = (bool)FXGradientBar_isComposite((FXGradientBar const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
8872
+ static VALUE _wrap_FXGradientBar_contains(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8873
+ FXint arg2 ; FXint arg3 ; bool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
8874
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
8875
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
8876
+ result = (bool)FXGradientBar_contains((FXGradientBar const *)arg1,arg2,arg3); vresult = result ? Qtrue : Qfalse;
8877
+ return vresult; }
8878
+ static VALUE _wrap_FXGradientBar_doesSaveUnder(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8879
+ bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
8880
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8881
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8882
+ result = (bool)FXGradientBar_doesSaveUnder((FXGradientBar const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
8883
+ static VALUE _wrap_FXGradientBar_setBackColor(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8884
+ FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8885
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = to_FXColor(argv[0]);
8886
+ FXGradientBar_setBackColor(arg1,arg2); return Qnil; }
8887
+ static VALUE _wrap_FXGradientBar_tr(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8888
+ FXchar *arg2 ; FXchar *arg3 = (FXchar *) 0 ; FXchar *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 2))
8889
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8890
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); arg2 = NIL_P(argv[0]) ? 0 : StringValuePtr(argv[0]);
8891
+ if (argc > 1) { arg3 = NIL_P(argv[1]) ? 0 : StringValuePtr(argv[1]); }
8892
+ result = (FXchar *)FXGradientBar_tr((FXGradientBar const *)arg1,(FXchar const *)arg2,(FXchar const *)arg3);
8893
+ vresult = rb_str_new2(result); return vresult; }
8894
+ static VALUE _wrap_FXGradientBar_dropEnable(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8895
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8896
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_dropEnable(arg1); return Qnil; }
8897
+ static VALUE _wrap_FXGradientBar_dropDisable(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8898
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8899
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_dropDisable(arg1); return Qnil; }
8900
+ static VALUE _wrap_FXGradientBar_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
8901
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1))
8902
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8903
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8904
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
8905
+ FXGradientBar_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
8906
+ static VALUE _wrap_FXGradientBar_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) {
8907
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
8908
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8909
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8910
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXGradientBar_setShape(arg1,arg2); return Qnil; }
8911
+ static VALUE _wrap_FXGradientBar_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) {
8912
+ FXGradientBar *arg1 = (FXGradientBar *) 0 ; FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1))
8913
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
8914
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1);
8915
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXGradientBar_setShape(arg1,arg2); return Qnil; }
8916
+ static VALUE _wrap_FXGradientBar_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
8917
+ argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
8918
+ int _v; { void *ptr;
8919
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXGradientBar, 0) != -1)) ? 1 : 0; }
8920
+ if (_v) { { void *ptr;
8921
+ _v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
8922
+ if (_v) { return _wrap_FXGradientBar_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
8923
+ void *ptr;
8924
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXGradientBar, 0) != -1)) ? 1 : 0; }
8925
+ if (_v) { { void *ptr;
8926
+ _v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
8927
+ if (_v) { return _wrap_FXGradientBar_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
8928
+ void *ptr;
8929
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXGradientBar, 0) != -1)) ? 1 : 0; }
8930
+ if (_v) { { void *ptr;
8931
+ _v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
8932
+ if (_v) { return _wrap_FXGradientBar_setShape__SWIG_2(nargs, args, self);} } }
8933
+ rb_raise(rb_eArgError, "No matching function for overloaded 'FXGradientBar_setShape'"); return Qnil; }
8934
+ static VALUE _wrap_FXGradientBar_clearShape(int argc, VALUE *argv, VALUE self) { FXGradientBar *arg1 = (FXGradientBar *) 0 ;
8935
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
8936
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXGradientBar, 1); FXGradientBar_clearShape(arg1); return Qnil; }
8270
8937
 
8271
8938
  /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
8272
8939
 
@@ -8339,6 +9006,9 @@ static void *_p_FXColorWellTo_p_FXWindow(void *x) {
8339
9006
  static void *_p_FXProgressBarTo_p_FXWindow(void *x) {
8340
9007
  return (void *)((FXWindow *) (FXFrame *) ((FXProgressBar *) x));
8341
9008
  }
9009
+ static void *_p_FXGradientBarTo_p_FXWindow(void *x) {
9010
+ return (void *)((FXWindow *) (FXFrame *) ((FXGradientBar *) x));
9011
+ }
8342
9012
  static void *_p_FXShellTo_p_FXWindow(void *x) {
8343
9013
  return (void *)((FXWindow *) (FXComposite *) ((FXShell *) x));
8344
9014
  }
@@ -8453,6 +9123,9 @@ static void *_p_FXColorWheelTo_p_FXObject(void *x) {
8453
9123
  static void *_p_FXBitmapFrameTo_p_FXObject(void *x) {
8454
9124
  return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
8455
9125
  }
9126
+ static void *_p_FXGradientBarTo_p_FXObject(void *x) {
9127
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
9128
+ }
8456
9129
  static void *_p_FXFontTo_p_FXObject(void *x) {
8457
9130
  return (void *)((FXObject *) (FXId *) ((FXFont *) x));
8458
9131
  }
@@ -8585,6 +9258,9 @@ static void *_p_FXColorWellTo_p_FXDrawable(void *x) {
8585
9258
  static void *_p_FXProgressBarTo_p_FXDrawable(void *x) {
8586
9259
  return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXProgressBar *) x));
8587
9260
  }
9261
+ static void *_p_FXGradientBarTo_p_FXDrawable(void *x) {
9262
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXGradientBar *) x));
9263
+ }
8588
9264
  static void *_p_FXShellTo_p_FXDrawable(void *x) {
8589
9265
  return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXShell *) x));
8590
9266
  }
@@ -8678,6 +9354,9 @@ static void *_p_FXColorWheelTo_p_FXId(void *x) {
8678
9354
  static void *_p_FXBitmapFrameTo_p_FXId(void *x) {
8679
9355
  return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
8680
9356
  }
9357
+ static void *_p_FXGradientBarTo_p_FXId(void *x) {
9358
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
9359
+ }
8681
9360
  static void *_p_FXFontTo_p_FXId(void *x) {
8682
9361
  return (void *)((FXId *) ((FXFont *) x));
8683
9362
  }
@@ -8759,6 +9438,9 @@ static void *_p_FXProgressBarTo_p_FXFrame(void *x) {
8759
9438
  static void *_p_FXColorWellTo_p_FXFrame(void *x) {
8760
9439
  return (void *)((FXFrame *) ((FXColorWell *) x));
8761
9440
  }
9441
+ static void *_p_FXGradientBarTo_p_FXFrame(void *x) {
9442
+ return (void *)((FXFrame *) ((FXGradientBar *) x));
9443
+ }
8762
9444
  static void *_p_FXStatusLineTo_p_FXFrame(void *x) {
8763
9445
  return (void *)((FXFrame *) ((FXStatusLine *) x));
8764
9446
  }
@@ -8794,9 +9476,9 @@ static swig_type_info _swigt__p_FXint[] = {{"_p_FXint", 0, "int *|FXint *", 0, 0
8794
9476
  static swig_type_info _swigt__p_FXComposite[] = {{"_p_FXComposite", 0, "FXComposite *", 0, 0, 0, 0},{"_p_FXComposite", 0, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8795
9477
  static swig_type_info _swigt__p_FXTextField[] = {{"_p_FXTextField", 0, "FXTextField *", 0, 0, 0, 0},{"_p_FXTextField", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8796
9478
  static swig_type_info _swigt__p_FXImage[] = {{"_p_FXImage", 0, "FXImage *", 0, 0, 0, 0},{"_p_FXImage", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8797
- static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXId, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9479
+ static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXId, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8798
9480
  static swig_type_info _swigt__p_FXArrowButton[] = {{"_p_FXArrowButton", 0, "FXArrowButton *", 0, 0, 0, 0},{"_p_FXArrowButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8799
- static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXWindow", 0, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9481
+ static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXWindow", 0, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8800
9482
  static swig_type_info _swigt__p_FXRuler[] = {{"_p_FXRuler", 0, "FXRuler *", 0, 0, 0, 0},{"_p_FXRuler", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8801
9483
  static swig_type_info _swigt__p_FXIcon[] = {{"_p_FXIcon", 0, "FXIcon *", 0, 0, 0, 0},{"_p_FXIcon", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8802
9484
  static swig_type_info _swigt__p_FXVerticalSeparator[] = {{"_p_FXVerticalSeparator", 0, "FXVerticalSeparator *", 0, 0, 0, 0},{"_p_FXVerticalSeparator", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
@@ -8804,12 +9486,13 @@ static swig_type_info _swigt__p_FXHorizontalSeparator[] = {{"_p_FXHorizontalSepa
8804
9486
  static swig_type_info _swigt__p_FXSeparator[] = {{"_p_FXSeparator", 0, "FXSeparator *", 0, 0, 0, 0},{"_p_FXSeparator", 0, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXSeparator, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXSeparator, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8805
9487
  static swig_type_info _swigt__p_FXStatusLine[] = {{"_p_FXStatusLine", 0, "FXStatusLine *", 0, 0, 0, 0},{"_p_FXStatusLine", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8806
9488
  static swig_type_info _swigt__p_FXBitmap[] = {{"_p_FXBitmap", 0, "FXBitmap *", 0, 0, 0, 0},{"_p_FXBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8807
- static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXDict", _p_FXDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXId", _p_FXIdTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXIconDict", _p_FXIconDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRecentFiles", _p_FXRecentFilesTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDocument", _p_FXDocumentTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXObject", 0, 0, 0, 0, 0, 0},{"_p_FXStringDict", _p_FXStringDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFileDict", _p_FXFileDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDebugTarget", _p_FXDebugTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDataTarget", _p_FXDataTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDelegator", _p_FXDelegatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTranslator", _p_FXTranslatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXApp", _p_FXAppTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeaderItem", _p_FXHeaderItemTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9489
+ static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXDict", _p_FXDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXId", _p_FXIdTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXIconDict", _p_FXIconDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRecentFiles", _p_FXRecentFilesTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDocument", _p_FXDocumentTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXObject", 0, 0, 0, 0, 0, 0},{"_p_FXStringDict", _p_FXStringDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFileDict", _p_FXFileDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDebugTarget", _p_FXDebugTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDataTarget", _p_FXDataTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDelegator", _p_FXDelegatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTranslator", _p_FXTranslatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXApp", _p_FXAppTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeaderItem", _p_FXHeaderItemTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8808
9490
  static swig_type_info _swigt__p_FXColorWheel[] = {{"_p_FXColorWheel", 0, "FXColorWheel *", 0, 0, 0, 0},{"_p_FXColorWheel", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8809
9491
  static swig_type_info _swigt__p_FXBitmapFrame[] = {{"_p_FXBitmapFrame", 0, "FXBitmapFrame *", 0, 0, 0, 0},{"_p_FXBitmapFrame", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9492
+ static swig_type_info _swigt__p_FXGradientBar[] = {{"_p_FXGradientBar", 0, "FXGradientBar *", 0, 0, 0, 0},{"_p_FXGradientBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8810
9493
  static swig_type_info _swigt__p_FXImageFrame[] = {{"_p_FXImageFrame", 0, "FXImageFrame *", 0, 0, 0, 0},{"_p_FXImageFrame", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8811
9494
  static swig_type_info _swigt__p_FXKnob[] = {{"_p_FXKnob", 0, "FXKnob *", 0, 0, 0, 0},{"_p_FXKnob", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8812
- static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDrawable", 0, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXDrawable, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9495
+ static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDrawable", 0, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXDrawable, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8813
9496
  static swig_type_info _swigt__p_FXProgressBar[] = {{"_p_FXProgressBar", 0, "FXProgressBar *", 0, 0, 0, 0},{"_p_FXProgressBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8814
9497
  static swig_type_info _swigt__p_FXStream[] = {{"_p_FXStream", 0, "FXStream *", 0, 0, 0, 0},{"_p_FXFileStream", _p_FXFileStreamTo_p_FXStream, 0, 0, 0, 0, 0},{"_p_FXMemoryStream", _p_FXMemoryStreamTo_p_FXStream, 0, 0, 0, 0, 0},{"_p_FXStream", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8815
9498
  static swig_type_info _swigt__p_FXHeader[] = {{"_p_FXHeader", 0, "FXHeader *", 0, 0, 0, 0},{"_p_FXHeader", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
@@ -8818,7 +9501,9 @@ static swig_type_info _swigt__p_FXHeaderItem[] = {{"_p_FXHeaderItem", 0, "FXHead
8818
9501
  static swig_type_info _swigt__p_FXRegion[] = {{"_p_FXRegion", 0, "FXRegion *", 0, 0, 0, 0},{"_p_FXRegion", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8819
9502
  static swig_type_info _swigt__p_FXToolBarTab[] = {{"_p_FXToolBarTab", 0, "FXToolBarTab *", 0, 0, 0, 0},{"_p_FXToolBarTab", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8820
9503
  static swig_type_info _swigt__p_FXFont[] = {{"_p_FXFont", 0, "FXFont *", 0, 0, 0, 0},{"_p_FXFont", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8821
- static swig_type_info _swigt__p_FXFrame[] = {{"_p_FXFrame", 0, "FXFrame *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXFrame", 0, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXFrame, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9504
+ static swig_type_info _swigt__p_FXFrame[] = {{"_p_FXFrame", 0, "FXFrame *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXFrame", 0, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXFrame, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9505
+ static swig_type_info _swigt__p_FXGradient[] = {{"_p_FXGradient", 0, "FXGradient *", 0, 0, 0, 0},{"_p_FXGradient", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
9506
+ static swig_type_info _swigt__p_p_FXGradient[] = {{"_p_p_FXGradient", 0, "FXGradient **", 0, 0, 0, 0},{"_p_p_FXGradient", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8822
9507
  static swig_type_info _swigt__p_FXRealSlider[] = {{"_p_FXRealSlider", 0, "FXRealSlider *", 0, 0, 0, 0},{"_p_FXRealSlider", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8823
9508
  static swig_type_info _swigt__p_FXSlider[] = {{"_p_FXSlider", 0, "FXSlider *", 0, 0, 0, 0},{"_p_FXSlider", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
8824
9509
  static swig_type_info _swigt__p_FXColorBar[] = {{"_p_FXColorBar", 0, "FXColorBar *", 0, 0, 0, 0},{"_p_FXColorBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
@@ -8843,6 +9528,7 @@ _swigt__p_FXBitmap,
8843
9528
  _swigt__p_FXObject,
8844
9529
  _swigt__p_FXColorWheel,
8845
9530
  _swigt__p_FXBitmapFrame,
9531
+ _swigt__p_FXGradientBar,
8846
9532
  _swigt__p_FXImageFrame,
8847
9533
  _swigt__p_FXKnob,
8848
9534
  _swigt__p_FXDrawable,
@@ -8855,6 +9541,8 @@ _swigt__p_FXRegion,
8855
9541
  _swigt__p_FXToolBarTab,
8856
9542
  _swigt__p_FXFont,
8857
9543
  _swigt__p_FXFrame,
9544
+ _swigt__p_FXGradient,
9545
+ _swigt__p_p_FXGradient,
8858
9546
  _swigt__p_FXRealSlider,
8859
9547
  _swigt__p_FXSlider,
8860
9548
  _swigt__p_FXColorBar,
@@ -10483,5 +11171,151 @@ SWIGEXPORT(void) Init_frames(void) {
10483
11171
  rb_define_method(cFXToolBarTab.klass, "clearShape", VALUEFUNC(_wrap_FXToolBarTab_clearShape), -1);
10484
11172
  cFXToolBarTab.mark = (void (*)(void *)) FXRbToolBarTab::markfunc;
10485
11173
  cFXToolBarTab.destroy = (void (*)(void *)) FXRbObject::freefunc;
11174
+ rb_define_const(mFox,"GRADIENTBAR_HORIZONTAL", INT2NUM(GRADIENTBAR_HORIZONTAL));
11175
+ rb_define_const(mFox,"GRADIENTBAR_VERTICAL", INT2NUM(GRADIENTBAR_VERTICAL));
11176
+ rb_define_const(mFox,"GRADIENTBAR_NO_CONTROLS", INT2NUM(GRADIENTBAR_NO_CONTROLS));
11177
+ rb_define_const(mFox,"GRADIENTBAR_CONTROLS_TOP", INT2NUM(GRADIENTBAR_CONTROLS_TOP));
11178
+ rb_define_const(mFox,"GRADIENTBAR_CONTROLS_BOTTOM", INT2NUM(GRADIENTBAR_CONTROLS_BOTTOM));
11179
+ rb_define_const(mFox,"GRADIENTBAR_CONTROLS_LEFT", INT2NUM(GRADIENTBAR_CONTROLS_LEFT));
11180
+ rb_define_const(mFox,"GRADIENTBAR_CONTROLS_RIGHT", INT2NUM(GRADIENTBAR_CONTROLS_RIGHT));
11181
+ rb_define_const(mFox,"GRADIENT_BLEND_LINEAR", INT2NUM(GRADIENT_BLEND_LINEAR));
11182
+ rb_define_const(mFox,"GRADIENT_BLEND_POWER", INT2NUM(GRADIENT_BLEND_POWER));
11183
+ rb_define_const(mFox,"GRADIENT_BLEND_SINE", INT2NUM(GRADIENT_BLEND_SINE));
11184
+ rb_define_const(mFox,"GRADIENT_BLEND_INCREASING", INT2NUM(GRADIENT_BLEND_INCREASING));
11185
+ rb_define_const(mFox,"GRADIENT_BLEND_DECREASING", INT2NUM(GRADIENT_BLEND_DECREASING));
11186
+
11187
+ cFXGradient.klass = rb_define_class_under(mFox, "FXGradient", rb_cObject);
11188
+ SWIG_TypeClientData(SWIGTYPE_p_FXGradient, (void *) &cFXGradient);
11189
+ rb_undef_alloc_func(cFXGradient.klass);
11190
+ rb_define_method(cFXGradient.klass, "lower=", VALUEFUNC(_wrap_FXGradient_lower_set), -1);
11191
+ rb_define_method(cFXGradient.klass, "lower", VALUEFUNC(_wrap_FXGradient_lower_get), -1);
11192
+ rb_define_method(cFXGradient.klass, "middle=", VALUEFUNC(_wrap_FXGradient_middle_set), -1);
11193
+ rb_define_method(cFXGradient.klass, "middle", VALUEFUNC(_wrap_FXGradient_middle_get), -1);
11194
+ rb_define_method(cFXGradient.klass, "upper=", VALUEFUNC(_wrap_FXGradient_upper_set), -1);
11195
+ rb_define_method(cFXGradient.klass, "upper", VALUEFUNC(_wrap_FXGradient_upper_get), -1);
11196
+ rb_define_method(cFXGradient.klass, "lowerColor=", VALUEFUNC(_wrap_FXGradient_lowerColor_set), -1);
11197
+ rb_define_method(cFXGradient.klass, "lowerColor", VALUEFUNC(_wrap_FXGradient_lowerColor_get), -1);
11198
+ rb_define_method(cFXGradient.klass, "upperColor=", VALUEFUNC(_wrap_FXGradient_upperColor_set), -1);
11199
+ rb_define_method(cFXGradient.klass, "upperColor", VALUEFUNC(_wrap_FXGradient_upperColor_get), -1);
11200
+ rb_define_method(cFXGradient.klass, "blend=", VALUEFUNC(_wrap_FXGradient_blend_set), -1);
11201
+ rb_define_method(cFXGradient.klass, "blend", VALUEFUNC(_wrap_FXGradient_blend_get), -1);
11202
+ cFXGradient.mark = 0;
11203
+
11204
+ cFXGradientBar.klass = rb_define_class_under(mFox, "FXGradientBar", ((swig_class *) SWIGTYPE_p_FXFrame->clientdata)->klass);
11205
+ SWIG_TypeClientData(SWIGTYPE_p_FXGradientBar, (void *) &cFXGradientBar);
11206
+ rb_define_alloc_func(cFXGradientBar.klass, _wrap_FXGradientBar_allocate);
11207
+ rb_define_method(cFXGradientBar.klass, "initialize", VALUEFUNC(_wrap_new_FXGradientBar), -1);
11208
+ rb_define_method(cFXGradientBar.klass, "onPaint", VALUEFUNC(_wrap_FXGradientBar_onPaint), -1);
11209
+ rb_define_method(cFXGradientBar.klass, "onLeftBtnPress", VALUEFUNC(_wrap_FXGradientBar_onLeftBtnPress), -1);
11210
+ rb_define_method(cFXGradientBar.klass, "onLeftBtnRelease", VALUEFUNC(_wrap_FXGradientBar_onLeftBtnRelease), -1);
11211
+ rb_define_method(cFXGradientBar.klass, "onMotion", VALUEFUNC(_wrap_FXGradientBar_onMotion), -1);
11212
+ rb_define_method(cFXGradientBar.klass, "onDNDEnter", VALUEFUNC(_wrap_FXGradientBar_onDNDEnter), -1);
11213
+ rb_define_method(cFXGradientBar.klass, "onDNDLeave", VALUEFUNC(_wrap_FXGradientBar_onDNDLeave), -1);
11214
+ rb_define_method(cFXGradientBar.klass, "onDNDMotion", VALUEFUNC(_wrap_FXGradientBar_onDNDMotion), -1);
11215
+ rb_define_method(cFXGradientBar.klass, "onDNDDrop", VALUEFUNC(_wrap_FXGradientBar_onDNDDrop), -1);
11216
+ rb_define_method(cFXGradientBar.klass, "onCmdBlending", VALUEFUNC(_wrap_FXGradientBar_onCmdBlending), -1);
11217
+ rb_define_method(cFXGradientBar.klass, "onUpdBlending", VALUEFUNC(_wrap_FXGradientBar_onUpdBlending), -1);
11218
+ rb_define_method(cFXGradientBar.klass, "onUpdSegColor", VALUEFUNC(_wrap_FXGradientBar_onUpdSegColor), -1);
11219
+ rb_define_method(cFXGradientBar.klass, "onCmdSegColor", VALUEFUNC(_wrap_FXGradientBar_onCmdSegColor), -1);
11220
+ rb_define_method(cFXGradientBar.klass, "onUpdRecenter", VALUEFUNC(_wrap_FXGradientBar_onUpdRecenter), -1);
11221
+ rb_define_method(cFXGradientBar.klass, "onCmdRecenter", VALUEFUNC(_wrap_FXGradientBar_onCmdRecenter), -1);
11222
+ rb_define_method(cFXGradientBar.klass, "onUpdSplit", VALUEFUNC(_wrap_FXGradientBar_onUpdSplit), -1);
11223
+ rb_define_method(cFXGradientBar.klass, "onCmdSplit", VALUEFUNC(_wrap_FXGradientBar_onCmdSplit), -1);
11224
+ rb_define_method(cFXGradientBar.klass, "onUpdMerge", VALUEFUNC(_wrap_FXGradientBar_onUpdMerge), -1);
11225
+ rb_define_method(cFXGradientBar.klass, "onCmdMerge", VALUEFUNC(_wrap_FXGradientBar_onCmdMerge), -1);
11226
+ rb_define_method(cFXGradientBar.klass, "onUpdUniform", VALUEFUNC(_wrap_FXGradientBar_onUpdUniform), -1);
11227
+ rb_define_method(cFXGradientBar.klass, "onCmdUniform", VALUEFUNC(_wrap_FXGradientBar_onCmdUniform), -1);
11228
+ rb_define_method(cFXGradientBar.klass, "onCmdSetHelp", VALUEFUNC(_wrap_FXGradientBar_onCmdSetHelp), -1);
11229
+ rb_define_method(cFXGradientBar.klass, "onCmdGetHelp", VALUEFUNC(_wrap_FXGradientBar_onCmdGetHelp), -1);
11230
+ rb_define_method(cFXGradientBar.klass, "onCmdSetTip", VALUEFUNC(_wrap_FXGradientBar_onCmdSetTip), -1);
11231
+ rb_define_method(cFXGradientBar.klass, "onCmdGetTip", VALUEFUNC(_wrap_FXGradientBar_onCmdGetTip), -1);
11232
+ rb_define_method(cFXGradientBar.klass, "onQueryHelp", VALUEFUNC(_wrap_FXGradientBar_onQueryHelp), -1);
11233
+ rb_define_method(cFXGradientBar.klass, "onQueryTip", VALUEFUNC(_wrap_FXGradientBar_onQueryTip), -1);
11234
+ rb_define_const(cFXGradientBar.klass,"ID_LOWER_COLOR", INT2NUM(FXGradientBar::ID_LOWER_COLOR));
11235
+ rb_define_const(cFXGradientBar.klass,"ID_UPPER_COLOR", INT2NUM(FXGradientBar::ID_UPPER_COLOR));
11236
+ rb_define_const(cFXGradientBar.klass,"ID_BLEND_LINEAR", INT2NUM(FXGradientBar::ID_BLEND_LINEAR));
11237
+ rb_define_const(cFXGradientBar.klass,"ID_BLEND_POWER", INT2NUM(FXGradientBar::ID_BLEND_POWER));
11238
+ rb_define_const(cFXGradientBar.klass,"ID_BLEND_SINE", INT2NUM(FXGradientBar::ID_BLEND_SINE));
11239
+ rb_define_const(cFXGradientBar.klass,"ID_BLEND_INCREASING", INT2NUM(FXGradientBar::ID_BLEND_INCREASING));
11240
+ rb_define_const(cFXGradientBar.klass,"ID_BLEND_DECREASING", INT2NUM(FXGradientBar::ID_BLEND_DECREASING));
11241
+ rb_define_const(cFXGradientBar.klass,"ID_RECENTER", INT2NUM(FXGradientBar::ID_RECENTER));
11242
+ rb_define_const(cFXGradientBar.klass,"ID_SPLIT", INT2NUM(FXGradientBar::ID_SPLIT));
11243
+ rb_define_const(cFXGradientBar.klass,"ID_MERGE", INT2NUM(FXGradientBar::ID_MERGE));
11244
+ rb_define_const(cFXGradientBar.klass,"ID_UNIFORM", INT2NUM(FXGradientBar::ID_UNIFORM));
11245
+ rb_define_const(cFXGradientBar.klass,"ID_LAST", INT2NUM(FXGradientBar::ID_LAST));
11246
+ rb_define_method(cFXGradientBar.klass, "getSegment", VALUEFUNC(_wrap_FXGradientBar_getSegment), -1);
11247
+ rb_define_method(cFXGradientBar.klass, "getGrip", VALUEFUNC(_wrap_FXGradientBar_getGrip), -1);
11248
+ rb_define_method(cFXGradientBar.klass, "getNumSegments", VALUEFUNC(_wrap_FXGradientBar_getNumSegments), -1);
11249
+ rb_define_method(cFXGradientBar.klass, "setGradients", VALUEFUNC(_wrap_FXGradientBar_setGradients), -1);
11250
+ rb_define_method(cFXGradientBar.klass, "getGradients", VALUEFUNC(_wrap_FXGradientBar_getGradients), -1);
11251
+ rb_define_method(cFXGradientBar.klass, "setCurrentSegment", VALUEFUNC(_wrap_FXGradientBar_setCurrentSegment), -1);
11252
+ rb_define_method(cFXGradientBar.klass, "getCurrentSegment", VALUEFUNC(_wrap_FXGradientBar_getCurrentSegment), -1);
11253
+ rb_define_method(cFXGradientBar.klass, "setAnchorSegment", VALUEFUNC(_wrap_FXGradientBar_setAnchorSegment), -1);
11254
+ rb_define_method(cFXGradientBar.klass, "getAnchorSegment", VALUEFUNC(_wrap_FXGradientBar_getAnchorSegment), -1);
11255
+ rb_define_method(cFXGradientBar.klass, "selectSegments", VALUEFUNC(_wrap_FXGradientBar_selectSegments), -1);
11256
+ rb_define_method(cFXGradientBar.klass, "deselectSegments", VALUEFUNC(_wrap_FXGradientBar_deselectSegments), -1);
11257
+ rb_define_method(cFXGradientBar.klass, "isSegmentSelected", VALUEFUNC(_wrap_FXGradientBar_isSegmentSelected), -1);
11258
+ rb_define_method(cFXGradientBar.klass, "setSegmentLowerColor", VALUEFUNC(_wrap_FXGradientBar_setSegmentLowerColor), -1);
11259
+ rb_define_method(cFXGradientBar.klass, "setSegmentUpperColor", VALUEFUNC(_wrap_FXGradientBar_setSegmentUpperColor), -1);
11260
+ rb_define_method(cFXGradientBar.klass, "getSegmentLowerColor", VALUEFUNC(_wrap_FXGradientBar_getSegmentLowerColor), -1);
11261
+ rb_define_method(cFXGradientBar.klass, "getSegmentUpperColor", VALUEFUNC(_wrap_FXGradientBar_getSegmentUpperColor), -1);
11262
+ rb_define_method(cFXGradientBar.klass, "moveSegmentLower", VALUEFUNC(_wrap_FXGradientBar_moveSegmentLower), -1);
11263
+ rb_define_method(cFXGradientBar.klass, "moveSegmentMiddle", VALUEFUNC(_wrap_FXGradientBar_moveSegmentMiddle), -1);
11264
+ rb_define_method(cFXGradientBar.klass, "moveSegmentUpper", VALUEFUNC(_wrap_FXGradientBar_moveSegmentUpper), -1);
11265
+ rb_define_method(cFXGradientBar.klass, "moveSegments", VALUEFUNC(_wrap_FXGradientBar_moveSegments), -1);
11266
+ rb_define_method(cFXGradientBar.klass, "getSegmentLower", VALUEFUNC(_wrap_FXGradientBar_getSegmentLower), -1);
11267
+ rb_define_method(cFXGradientBar.klass, "getSegmentMiddle", VALUEFUNC(_wrap_FXGradientBar_getSegmentMiddle), -1);
11268
+ rb_define_method(cFXGradientBar.klass, "getSegmentUpper", VALUEFUNC(_wrap_FXGradientBar_getSegmentUpper), -1);
11269
+ rb_define_method(cFXGradientBar.klass, "gradient", VALUEFUNC(_wrap_FXGradientBar_gradient), -1);
11270
+ rb_define_method(cFXGradientBar.klass, "getSegmentBlend", VALUEFUNC(_wrap_FXGradientBar_getSegmentBlend), -1);
11271
+ rb_define_method(cFXGradientBar.klass, "splitSegments", VALUEFUNC(_wrap_FXGradientBar_splitSegments), -1);
11272
+ rb_define_method(cFXGradientBar.klass, "mergeSegments", VALUEFUNC(_wrap_FXGradientBar_mergeSegments), -1);
11273
+ rb_define_method(cFXGradientBar.klass, "uniformSegments", VALUEFUNC(_wrap_FXGradientBar_uniformSegments), -1);
11274
+ rb_define_method(cFXGradientBar.klass, "blendSegments", VALUEFUNC(_wrap_FXGradientBar_blendSegments), -1);
11275
+ rb_define_method(cFXGradientBar.klass, "getBarStyle", VALUEFUNC(_wrap_FXGradientBar_getBarStyle), -1);
11276
+ rb_define_method(cFXGradientBar.klass, "setBarStyle", VALUEFUNC(_wrap_FXGradientBar_setBarStyle), -1);
11277
+ rb_define_method(cFXGradientBar.klass, "setSelectColor", VALUEFUNC(_wrap_FXGradientBar_setSelectColor), -1);
11278
+ rb_define_method(cFXGradientBar.klass, "getSelectColor", VALUEFUNC(_wrap_FXGradientBar_getSelectColor), -1);
11279
+ rb_define_method(cFXGradientBar.klass, "setHelpText", VALUEFUNC(_wrap_FXGradientBar_setHelpText), -1);
11280
+ rb_define_method(cFXGradientBar.klass, "getHelpText", VALUEFUNC(_wrap_FXGradientBar_getHelpText), -1);
11281
+ rb_define_method(cFXGradientBar.klass, "setTipText", VALUEFUNC(_wrap_FXGradientBar_setTipText), -1);
11282
+ rb_define_method(cFXGradientBar.klass, "getTipText", VALUEFUNC(_wrap_FXGradientBar_getTipText), -1);
11283
+ rb_define_method(cFXGradientBar.klass, "save", VALUEFUNC(_wrap_FXGradientBar_save), -1);
11284
+ rb_define_method(cFXGradientBar.klass, "load", VALUEFUNC(_wrap_FXGradientBar_load), -1);
11285
+ rb_define_method(cFXGradientBar.klass, "create", VALUEFUNC(_wrap_FXGradientBar_create), -1);
11286
+ rb_define_method(cFXGradientBar.klass, "detach", VALUEFUNC(_wrap_FXGradientBar_detach), -1);
11287
+ rb_define_method(cFXGradientBar.klass, "destroy", VALUEFUNC(_wrap_FXGradientBar_destroy), -1);
11288
+ rb_define_method(cFXGradientBar.klass, "resize", VALUEFUNC(_wrap_FXGradientBar_resize), -1);
11289
+ rb_define_method(cFXGradientBar.klass, "getDefaultWidth", VALUEFUNC(_wrap_FXGradientBar_getDefaultWidth), -1);
11290
+ rb_define_method(cFXGradientBar.klass, "getDefaultHeight", VALUEFUNC(_wrap_FXGradientBar_getDefaultHeight), -1);
11291
+ rb_define_method(cFXGradientBar.klass, "getWidthForHeight", VALUEFUNC(_wrap_FXGradientBar_getWidthForHeight), -1);
11292
+ rb_define_method(cFXGradientBar.klass, "getHeightForWidth", VALUEFUNC(_wrap_FXGradientBar_getHeightForWidth), -1);
11293
+ rb_define_method(cFXGradientBar.klass, "canFocus", VALUEFUNC(_wrap_FXGradientBar_canFocus), -1);
11294
+ rb_define_method(cFXGradientBar.klass, "setFocus", VALUEFUNC(_wrap_FXGradientBar_setFocus), -1);
11295
+ rb_define_method(cFXGradientBar.klass, "killFocus", VALUEFUNC(_wrap_FXGradientBar_killFocus), -1);
11296
+ rb_define_method(cFXGradientBar.klass, "changeFocus", VALUEFUNC(_wrap_FXGradientBar_changeFocus), -1);
11297
+ rb_define_method(cFXGradientBar.klass, "setDefault", VALUEFUNC(_wrap_FXGradientBar_setDefault), -1);
11298
+ rb_define_method(cFXGradientBar.klass, "enable", VALUEFUNC(_wrap_FXGradientBar_enable), -1);
11299
+ rb_define_method(cFXGradientBar.klass, "disable", VALUEFUNC(_wrap_FXGradientBar_disable), -1);
11300
+ rb_define_method(cFXGradientBar.klass, "raiseWindow", VALUEFUNC(_wrap_FXGradientBar_raiseWindow), -1);
11301
+ rb_define_method(cFXGradientBar.klass, "lower", VALUEFUNC(_wrap_FXGradientBar_lower), -1);
11302
+ rb_define_method(cFXGradientBar.klass, "move", VALUEFUNC(_wrap_FXGradientBar_move), -1);
11303
+ rb_define_method(cFXGradientBar.klass, "position", VALUEFUNC(_wrap_FXGradientBar_position), -1);
11304
+ rb_define_method(cFXGradientBar.klass, "layout", VALUEFUNC(_wrap_FXGradientBar_layout), -1);
11305
+ rb_define_method(cFXGradientBar.klass, "recalc", VALUEFUNC(_wrap_FXGradientBar_recalc), -1);
11306
+ rb_define_method(cFXGradientBar.klass, "reparent", VALUEFUNC(_wrap_FXGradientBar_reparent), -1);
11307
+ rb_define_method(cFXGradientBar.klass, "show", VALUEFUNC(_wrap_FXGradientBar_show), -1);
11308
+ rb_define_method(cFXGradientBar.klass, "hide", VALUEFUNC(_wrap_FXGradientBar_hide), -1);
11309
+ rb_define_method(cFXGradientBar.klass, "isComposite", VALUEFUNC(_wrap_FXGradientBar_isComposite), -1);
11310
+ rb_define_method(cFXGradientBar.klass, "contains", VALUEFUNC(_wrap_FXGradientBar_contains), -1);
11311
+ rb_define_method(cFXGradientBar.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXGradientBar_doesSaveUnder), -1);
11312
+ rb_define_method(cFXGradientBar.klass, "setBackColor", VALUEFUNC(_wrap_FXGradientBar_setBackColor), -1);
11313
+ rb_define_method(cFXGradientBar.klass, "tr", VALUEFUNC(_wrap_FXGradientBar_tr), -1);
11314
+ rb_define_method(cFXGradientBar.klass, "dropEnable", VALUEFUNC(_wrap_FXGradientBar_dropEnable), -1);
11315
+ rb_define_method(cFXGradientBar.klass, "dropDisable", VALUEFUNC(_wrap_FXGradientBar_dropDisable), -1);
11316
+ rb_define_method(cFXGradientBar.klass, "setShape", VALUEFUNC(_wrap_FXGradientBar_setShape), -1);
11317
+ rb_define_method(cFXGradientBar.klass, "clearShape", VALUEFUNC(_wrap_FXGradientBar_clearShape), -1);
11318
+ cFXGradientBar.mark = (void (*)(void *)) FXRbGradientBar::markfunc;
11319
+ cFXGradientBar.destroy = (void (*)(void *)) FXRbObject::freefunc;
10486
11320
  }
10487
11321