Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 2f9c9fae57246deab55742ac19cfe0638da81830
Ticket: 2930718fffffffffffffffffffffffffffffffff
Undocumented API: Tk_Outline
User & Date: dkf 2013-11-03 12:00:47
Changes

  1. assignee changed to: "aku"
  2. closer changed to: "nobody"
  3. comment changed to:
    Entries 221-226 in tk.decls (the Tk_Outline function API) have no documentation anywhere in Tk. As part of the public API, this should be fixed.
    
        void Tk_CreateOutline(Tk_Outline *outline)
        void Tk_DeleteOutline(Display *display, Tk_Outline *outline)
        int Tk_ConfigOutlineGC(XGCValues *gcValues, Tk_Canvas canvas,
                Tk_Item *item, Tk_Outline *outline)
        int Tk_ChangeOutlineGC(Tk_Canvas canvas, Tk_Item *item,
                Tk_Outline *outline)
        int Tk_ResetOutlineGC(Tk_Canvas canvas, Tk_Item *item,
                Tk_Outline *outline)
        int Tk_CanvasPsOutline(Tk_Canvas canvas, Tk_Item *item,
                Tk_Outline *outline)
    
  4. login: "dkf"
  5. mimetype: "text/plain"
  6. priority changed to: "3 Low"
  7. severity changed to: "Minor"