comparison finch/libgnt/gntwindow.h @ 16731:3c3fc1432a01

Let windows know when the workspace they are in is being hidden/shown
author Richard Nelson <wabz@pidgin.im>
date Sat, 12 May 2007 23:58:11 +0000
parents f00f2e283ffb
children 08776fc5c06f
comparison
equal deleted inserted replaced
16730:8eed567eee39 16731:3c3fc1432a01
49 49
50 GntWidget *gnt_window_box_new(gboolean homo, gboolean vert); 50 GntWidget *gnt_window_box_new(gboolean homo, gboolean vert);
51 51
52 void gnt_window_set_menu(GntWindow *window, GntMenu *menu); 52 void gnt_window_set_menu(GntWindow *window, GntMenu *menu);
53 53
54 void gnt_window_workspace_hiding(GntWindow *);
55 void gnt_window_workspace_showing(GntWindow *);
56
54 G_END_DECLS 57 G_END_DECLS
55 58
56 #endif /* GNT_WINDOW_H */ 59 #endif /* GNT_WINDOW_H */