|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
soucecode ref. fixupsHi ...
Just to start someware, I have fixed some header file naming in the ref. doc, and I here have a patch for this, for the repository. /BL Index: libXFCui/xfc/pango/layout.hh =================================================================== --- libXFCui/xfc/pango/layout.hh (revision 24037) +++ libXFCui/xfc/pango/layout.hh (working copy) @@ -481,9 +481,9 @@ /// provided using the detailed interfaces for itemization and shaping, using that /// functionality directly involves writing a fairly large amount of code. /// -/// <B>Note:</B> <layout.h> is the main Pango header file that your application +/// <B>Note:</B> <layout.hh> is the main Pango header file that your application /// will include, so for convenience, it includes all the required header files, -/// except <break.h> (LogAttr) and <glyph.h> (GlyphString). +/// except <break.hh> (LogAttr) and <glyph.hh> (GlyphString). /// /// Note: <EM>dynamically allocated objects must either be unreferenced or assigned to a /// smart pointer. Stack objects are automatically unreferenced when they go out of scope.</EM> Index: libXFCui/xfc/gtk/textview.hh =================================================================== --- libXFCui/xfc/gtk/textview.hh (revision 24037) +++ libXFCui/xfc/gtk/textview.hh (working copy) @@ -68,8 +68,8 @@ /// TextView is a widget which can display a TextBuffer. Each text buffer can be displayed /// by any number of views. /// -/// To use TextView in your application you only need to include the header file <textview.h>. -/// This header file includes <textbuffer.h> which includes all the other header files that +/// To use TextView in your application you only need to include the header file <xfc/gtk/textview.hh>. +/// This header file includes <xfc/gtk/textbuffer.hh> which includes all the other header files that /// TextView needs. /// /// <B>See also:</B> the <A HREF="../../howto/html/textview.html">TextView Widget</A> HOWTO and example. Index: libXFCui/xfc/gtk/liststore.hh =================================================================== --- libXFCui/xfc/gtk/liststore.hh (revision 24037) +++ libXFCui/xfc/gtk/liststore.hh (working copy) @@ -175,11 +175,11 @@ /// /// <B>Example:</B> Creating a simple list store. /// @code -/// #include <xfc/main.h> -/// #include <xfc/gtk/window.h> -/// #include "xfc/gtk/liststore.h" -/// #include <xfc/gtk/treeview.h> -/// #include "xfc/gtk/cellrenderer.h" +/// #include <xfc/main.hh> +/// #include <xfc/gtk/window.hh> +/// #include <xfc/gtk/liststore.hh> +/// #include <xfc/gtk/treeview.hh> +/// #include <xfc/gtk/cellrenderer.hh> /// /// using namespace Xfc; /// Index: libXFCui/xfc/gtk/drawingarea.hh =================================================================== --- libXFCui/xfc/gtk/drawingarea.hh (revision 24037) +++ libXFCui/xfc/gtk/drawingarea.hh (working copy) @@ -59,11 +59,11 @@ /// /// <B>Example:</B> Simple DrawingArea usage. /// @code -/// #include <xfc/main.h> -/// #include <xfc/gtk/drawingarea.h> -/// #include <xfc/gtk/style.h> -/// #include <xfc/gtk/window.h> -/// #include <xfc/gdk/window.h> +/// #include <xfc/main.hh> +/// #include <xfc/gtk/drawingarea.hh> +/// #include <xfc/gtk/style.hh> +/// #include <xfc/gtk/window.hh> +/// #include <xfc/gdk/window.hh> /// /// using namespace Xfc; /// Index: libXFCui/xfc/gtk/treeview.hh =================================================================== --- libXFCui/xfc/gtk/treeview.hh (revision 24037) +++ libXFCui/xfc/gtk/treeview.hh (working copy) @@ -77,8 +77,8 @@ /// /// TreeView is a widget that can display any object that implements the TreeModel interface. /// -/// To use TreeView in your application you only need to include two header files <treeview.h> -/// and either <liststore.h> or <treestore.h>. These header files include all the other header +/// To use TreeView in your application you only need to include two header files <xfc/gtk/treeview.hh> +/// and either <xfc/gtk/liststore.hh> or <xfc/gtk/treestore.hh>. These header files include all the other header /// files that TreeView needs. /// /// <B>See also:</B> the <A HREF="../../howto/html/treeview.html">TreeView Widget</A> HOWTO and example. Index: libXFCui/xfc/gtk/image.hh =================================================================== --- libXFCui/xfc/gtk/image.hh (revision 24037) +++ libXFCui/xfc/gtk/image.hh (working copy) @@ -108,11 +108,11 @@ /// /// <B>Example:</B> Handling button press events on an Image. /// @code -/// #include <xfc/main.h> -/// #include <xfc/gtk/image.h> -/// #include <xfc/gtk/eventbox.h> -/// #include <xfc/gtk/window.h> -/// #include <xfc/bind.h> +/// #include <xfc/main.hh> +/// #include <xfc/gtk/image.hh> +/// #include <xfc/gtk/eventbox.hh> +/// #include <xfc/gtk/window.hh> +/// #include <xfc/bind.hh> /// /// using namespace Xfc; /// Index: libXFCui/xfc/gtk/editable.hh =================================================================== --- libXFCui/xfc/gtk/editable.hh (revision 24037) +++ libXFCui/xfc/gtk/editable.hh (working copy) @@ -48,9 +48,9 @@ /// /// <B>Example:</B> Forcing entry to uppercase. /// @code -/// #include <xfc/main.h> -/// #include <xfc/core.h> -/// #include <xfc/gtk/entry.h> +/// #include <xfc/main.hh> +/// #include <xfc/core.hh> +/// #include <xfc/gtk/entry.hh> /// /// using namespace Xfc; /// Index: libXFCui/xfc/gtk/spinbutton.hh =================================================================== --- libXFCui/xfc/gtk/spinbutton.hh (revision 24037) +++ libXFCui/xfc/gtk/spinbutton.hh (working copy) @@ -76,10 +76,10 @@ /// /// <B>Example 1:</B> Using a SpinButton to get an integer. /// @code -/// #include <xfc/main.h> -/// #include <xfc/gtk/window.h> -/// #include <xfc/gtk/adjustment.h> -/// #include <xfc/gtk/spinbutton.h> +/// #include <xfc/main.hh> +/// #include <xfc/gtk/window.hh> +/// #include <xfc/gtk/adjustment.hh> +/// #include <xfc/gtk/spinbutton.hh> /// /// using namespace Xfc; /// @@ -124,10 +124,10 @@ /// /// <B>Example 2:</B> Using a SpinButton to get a floating point value. /// @code -/// #include <xfc/main.h> -/// #include <xfc/gtk/window.h> -/// #include <xfc/gtk/adjustment.h> -/// #include <xfc/gtk/spinbutton.h> +/// #include <xfc/main.hh> +/// #include <xfc/gtk/window.hh> +/// #include <xfc/gtk/adjustment.hh> +/// #include <xfc/gtk/spinbutton.hh> /// /// using namespace Xfc; /// _______________________________________________ Xfc-dev mailing list Xfc-dev@... http://foo-projects.org/mailman/listinfo/xfc-dev |
| Free embeddable forum powered by Nabble | Forum Help |