context help and xrc

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
keinstein
In need of some credit
In need of some credit
Posts: 5
Joined: Mon May 05, 2008 3:19 pm

context help and xrc

Post by keinstein »

Hi,

I'd like to use the xrc system. But I don't know, how to create a context help button. It doesn't seem to be a part of the xrc system and the subclassing feature seems not to help here.

Keinstein.
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

Look at wxContextHelp and wxContextHelpButton.
I don't use them, so I can't tell you if they are linked to XRC or not.
Post Reply