Changeset f9263dd in thomson for elec/CrO2/software/gui.h


Ignore:
Timestamp:
Jan 29, 2012, 9:06:29 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
192e299
Parents:
c7b4218
Message:

Final version (?) of iup++, which handles callbacks with arguments. Needs C++11.

git-svn-id: svn://localhost/thomson@14 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/gui.h

    rc7b4218 rf9263dd  
    55 */
    66
    7 #include <iup.h>
     7#include "iupplusplus.h"
     8
     9#include <cstdio>
    810
    911class K5;
     
    1618        private:
    1719                int menu_open();
     20                int menu_exit();
    1821
    1922                K5* file;
Note: See TracChangeset for help on using the changeset viewer.