Commit Graph

8 Commits

Author SHA1 Message Date
Guy Harris acb752726d Use an enum when initializing "prefs.gui_layout_type".
Add an entry to that enum at the end and use that to generate the value
of LAYOUT_QTY.

svn path=/trunk/; revision=10800
2004-05-05 07:31:05 +00:00
Ulf Lamping 32b38be04d move function xpm_to_widget() from layout_prefs to ui_util,
as this can be useful not only in layout_prefs

svn path=/trunk/; revision=10768
2004-05-02 08:54:32 +00:00
Guy Harris e2ae85388d GCC warning removed. (ANSI C says it's "implementation-defined" what
integral type an enum corresponds to; I guess GCC says "unsigned int"
and MSVC says "int".)

svn path=/trunk/; revision=10745
2004-04-30 21:32:42 +00:00
Ulf Lamping e0d13b61c2 removed warnings of GTK1 compilation
svn path=/trunk/; revision=10739
2004-04-30 06:30:13 +00:00
Ulf Lamping 87f79212c7 MVSC warning removed
svn path=/trunk/; revision=10737
2004-04-30 05:25:52 +00:00
Guy Harris 83bf0c8719 The layout types and pane types don't depend on GTK+, so move their
definitions to "prefs.h".

Use them, rather than (incorrect) raw numerical values, when
initializing the preferences.

svn path=/trunk/; revision=10736
2004-04-30 00:40:45 +00:00
Guy Harris 9831d86922 Squelch some compiler warnings.
Clean up white space.

svn path=/trunk/; revision=10735
2004-04-30 00:22:46 +00:00
Ulf Lamping 414b631700 added selection of different main window pane layouts,
also added some preferences and a new preference page for this

svn path=/trunk/; revision=10729
2004-04-29 17:03:27 +00:00