summaryrefslogtreecommitdiff
path: root/src/modules/wizard/e_wizard.h
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2007-09-16 18:32:32 +0000
committerCarsten Haitzler <raster@rasterman.com>2007-09-16 18:32:32 +0000
commite7de4981f90b41c5d874a7269fd83c0d336387f6 (patch)
treee8bebc87bec7c1214875e4dca1821ca083b657f9 /src/modules/wizard/e_wizard.h
parenta548d436d06b8857dc3de2fd91ab4f58fbcf8745 (diff)
downloadenlightenment-e7de4981f90b41c5d874a7269fd83c0d336387f6.tar.gz
enable/disable back/next as needed. allow pages to do it too.
SVN revision: 31743
Diffstat (limited to 'src/modules/wizard/e_wizard.h')
-rw-r--r--src/modules/wizard/e_wizard.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/wizard/e_wizard.h b/src/modules/wizard/e_wizard.h
index 1d5170eb82..0c74cd5850 100644
--- a/src/modules/wizard/e_wizard.h
+++ b/src/modules/wizard/e_wizard.h
@@ -36,8 +36,9 @@ EAPI E_Wizard_Page *
int (*hide) (E_Wizard_Page *pg),
int (*apply) (E_Wizard_Page *pg)
);
-EAPI void
- e_wizard_page_del(E_Wizard_Page *pg);
+EAPI void e_wizard_page_del(E_Wizard_Page *pg);
+EAPI void e_wizard_button_back_enable_set(int enable);
+EAPI void e_wizard_button_next_enable_set(int enable);
#endif
#endif