diff options
author | Laurent Napias <[email protected]> | 2019-06-29 11:57:35 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-07-04 15:07:12 +0200 |
commit | 61b94ba9a4953aba56764dac7e0f8751aaa11571 (patch) | |
tree | c9097e01f74035b305fd47190a7f0d1bb1eb188e /mate-dictionary/src/gdict-window.h | |
parent | 34505eb50fb6f3b49c8ef08d59bcef4f6f27f6cf (diff) | |
download | mate-utils-61b94ba9a4953aba56764dac7e0f8751aaa11571.tar.bz2 mate-utils-61b94ba9a4953aba56764dac7e0f8751aaa11571.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'mate-dictionary/src/gdict-window.h')
-rw-r--r-- | mate-dictionary/src/gdict-window.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mate-dictionary/src/gdict-window.h b/mate-dictionary/src/gdict-window.h index f2353e92..02a2ee7a 100644 --- a/mate-dictionary/src/gdict-window.h +++ b/mate-dictionary/src/gdict-window.h @@ -49,11 +49,11 @@ typedef struct _GdictWindowClass GdictWindowClass; struct _GdictWindow { GtkWindow parent_instance; - + GtkWidget *main_box; GtkWidget *menubar; GtkWidget *entry; - + /* sidebar widgets */ GtkWidget *speller; GtkWidget *db_chooser; @@ -62,26 +62,26 @@ struct _GdictWindow GtkWidget *sidebar; GtkWidget *sidebar_frame; - + GtkWidget *defbox; GtkWidget *defbox_frame; GtkWidget *status; GtkWidget *progress; - + GtkUIManager *ui_manager; GtkActionGroup *action_group; - + GtkEntryCompletion *completion; GtkListStore *completion_model; - + GdictWindowAction action; - + gchar *word; gint max_definition; gint last_definition; gint current_definition; - + gchar *source_name; GdictSourceLoader *loader; GdictContext *context; @@ -89,7 +89,7 @@ struct _GdictWindow guint lookup_start_id; guint lookup_end_id; guint error_id; - + gchar *database; gchar *strategy; gchar *print_font; @@ -112,14 +112,14 @@ struct _GdictWindow guint sidebar_visible : 1; guint statusbar_visible : 1; guint in_construction : 1; - + gulong window_id; }; struct _GdictWindowClass { GtkWindowClass parent_class; - + void (*created) (GdictWindow *parent_window, GdictWindow *new_window); }; |