Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AdriansonCrusoe

    same program, optional GUI toolkits ?

    I come from interpreted language programming so bear with me :) Is it posible for a C program to use one or another GUI toolkit present in the system ? e.g. if there's TK use it, if not: if there's GTK use it, if not: etc.
  2. AdriansonCrusoe

    DOS and TK "popups"

    Hello, Do toplevel, getOpenFile, popup, menues, etc work on DOS ?
  3. AdriansonCrusoe

    list vs. dict : how to rearrange indices after removing element?

    With lists, when you delete one element the indices are rearranged, e.g. deleting "zero" from "zero one two" gives lindex 0 = "one". Is that possible with [dict create 0 "zero" 1 "one" ...] ? ( something like PHP's array_splice )

Part and Inventory Search

Back
Top