SF.net SVN: geany-plugins:[1293] trunk/geanylatex/src

frlan at users.sourceforge.net frlan at xxxxx
Sat Apr 24 20:32:25 UTC 2010


Revision: 1293
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1293&view=rev
Author:   frlan
Date:     2010-04-24 20:32:25 +0000 (Sat, 24 Apr 2010)

Log Message:
-----------
GeanyLaTeX: Move LaTeXWizard type defintion to datatypes.h

Modified Paths:
--------------
    trunk/geanylatex/src/datatypes.h
    trunk/geanylatex/src/geanylatex.h

Modified: trunk/geanylatex/src/datatypes.h
===================================================================
--- trunk/geanylatex/src/datatypes.h	2010-04-24 20:31:53 UTC (rev 1292)
+++ trunk/geanylatex/src/datatypes.h	2010-04-24 20:32:25 UTC (rev 1293)
@@ -44,4 +44,21 @@
 	GString *template;
 } TemplateEntry;
 
+typedef struct
+{
+	GtkWidget *documentclass_combobox;
+	GtkWidget *encoding_combobox;
+	GtkWidget *fontsize_combobox;
+	GtkWidget *checkbox_KOMA;
+	GtkWidget *author_textbox;
+	GtkWidget *date_textbox;
+	GtkWidget *title_textbox;
+	GtkWidget *papersize_combobox;
+	GtkWidget *checkbox_draft;
+	GtkWidget *template_combobox;
+	GtkWidget *orientation_combobox;
+	GPtrArray *template_list;
+	gboolean draft_active;
+} LaTeXWizard;
+
 #endif

Modified: trunk/geanylatex/src/geanylatex.h
===================================================================
--- trunk/geanylatex/src/geanylatex.h	2010-04-24 20:31:53 UTC (rev 1292)
+++ trunk/geanylatex/src/geanylatex.h	2010-04-24 20:32:25 UTC (rev 1293)
@@ -61,23 +61,6 @@
 
 #define MAX_MENU_ENTRIES 20
 
-typedef struct
-{
-	GtkWidget *documentclass_combobox;
-	GtkWidget *encoding_combobox;
-	GtkWidget *fontsize_combobox;
-	GtkWidget *checkbox_KOMA;
-	GtkWidget *author_textbox;
-	GtkWidget *date_textbox;
-	GtkWidget *title_textbox;
-	GtkWidget *papersize_combobox;
-	GtkWidget *checkbox_draft;
-	GtkWidget *template_combobox;
-	GtkWidget *orientation_combobox;
-	GPtrArray *template_list;
-	gboolean draft_active;
-} LaTeXWizard;
-
 extern LaTeXWizard glatex_wizard;
 gint glatex_count_menu_entries(SubMenuTemplate *tmp, gint categorie);
 void glatex_wizard_activated(G_GNUC_UNUSED GtkMenuItem * menuitem,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list