X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-app-menu-private.h;h=ddd2cf21837ffd23ed0f1c887d041e873ef83ad2;hb=34b349ac0dd46bbc3bce372bc6cc28665fa90181;hp=fc2b7a7d5772859e7ea210593004c656ad8f24b7;hpb=38c87746b36bf6dedf2f5caec252271ff98df669;p=hildon diff --git a/src/hildon-app-menu-private.h b/src/hildon-app-menu-private.h index fc2b7a7..ddd2cf2 100644 --- a/src/hildon-app-menu-private.h +++ b/src/hildon-app-menu-private.h @@ -3,7 +3,7 @@ * * Copyright (C) 2008 Nokia Corporation, all rights reserved. * - * Contact: Karl Lattimer + * Contact: Rodrigo Novo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by @@ -30,6 +30,7 @@ struct _HildonAppMenuPrivate GtkBox *filters_hbox; GtkBox *vbox; GtkTable *table; + GtkWindow *parent_window; GdkWindow *transfer_window; gboolean pressed_outside; GList *buttons; @@ -37,6 +38,12 @@ struct _HildonAppMenuPrivate guint columns; }; +void G_GNUC_INTERNAL +hildon_app_menu_set_parent_window (HildonAppMenu *self, + GtkWindow *parent_window); + +gpointer G_GNUC_INTERNAL +hildon_app_menu_get_parent_window (HildonAppMenu *self); G_END_DECLS