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

« back to all changes in this revision

Viewing changes to pp_menu_layout.h

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501163213-ni1933khtg9fdvn5
Tags: 0.3.5-2
Move to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef PP_MENU_LAYOUT_H
 
2
#define PP_MENU_LAYOUT_H
 
3
#include <gtk/gtkwidget.h>
 
4
#include <gtk/gtkuimanager.h>
 
5
 
 
6
void BuildLayoutMenu(void *userdata,GtkUIManager *ui_manager);
 
7
void LayoutMenu_SetLayout(GtkUIManager *ui_manager,const char *layouttype);
 
8
#endif