X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fabout.h;fp=modules%2Fgui%2Fmacosx%2Fabout.h;h=6ba19818a0f04319c0f6f53a88dc81715225b6e6;hb=debf610d6c422fe5a8e03b04f988e608e67c9059;hp=7ef8f44aab826b2b37b97c72d026a03b8617c165;hpb=5aad31ca3a09bfe7c4ef0e26a307f7ac35387a46;p=vlc diff --git a/modules/gui/macosx/about.h b/modules/gui/macosx/about.h index 7ef8f44aab..6ba19818a0 100644 --- a/modules/gui/macosx/about.h +++ b/modules/gui/macosx/about.h @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#import + /***************************************************************************** * VLAboutBox interface *****************************************************************************/ @@ -43,10 +45,13 @@ NSTimeInterval i_start; BOOL b_restart; BOOL b_isSetUp; - + /* generic help window */ IBOutlet id o_help_window; - IBOutlet id o_help_web_view; + IBOutlet WebView *o_help_web_view; //we may _not_ use id here because of method name collisions + IBOutlet id o_help_bwd_btn; + IBOutlet id o_help_fwd_btn; + IBOutlet id o_help_home_btn; /* licence window */ IBOutlet id o_gpl_window; @@ -57,5 +62,6 @@ - (void)showAbout; - (void)showHelp; - (IBAction)showGPL:(id)sender; +- (IBAction)helpGoHome:(id)sender; @end