Main Page | Directories | File List | File Members

hn-wm-watched-window-view.h

00001 /* 
00002  * This file is part of maemo-af-desktop
00003  *
00004  * Copyright (C) 2005, 2006 Nokia Corporation.
00005  *
00006  * Contact: Karoliina Salminen <karoliina.t.salminen@nokia.com>
00007  *
00008  * This library is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Lesser General Public License
00010  * version 2.1 as published by the Free Software Foundation.
00011  *
00012  * This library is distributed in the hope that it will be useful, but
00013  * WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00015  * Lesser General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Lesser General Public
00018  * License along with this library; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
00020  * 02110-1301 USA
00021  *
00022  */
00023 
00028 #ifndef HAVE_HN_WM_WATCHED_WIN_VIEW_H
00029 #define HAVE_HN_WM_WATCHED_WIN_VIEW_H
00030 
00031 #include "hn-wm.h"
00032 
00033 HNWMWatchedWindowView*
00034 hn_wm_watched_window_view_new (HNWMWatchedWindow *win,
00035                    int                view_id);
00036 
00037 HNWMWatchedWindow*
00038 hn_wm_watched_window_view_get_parent (HNWMWatchedWindowView *view);
00039 
00040 gint
00041 hn_wm_watched_window_view_get_id (HNWMWatchedWindowView *view);
00042 
00043 GtkWidget*
00044 hn_wm_watched_window_view_get_menu (HNWMWatchedWindowView *view);
00045 
00046 const gchar*
00047 hn_wm_watched_window_view_get_name (HNWMWatchedWindowView *view);
00048 
00049 void
00050 hn_wm_watched_window_view_set_name (HNWMWatchedWindowView *view,
00051                     const gchar           *name);
00052 void
00053 hn_wm_watched_window_view_destroy (HNWMWatchedWindowView *view);
00054 
00055 void
00056 hn_wm_watched_window_view_close_window (HNWMWatchedWindowView *view);
00057 
00058 void
00059 hn_wm_watched_window_view_set_info (HNWMWatchedWindowView *view,
00060                     HNEntryInfo           *info);
00061 
00062 HNEntryInfo *
00063 hn_wm_watched_window_view_get_info (HNWMWatchedWindowView *view);
00064 
00065 gboolean
00066 hn_wm_watched_window_view_is_active (HNWMWatchedWindowView *view);
00067 
00068 #endif /* HN_WM_WATCHED_WIN_VIEW_H */

Generated on Thu Dec 21 11:26:51 2006 for maemo-af-desktop-documentation by  doxygen 1.4.2