~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/gotodialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define GOTO_DIALOG_CLASS(klass) GTK_CHECK_CLASS_CAST(klass,goto_dialog_get_type(),GotoDialogClass)
31
31
#define IS_GOTO_DIALOG(obj) GTK_CHECK_TYPE(obj,goto_dialog_get_type())
32
32
 
 
33
#define GOTO_DIALOG_POS_AFTER_BEG_FILE 0
 
34
#define GOTO_DIALOG_POS_AFTER_END_FILE 1
 
35
#define GOTO_DIALOG_POS_AFTER_CURSOR 2
 
36
#define GOTO_DIALOG_POS_AFTER_BEG_SEL 3
 
37
#define GOTO_DIALOG_POS_AFTER_END_SEL 4
 
38
 
33
39
typedef struct _GotoDialog {
34
40
     GtkWindow parent;
35
41
     Mainwindow *mw;