gtk+ r21954 - in trunk/docs/reference: . gtk gtk/tmpl



Author: matthiasc
Date: Sun Dec 28 06:59:23 2008
New Revision: 21954
URL: http://svn.gnome.org/viewvc/gtk+?rev=21954&view=rev

Log:
2008-12-27  Matthias Clasen <mclasen redhat com>

        * gtk/tmpl/gtkmessagedialog.sgml:
        * gtk/tmpl/gtkmenushell.sgml:
        * gtk/tmpl/gtklinkbutton.sgml:
        * gtk/tmpl/gtkimage.sgml: Additions

        * gtk/gtk-sections.txt:
        * gtk/gtk-docs.sgml: Add GtkHSV
        * gtk/Makefile.am: Don't ignore gtkhsv.h



Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/Makefile.am
   trunk/docs/reference/gtk/gtk-docs.sgml
   trunk/docs/reference/gtk/gtk-sections.txt
   trunk/docs/reference/gtk/tmpl/gtkimage.sgml
   trunk/docs/reference/gtk/tmpl/gtklinkbutton.sgml
   trunk/docs/reference/gtk/tmpl/gtkmenushell.sgml
   trunk/docs/reference/gtk/tmpl/gtkmessagedialog.sgml

Modified: trunk/docs/reference/gtk/Makefile.am
==============================================================================
--- trunk/docs/reference/gtk/Makefile.am	(original)
+++ trunk/docs/reference/gtk/Makefile.am	Sun Dec 28 06:59:23 2008
@@ -41,7 +41,6 @@
 	gtkfilesystemmodel.h		\
 	gtkfilesystemunix.h		\
 	gtkfilesystemwin32.h		\
-	gtkhsv.h			\
 	gtkiconcache.h			\
         gtkiconcachevalidator.h         \
 	gtkiconthemeparser.h		\

Modified: trunk/docs/reference/gtk/gtk-docs.sgml
==============================================================================
--- trunk/docs/reference/gtk/gtk-docs.sgml	(original)
+++ trunk/docs/reference/gtk/gtk-docs.sgml	Sun Dec 28 06:59:23 2008
@@ -252,8 +252,9 @@
     <chapter id="SelectorWidgets">
       <title>Selectors (File/Font/Color/Input Devices)</title>
       <xi:include href="xml/gtkcolorbutton.xml" />
-      <xi:include href="xml/gtkcolorsel.xml" />
       <xi:include href="xml/gtkcolorseldlg.xml" />
+      <xi:include href="xml/gtkcolorsel.xml" />
+      <xi:include href="xml/gtkhsv.xml" />
       <xi:include href="xml/gtkfilechooser.xml" />
       <xi:include href="xml/gtkfilechooserbutton.xml" />
       <xi:include href="xml/gtkfilechooserdialog.xml" />

Modified: trunk/docs/reference/gtk/gtk-sections.txt
==============================================================================
--- trunk/docs/reference/gtk/gtk-sections.txt	(original)
+++ trunk/docs/reference/gtk/gtk-sections.txt	Sun Dec 28 06:59:23 2008
@@ -794,6 +794,29 @@
 </SECTION>
 
 <SECTION>
+<FILE>gtkhsv</FILE>
+<TITLE>GtkHSV</TITLE>
+GtkHSV
+gtk_hsv_new
+gtk_hsv_set_color
+gtk_hsv_get_color
+gtk_hsv_set_metrics
+gtk_hsv_get_metrics
+gtk_hsv_is_adjusting
+gtk_hsv_to_rgb
+gtk_rgb_to_hsv
+<SUBSECTION Standard>
+GTK_TYPE_HSV
+GTK_HSV
+GTK_HSV_CLASS
+GTK_IS_HSV
+GTK_IS_HSV_CLASS
+GTK_HSV_GET_CLASS
+<SUBSECTION Private>
+gtk_hsv_get_type
+</SECTION>
+
+<SECTION>
 <FILE>gtkcolorsel</FILE>
 <TITLE>GtkColorSelection</TITLE>
 GtkColorSelection

Modified: trunk/docs/reference/gtk/tmpl/gtkimage.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkimage.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkimage.sgml	Sun Dec 28 06:59:23 2008
@@ -196,7 +196,8 @@
 @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation
 @GTK_IMAGE_ICON_NAME: the widget contains a named icon. 
   This image type was added in GTK+ 2.6
- GTK_IMAGE_GICON: 
+ GTK_IMAGE_GICON: the widgte contains a #GIcon.
+  This image type was added in GTK+ 2.14
 
 <!-- ##### FUNCTION gtk_image_get_icon_set ##### -->
 <para>

Modified: trunk/docs/reference/gtk/tmpl/gtklinkbutton.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtklinkbutton.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtklinkbutton.sgml	Sun Dec 28 06:59:23 2008
@@ -100,11 +100,9 @@
 </para>
 
 @button: the #GtkLinkButton which was clicked
- link_: 
+ link_: the URI to which the clicked #GtkLinkButton points
 @user_data: user data that was passed when the function was registered
   with gtk_link_button_set_uri_hook()
-<!-- # Unused Parameters # -->
- link: the URI to which the clicked #GtkLinkButton points
 
 
 <!-- ##### FUNCTION gtk_link_button_set_uri_hook ##### -->

Modified: trunk/docs/reference/gtk/tmpl/gtkmenushell.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkmenushell.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkmenushell.sgml	Sun Dec 28 06:59:23 2008
@@ -212,36 +212,10 @@
 <!-- ##### ENUM GtkMenuDirectionType ##### -->
 <para>
 An enumeration representing directional movements within a menu.
-
-<informaltable pgwide="1" frame="none" role="enum">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>GTK_MENU_DIR_PARENT</entry>
-<entry>To the parent menu shell.</entry>
-</row>
-
-<row>
-<entry>GTK_MENU_DIR_CHILD</entry>
-<entry>To the submenu, if any, associated with the item.</entry>
-</row>
-
-<row>
-<entry>GTK_MENU_DIR_NEXT</entry>
-<entry>To the next menu item.</entry>
-</row>
-
-<row>
-<entry>GTK_MENU_DIR_PREV</entry>
-<entry>To the previous menu item.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
 </para>
 
- GTK_MENU_DIR_PARENT: 
- GTK_MENU_DIR_CHILD: 
- GTK_MENU_DIR_NEXT: 
- GTK_MENU_DIR_PREV: 
+ GTK_MENU_DIR_PARENT: To the parent menu shell.
+ GTK_MENU_DIR_CHILD: To the submenu, if any, associated with the item.
+ GTK_MENU_DIR_NEXT: To the next menu item.
+ GTK_MENU_DIR_PREV: To the previous menu item.
 

Modified: trunk/docs/reference/gtk/tmpl/gtkmessagedialog.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkmessagedialog.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkmessagedialog.sgml	Sun Dec 28 06:59:23 2008
@@ -120,7 +120,7 @@
 @GTK_MESSAGE_WARNING: Nonfatal warning message
 @GTK_MESSAGE_QUESTION: Question requiring a choice
 @GTK_MESSAGE_ERROR: Fatal error message
- GTK_MESSAGE_OTHER: 
+ GTK_MESSAGE_OTHER: None of the above, doesn't get an icon
 
 <!-- ##### ENUM GtkButtonsType ##### -->
 <para>



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