Christopher Chavez

Results 72 comments of Christopher Chavez

I would consider backporting https://core.tcl-lang.org/tk/info/0d9c0d50f9 (tcltk/tk@ca38684090) instead to fix many additional instances of this issue.

I changed my mind about backporting the entire upstream change; it shows only two more instances where `length` was changed from `size_t` to `int`, so I have incorporated those as...

I think it may be feasible for Perl/Tk to incorporate support for `-stretch`. It was implemented in upstream Tcl/Tk as TIP 177: tcltk/tk@8fe41c5f51; hopefully there aren't too many bug fixes...

Is this is the ideal approach for this? Even though this is what was done in the past (cf. ee70e489e8f8fbbcaff88a608a00a129cd2ae7c0), I'm inclined to think there are still other potentially broken...

(I misunderstood the original issue of dereferencing pointers to different sized types, and somehow confused it for `Cursor` and `Tk_Cursor` being directly treated as pointers.) So does reverting 08de0f2 fix...

>>Regarding stdint.h: does Perl/Tk already compile using C99 or later? (I know Perl itself can't use stdint.h, since that's not part of C89, but I don't know if Perl modules...

Note that XQuartz 2.7.11 is relatively old (2016). However I'm only aware of MacPorts (its `xorg-server` port) having an up-to-date version of X11. With MacPorts' X11 (1.20.8), Perl 5.30.3, Perl/Tk...

@bzimage-it I think you meant to put "instead of `Tk::findINC`" in the title of this issue. Indeed the only example of `Tk::findINC` I found in the Perl/Tk distribution is in...

I have pushed another commit which was done in Tcl::pTk to avoid similar issues with DialogBox and Balloon widgets.

It looks very similar to a Label widget. There are a few bundled examples that use Message, e.g. basic_demo: https://github.com/eserte/perl-tk/blob/806e6b3fc2bbe13fdceff1e8c1713de0138e74ce/examples/basic_demo#L124-L131 ![screen shot 2018-05-28 at 10 37 44 pm](https://user-images.githubusercontent.com/7941193/40637113-9c024afc-62c8-11e8-9d68-9ccbfb23f006.png) I agree...