Ignore:
Timestamp:
Nov 26, 2009, 6:20:33 PM (13 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Created widgets.[c,h] and an unfinished (but working) input box
  • Python interpreter now uses generic input box code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/XCode/XCode.xcodeproj/project.pbxproj

    r4047 r4048  
    1919                E6BC2F7E10BD8C9100CED875 /* py_module.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = py_module.c; path = ../src/python/py_module.c; sourceTree = SOURCE_ROOT; };
    2020                E6BC2F7F10BD8C9100CED875 /* py_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = py_module.h; path = ../src/python/py_module.h; sourceTree = SOURCE_ROOT; };
     21                E6BC2FBF10BEE46A00CED875 /* widgets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = widgets.h; path = ../src/widgets.h; sourceTree = SOURCE_ROOT; };
     22                E6BC2FC010BEE46A00CED875 /* widgets.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = widgets.c; path = ../src/widgets.c; sourceTree = SOURCE_ROOT; };
    2123                E6DB671810B19E2200B6F924 /* attach.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attach.c; path = ../src/attach.c; sourceTree = SOURCE_ROOT; };
    2224                E6DB671910B19E2200B6F924 /* configuration.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = configuration.c; path = ../src/configuration.c; sourceTree = SOURCE_ROOT; };
     
    9496                                E6DB672510B19E2200B6F924 /* neercsrc */,
    9597                                E6DB671F10B19E2200B6F924 /* Makefile.am */,
     98                                E6BC2FBF10BEE46A00CED875 /* widgets.h */,
     99                                E6BC2FC010BEE46A00CED875 /* widgets.c */,
    96100                        );
    97101                        name = src;
Note: See TracChangeset for help on using the changeset viewer.