mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 11:40:37 +00:00
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
* Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager * Update GSTableau based on feedback * Remove adding expression term variable to external parameteric variables
This commit is contained in:
parent
eb480b7748
commit
305bcd56a3
10 changed files with 1187 additions and 8 deletions
|
@ -69,6 +69,12 @@ typedef enum GSCSVariableType GSCSVariableType;
|
|||
|
||||
+ (instancetype) variableWithValue: (CGFloat)value name: (NSString *)name;
|
||||
|
||||
+ (instancetype) dummyVariableWithName: (NSString*)name;
|
||||
|
||||
+ (instancetype) slackVariableWithName: (NSString*)name;
|
||||
|
||||
+ (instancetype) objectiveVariableWithName: (NSString*)name;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue