discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView autosaveName


From: Marko Mikulicic
Subject: NSTableView autosaveName
Date: Mon, 20 Aug 2001 18:08:06 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801

Hello,

I'm implementing the column autosave for NSTableView.

Is there a standard OpenStep key of the user defaults to
contain the dict of table configurations ?

if thought of:

NSTableColumns = { "tablename_whatever" = (
        (col1_id, col1_width, col1_idx), ...);
     othertable" = ...
};

is that ok ?


Marko Mikulicic




reply via email to

[Prev in Thread] Current Thread [Next in Thread]