Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many different programming languages.
Tk provides a number of (GUI) widgets commonly needed to develop desktop applications such as button, menu, canvas, text, frame, label, etc. Tk has been ported to run on most flavors of Linux, Mac OS, Unix, and Microsoft Windows. Since Tcl/Tk 8, it offers "native look and feel" (for instance, menus and buttons are displayed in the manner of "native" software for any given platform). Tk was designed to be extended, and a wide range of extensions are available that offer new widgets or other capabilities.
A new theming engine, originally called Tk Tile, but now generally referred to as "themed Tk" is included in the 8.5 release. Like Tcl, Tk supports Unicode within the Basic Multilingual Plane but it has not yet been extended to handle 32-bit Unicode. On *nix systems, Tk 8.4 and below still use bitmap fonts, but Tk 8.5 uses outline fonts (notably TrueType and OpenType fonts).
Framework may refer to:
What You Don't See is the second studio album by American rock band The Story So Far.
The Story So Far signed to Pure Noise in March 2010. The band released their debut album in June 2011. The band supported We Are the Union and I Call Fives in July. The band toured alongside Heartsounds and Handguns in August. The band supported Senses Fail in November. From late February to early March 2012 the band went on the Pure Noise Records Tour alongside Handguns, I Call Fives, Daybreaker, The American Scene and Forever Came Calling. In early November, the band supported New Found Glory on the Road to Warped Tour in the UK. From late November to mid-December, the band supported New Found Glory on the 10th anniversary tour for their Sticks and Stones album. The band listened to New Found Glory when they were younger and did not expect tour with them in their lifetime.
On December 31, 2011 it was announced that The Story So Far was recording new material. In March 2012 it was announced the band would be writing new songs in the summer. In August it was posted that the band were recording "something" at Panda Studios. The band recorded at Panda Studios in San Francisco, in the fall. In an October 2012 interview with Alternative Press bassist Kelen Capener revealed the band were "just starting [to record] drum [tracks]". The band went to the studio with 13 songs but were writing new material during the record process in case they want to drop any of the previously written material. The band were figuring out what made their previous record excellent and attempt to expanded on it. The album was produced by Steve Klein of New Found Glory and Sam Pura. Klein originally visited the band to see what material they had and gave them tips.
In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific software. A software framework is a universal, reusable software environment that provides particular functionality as part of a larger software platform to facilitate development of software applications, products and solutions. Software frameworks may include support programs, compilers, code libraries, tool sets, and application programming interfaces (APIs) that bring together all the different components to enable development of a project or solution.
Frameworks contain key distinguishing features that separate them from normal libraries: