~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/fractal-explorer/fractal-explorer-dialogs.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __FRACTALEXPLORER_DIALOGS_H__
 
2
#define __FRACTALEXPLORER_DIALOGS_H__
 
3
 
 
4
gint        explorer_dialog            (void);
 
5
void        dialog_update_preview      (void);
 
6
 
 
7
void        set_cmap_preview           (void);
 
8
void        make_color_map             (void);
 
9
 
 
10
void        dialog_change_scale        (void);
 
11
gchar     * get_line                   (gchar              *buf,
 
12
                                        gint                s,
 
13
                                        FILE               *from,
 
14
                                        gint                init);
 
15
gint        load_options               (fractalexplorerOBJ *xxx,
 
16
                                        FILE               *fp);
 
17
void        explorer_load              (void);
 
18
 
 
19
#endif