enlightenment/src
David Walter Seikel bca4e798f1 Add a close button callback hook at the request of devilhorns.
If the callback returns zero, the dialog is NOT closed.

Seems that every user of config_dialog allocates E_Config_Dialog_View on
the stack and doesn't clear it, so I can't rely on the close_cfdata member
being NULL.  I currently set it to NULL in e_config_dialog_new() and if
you want to use it, set it in create_widgets();  I suspect that allocating
a structure on the stack that lives beyond the function call is just
asking for trouble.


SVN revision: 19945
2006-01-21 12:44:48 +00:00
..
bin Add a close button callback hook at the request of devilhorns. 2006-01-21 12:44:48 +00:00
lib Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
modules Formatting. Make Start Module config work correctly using E_Config_Dialog_Data. No need to define the configure function with EAPI. Removed not needed include. Add missing e_mod_config.h include to e_mod_config.c 2006-01-20 11:14:12 +00:00
preload make it a single property - have to parse it now tho. 2005-06-04 09:01:13 +00:00
.cvsignore Quiet! 2004-12-02 18:41:29 +00:00
Makefile.am ehack is baaack! :) 2005-06-02 14:56:07 +00:00