Concept Framework 2.2 documentation Contents | Index

RTreeView.RulesHint

Name Type Access Version Deprecated
RulesHint property public version 1.0 no

Prototype:
Read/Write property RulesHint[=true|false]


Description:
This property tells GTK+ client that the user interface for your application requires users to read across tree rows and associate cells with one another. By default, GTK+ will then render the tree with alternating row colors. Do not use it just because you prefer the appearance of the ruled tree; that's a question for the theme. Some themes will draw tree rows in alternating colors even when rules are turned off, and users who prefer that appearance all the time can choose those themes. You should set this property only as a semantic hint to the theme engine that your tree makes alternating colors useful from a functional standpoint (since it has lots of columns, generally).

Returns:
Returns true if the tree requires reading across rows.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT(c)2013 Devronium Applications