objective c - Cocoa / Interface Builder: What do I need to subclass to replicate this window? -
i'm guessing using custom nswindow, nstextfield, nssecuretextfield, nsbutton
? don't want replicate it, know involved in customizing app's ui level.
the window hud-style panel, can in ib without subclassing anything. looks there's bit of custom background it, unless it's faintly showing behind it; if custom background, custom view content view job.
the separator image view or custom view.
the static text fields can done without subclassing. change text color.
the editable text fields, both regular 1 , secure one, need subclass. have no idea how that.
the follow-link button mix of custom drawing , standard image. start nsimagenamefollowlinkfreestandingtemplate
image; draw that, fill empty path white using source-in blend mode.
the other 2 buttons customized, using custom cells in order override background without overriding text drawing.
Comments
Post a Comment