Giter Site home page Giter Site logo

apnadkarni / rbctoolkit Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 3.26 MB

Cloned from the official RBC Toolkit SVN repo at https://sourceforge.net/projects/rbctoolkit/

Makefile 1.79% Shell 2.79% Tcl 34.21% Roff 8.13% C 49.54% Prolog 0.35% M4 3.01% Batchfile 0.02% CSS 0.15%

rbctoolkit's People

Contributors

andreas-kupries avatar apnadkarni avatar eric91 avatar rhae avatar stormojm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

eric91

rbctoolkit's Issues

Attribute/option changes not correctly detected and processed with Tk 8.6

RBC routines makes use of Tk_ConfigureWidget to parse options for
widgets, passing in an array of Tk_ConfigSpec structures. They then
check the TK_CONFIG_OPTION_SPECIFIED flag in those structures to
figure out which options have been modified. This worked in older
(pre-8.6) Tk versions.

In 8.6, Tk_ConfigureWidget does not modify the passed in
Tk_ConfigSpec structures. Rather it maintains an internal
per-interp cache that mirrors the passed in Tk_ConfigSpec array and
modifies the elements of the cached structure instead. Based on the
comments, this is intended to make the option processing
thread-safe (or perhaps interp-specific).

Obviously, this breaks Tk extensions, including RBC, which expect
the flags field in the passed-in structure to have been modified.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.