[monkey-bubble: 250/753] Moved these #defines here from gnome-uidefs.h.



commit 6477cb3b10aca427c07620601b8a710d418d50be
Author: Martin Baulig <baulig suse de>
Date:   Tue May 1 17:38:25 2001 +0000

    Moved these #defines here from gnome-uidefs.h.
    
    2001-05-01  Martin Baulig  <baulig suse de>
    
    	* gnome-preferences.h (GNOME_PAD, GNOME_PAD_SMALL, GNOME_PAD_BIG):
    	Moved these #defines here from gnome-uidefs.h.

 libgnome/ChangeLog           |    5 +++++
 libgnome/gnome-preferences.h |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/libgnome/ChangeLog b/libgnome/ChangeLog
index cdb1d78..1d68241 100644
--- a/libgnome/ChangeLog
+++ b/libgnome/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-01  Martin Baulig  <baulig suse de>
+
+	* gnome-preferences.h (GNOME_PAD, GNOME_PAD_SMALL, GNOME_PAD_BIG):
+	Moved these #defines here from gnome-uidefs.h.
+
 2001-04-30  Martin Baulig  <baulig suse de>
 
 	* gnome-selector.h (gnome_selector_get_entry_text): Removed.
diff --git a/libgnome/gnome-preferences.h b/libgnome/gnome-preferences.h
index 6259584..e3ada18 100644
--- a/libgnome/gnome-preferences.h
+++ b/libgnome/gnome-preferences.h
@@ -5,6 +5,13 @@
 
 G_BEGIN_DECLS
 
+/* All-purpose padding. If you always use these instead of making up 
+   some arbitrary padding number that looks good on your screen, 
+   people can change the "spaciousness" of the GUI globally. */
+#define GNOME_PAD          8
+#define GNOME_PAD_SMALL    4
+#define GNOME_PAD_BIG      12
+
 /* Whether to use the statusbar instead of dialogs when possible:
    TRUE means use the statusbar */
 gboolean          gnome_preferences_get_statusbar_dialog     (void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]