diff options
author | dynaflash <[email protected]> | 2007-03-30 18:29:27 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-30 18:29:27 +0000 |
commit | 18cd105e9a40beccc264178dba69b8b89926a121 (patch) | |
tree | f3e332a46dd435df69dfdbcb1ffeaa9c259ef078 /macosx/Controller.h | |
parent | 8fec20a54998df78804fca118b36c61b7544890a (diff) |
MacGui: Presets
- Show Built In Presets in a blue font and custom user presets in black to differentiate them.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@468 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 448e258c6..4fd0f272e 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -223,7 +223,10 @@ setObjectValue:(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex; - +// To determine user presets cell display properties +- (void)tableView:(NSTableView *)aTableView + willDisplayCell:(id)aCell forTableColumn:(NSTableColumn *)aTableColumn + row:(int)rowIndex; @end |