Subversion Repositories filter_foundry

Rev

Rev 536 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 536 Rev 550
Line 1... Line 1...
1
/*
1
/*
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
3
    Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.net
3
    Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.net
4
    Copyright (C) 2018-2022 Daniel Marschall, ViaThinkSoft
4
    Copyright (C) 2018-2023 Daniel Marschall, ViaThinkSoft
5
 
5
 
6
    This program is free software; you can redistribute it and/or modify
6
    This program is free software; you can redistribute it and/or modify
7
    it under the terms of the GNU General Public License as published by
7
    it under the terms of the GNU General Public License as published by
8
    the Free Software Foundation; either version 2 of the License, or
8
    the Free Software Foundation; either version 2 of the License, or
9
    (at your option) any later version.
9
    (at your option) any later version.
Line 114... Line 114...
114
 
114
 
115
        void maindlginit(DIALOGREF dp);
115
        void maindlginit(DIALOGREF dp);
116
        Boolean maindlgitem(DIALOGREF dp,int item);
116
        Boolean maindlgitem(DIALOGREF dp,int item);
117
        void maindlgupdate(DIALOGREF dp);
117
        void maindlgupdate(DIALOGREF dp);
118
        void slidermoved(DIALOGREF dp,int item);
118
        void slidermoved(DIALOGREF dp,int item);
119
        int checksliders(int exprs,int ctlflags[],int mapflags[]);
119
        int checksliders(int exprs);
120
 
120
 
121
        void builddlginit(DIALOGREF dp);
121
        void builddlginit(DIALOGREF dp);
122
        Boolean builddlgitem(DIALOGREF dp,int item);
122
        Boolean builddlgitem(DIALOGREF dp,int item);
123
 
123
 
124
#endif
124
#endif