diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-06-20 23:21:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-20 23:21:48 +0800 |
commit | d9e3885428ec973fc18995b83daf6a1ad82103f0 (patch) | |
tree | 8401c9b4bce95c2ab4611e23bd20388cf2cf0875 /calendar/gui/e-calendar-table.h | |
parent | d4f63382f5717da28b2f5371662d4c508cccdfac (diff) | |
download | gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.gz gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.zst gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.zip |
added getFreeBusy method
2001-06-20 Rodrigo Moya <rodrigo@ximian.com>
* idl/evolution-calendar.idl: added getFreeBusy method
* pcs/cal.c (impl_Cal_get_free_busy): implementation of the new
getFreeBusy added method
* pcs/cal-backend.[ch]: added new virtual method to the CalBackend
class (get_free_busy)
* pcs/cal-backend-db.c (cal_backend_db_get_free_busy): new function,
not implemented yet
* pcs/cal-backend-file.c (cal_backend_file_get_free_busy): new funtion,
not implemented yet
svn path=/trunk/; revision=10333
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r-- | calendar/gui/e-calendar-table.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index 914a0bcd87..6ca523ac5c 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -83,6 +83,10 @@ struct _ECalendarTable /* The ECell used to view & edit dates. */ ECellDateEdit *dates_cell; + + /* The invisible widget used for cut/copy/paste */ + GtkWidget *invisible; + gchar *clipboard_selection; }; struct _ECalendarTableClass |