Skip to content

Fix misleading and misspelled names in Xaw3dXftData #9

Description

@DaveFlater

The name of no_hilit_reverse is really confusing given its context-dependent behavior.

The struct uses hilit and hilight. The dictionary says highlight. Choose one and use it consistently.

We've also got set_hilit_color and set_default_hilit_color in proc, and the corresponding functions Xaw3dXftSetHilitColor and Xaw3dXftSetDefaultHilitColor.

There is no cute spelling in Xt or Xaw. Xt defines resource highlight. Xaw defines resources highlight and highlightThickness, actions highlight and unhighlight, functions XawListHighlight and XawListUnhighlight, and a Boolean parameter highlight.

Metadata

Metadata

Assignees

Labels

uglinessTechnically not broken but clearly wrong and embarrassing

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions