~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to pp_menu_options.h

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070501163213-k0gaendx7grjlmk5
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef PP_MENU_OPTIONS_H
 
2
#define PP_MENU_OPTIONS_H
 
3
#include <gtk/gtkwidget.h>
 
4
#include <gtk/gtkuimanager.h>
 
5
 
 
6
void BuildOptionsMenu(void *userdata,GtkUIManager *ui_manager);
 
7
#endif