|
From: SourceForge.net <no...@so...> - 2008-01-29 15:38:49
|
Bugs item #1876493, was opened at 2008-01-21 14:31 Message generated for change (Comment added) made by dkf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112997&aid=1876493&group_id=12997 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: 99. Other Group: current: 8.5.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: aleksanteri (aleksanteri) Assigned to: Donal K. Fellows (dkf) Summary: Standard option -state not documented Initial Comment: The -state option is not documented on the standard options page (http://www.tcl.tk/man/tcl8.5/TkCmd/options.htm), although for example [ttk::checkbutton]'s man page (http://www.tcl.tk/man/tcl8.5/TkCmd/ttk_checkbutton.htm) links to it. ---------------------------------------------------------------------- >Comment By: Donal K. Fellows (dkf) Date: 2008-01-29 15:38 Message: Logged In: YES user_id=79902 Originator: NO Fixed now except for the code to generate HTML from that. ---------------------------------------------------------------------- Comment By: Donal K. Fellows (dkf) Date: 2008-01-28 15:14 Message: Logged In: YES user_id=79902 Originator: NO I know roughly what needs to be done in terms of *roff hacking. ---------------------------------------------------------------------- Comment By: Joe English (jenglish) Date: 2008-01-27 17:21 Message: Logged In: YES user_id=68433 Originator: NO "-state" is not a standard option for core Tk widgets. Not all widgets support it, and those that do have it allow different sets of -state values. It is a "common option" for the ttk::* widgets (available on a subset of widgets, with a common meaning where present), and is documented in ttk_widget.n (under section "COMPATIBILITY OPTIONS"). Problem is in the manpage reformatter, it points "STANDARD OPTION" links to the wrong page for all ttk::* manpages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112997&aid=1876493&group_id=12997 |