diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2006-09-01 17:38:25 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2006-09-01 17:38:25 +0000 |
commit | b3e5363aa181f8bcfe0e9e51cde1567f47471e50 (patch) | |
tree | 8c7f6641b0fb2ab277838a6f81c4326cecb97636 /src/bin/e_win.h | |
parent | 3bd22b5c7086c4da10c60f052e052e2edf4ebe7a (diff) | |
download | enlightenment-b3e5363aa181f8bcfe0e9e51cde1567f47471e50.tar.gz |
Add function to set window border icon so that Import dialogs and such can
have same icon as their parent.
SVN revision: 25303
Diffstat (limited to 'src/bin/e_win.h')
-rw-r--r-- | src/bin/e_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_win.h b/src/bin/e_win.h index d9bdc1d857..7ad65a5ddc 100644 --- a/src/bin/e_win.h +++ b/src/bin/e_win.h @@ -65,6 +65,7 @@ EAPI void e_win_size_base_set (E_Win *win, int w, int h); EAPI void e_win_step_set (E_Win *win, int x, int y); EAPI void e_win_name_class_set (E_Win *win, const char *name, const char *class); EAPI void e_win_title_set (E_Win *win, const char *title); +EAPI void e_win_border_icon_set (E_Win *win, const char *icon); EAPI void e_win_centered_set (E_Win *win, int centered); EAPI void e_win_dialog_set (E_Win *win, int dialog); |