jump_to_page.c File Reference

Test the jump to page dialog. More...

#include <gtk/gtk.h>
#include "erGtkDialogJumpToPage.h"
Include dependency graph for jump_to_page.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Detailed Description

Test the jump to page dialog.

Definition in file jump_to_page.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Copyright (C) 2008 iRex Technologies B.V. All rights reserved.

Definition at line 31 of file jump_to_page.c.

00033 {
00034 
00035     gtk_init (&argc, &argv);
00036     
00037     gint page = gtk_dialog_jump_to_page_run();
00038 
00039     if (page < 0)
00040     {
00041         g_print("CANCEL\n");
00042     }
00043     else
00044     {
00045         g_print("Jump to page %d\n", page);
00046     }
00047 
00048     return 0;
00049 }

Generated by  doxygen 1.6.2-20100208