Re: Help files



Hello,
        is there a standard way of providing the user with context help in
gtk+ programs? If not, how do you guys do that? For me, at this point, it
is only a simple self-made readme browser and tooltips.

This is an untried method, but it may work.  When you click on your help
function button create a function handler that will intercept all events for
an app and have it look for click events.  It should, hopefully, return the
widget that was clicked on.  Then once the help dialog or message is displayed
you should remove this handler.  This could be applied to any event or button.

Frank





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]