summaryrefslogtreecommitdiff
path: root/src/hig.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-09-05 22:02:12 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-09-05 22:02:12 +0100
commit4ba144769b6a1aea5772e19808c755b9dfc60bf8 (patch)
tree9d1babca0fd2bb9d7ae44969bb4435fe196838a1 /src/hig.h
parent80183c2387c7da5e9f0bf07cf19f6e712d620396 (diff)
update changelog and reindent
Diffstat (limited to 'src/hig.h')
-rw-r--r--src/hig.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/hig.h b/src/hig.h
index c2b006b..de4a8bc 100644
--- a/src/hig.h
+++ b/src/hig.h
@@ -22,22 +22,23 @@
GtkWidget *hig_workarea_create(void);
-void hig_workarea_add_section_divider(GtkWidget * table, guint *row);
+void hig_workarea_add_section_divider(GtkWidget * table, guint * row);
void hig_workarea_add_section_title_widget(GtkWidget * t,
- guint *row, GtkWidget * w);
+ guint * row, GtkWidget * w);
void hig_workarea_add_section_title(GtkWidget * table,
- guint *row, const char *section_title);
+ guint * row,
+ const char *section_title);
void hig_workarea_add_wide_tall_control(GtkWidget * table,
- guint *row, GtkWidget * w);
+ guint * row, GtkWidget * w);
void hig_workarea_add_wide_control(GtkWidget * table,
- guint *row, GtkWidget * w);
+ guint * row, GtkWidget * w);
GtkWidget *hig_workarea_add_wide_checkbutton(GtkWidget * table,
- guint *row,
+ guint * row,
const char *mnemonic_string,
gboolean is_active);
@@ -51,25 +52,25 @@ void hig_workarea_add_control(GtkWidget * table,
guint row, GtkWidget * control);
GtkWidget *hig_workarea_add_tall_row(GtkWidget * table,
- guint *row,
+ guint * row,
const char *mnemonic_string,
GtkWidget * control,
GtkWidget *
mnemonic_or_null_for_control);
GtkWidget *hig_workarea_add_row(GtkWidget * table,
- guint *row,
+ guint * row,
const char *mnemonic_string,
GtkWidget * control,
GtkWidget * mnemonic_or_null_for_control);
void hig_workarea_add_row_w(GtkWidget * table,
- guint *row,
+ guint * row,
GtkWidget * label,
GtkWidget * control,
GtkWidget * mnemonic_or_null_for_control);
-void hig_workarea_finish(GtkWidget * table, guint *row);
+void hig_workarea_finish(GtkWidget * table, guint * row);
void hig_message_dialog_set_text(GtkMessageDialog * dialog,
const char *primary,