git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

HexFiend/HFVerticalScrollerRepresenter.h

      1 //
      2 //  HFRepresenterVerticalScroller.h
      3 //  HexFiend_2
      4 //
      5 //  Copyright 2007 ridiculous_fish. All rights reserved.
      6 //
      7 
      8 #import <HexFiend/HFRepresenter.h>
      9 
     10 /*! @class HFVerticalScrollerRepresenter
     11     @brief An HFRepresenter responsible for showing a vertical scroll bar.
     12     
     13     HFVerticalScrollerRepresenter is an HFRepresenter whose view is a vertical NSScroller, that represents the current position within an HFController "document."  It has no methods beyond those of HFRepresenter.
     14     
     15     As HFVerticalScrollerRepresenter is an especially simple representer, it makes for good sample code.
     16 */
     17 @interface HFVerticalScrollerRepresenter : HFRepresenter {
     18 
     19 }
     20 
     21 @end

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.