diff options
author | ritsuka <[email protected]> | 2014-08-02 16:14:16 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-02 16:14:16 +0000 |
commit | e51d2ad08ee494c46ef1d97260437f9462f69ee2 (patch) | |
tree | d306dc2f9fefa1e76aa625d5426ceedf50a72c7c /macosx/HBLanguagesSelection.h | |
parent | 969fe98fc90991e61f74720221f53bd746fbd5d4 (diff) |
MacGui: add drag & drop to rearrange languages in the subtitles default panel.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6258 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBLanguagesSelection.h')
-rw-r--r-- | macosx/HBLanguagesSelection.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/HBLanguagesSelection.h b/macosx/HBLanguagesSelection.h index 725fdf9d9..cb017555b 100644 --- a/macosx/HBLanguagesSelection.h +++ b/macosx/HBLanguagesSelection.h @@ -47,4 +47,11 @@ */ @property (nonatomic, readwrite) BOOL showSelectedOnly; +/** + * Set whether the user can drag the table view's elements. + */ +@property (nonatomic, readwrite) BOOL isDragginEnabled; + +@property (assign) IBOutlet NSTableView *tableView; + @end |