gtkmm r967 - in branches/gtkmm-2-12: . docs/reference/images/widgets gtk/src



Author: jjongsma
Date: Tue Feb 19 04:39:11 2008
New Revision: 967
URL: http://svn.gnome.org/viewvc/gtkmm?rev=967&view=rev

Log:
	* docs/reference/images/widgets/notebook1.png:
	* docs/reference/images/widgets/textview1.png:
	* gtk/src/aboutdialog.hg:
	* gtk/src/colorselection.hg:
	* gtk/src/filechooserdialog.hg:
	* gtk/src/fontselection.hg:
	* gtk/src/frame.hg:
	* gtk/src/messagedialog.hg:
	* gtk/src/notebook.hg:
	* gtk/src/recentchooserdialog.hg:
	* gtk/src/scale.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/separator.hg:
	* gtk/src/table.hg:
	* gtk/src/toggletoolbutton.hg: add a bunch more images to the API reference


Added:
   branches/gtkmm-2-12/docs/reference/images/widgets/aboutdialog1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/colorselectiondialog1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/filechooserdialog1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/fontselectiondialog1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/frame1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/messagedialog1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/notebook1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/recentchooserdialog1.png   (contents, props changed)
   branches/gtkmm-2-12/docs/reference/images/widgets/table1.png   (contents, props changed)
Modified:
   branches/gtkmm-2-12/ChangeLog
   branches/gtkmm-2-12/docs/reference/images/widgets/combobox1.png
   branches/gtkmm-2-12/docs/reference/images/widgets/textview1.png
   branches/gtkmm-2-12/gtk/src/aboutdialog.hg
   branches/gtkmm-2-12/gtk/src/colorselection.hg
   branches/gtkmm-2-12/gtk/src/filechooserdialog.hg
   branches/gtkmm-2-12/gtk/src/fontselection.hg
   branches/gtkmm-2-12/gtk/src/frame.hg
   branches/gtkmm-2-12/gtk/src/messagedialog.hg
   branches/gtkmm-2-12/gtk/src/notebook.hg
   branches/gtkmm-2-12/gtk/src/recentchooserdialog.hg
   branches/gtkmm-2-12/gtk/src/scale.hg
   branches/gtkmm-2-12/gtk/src/scrollbar.hg
   branches/gtkmm-2-12/gtk/src/separator.hg
   branches/gtkmm-2-12/gtk/src/table.hg
   branches/gtkmm-2-12/gtk/src/toggletoolbutton.hg

Added: branches/gtkmm-2-12/docs/reference/images/widgets/aboutdialog1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/colorselectiondialog1.png
==============================================================================
Binary file. No diff available.

Modified: branches/gtkmm-2-12/docs/reference/images/widgets/combobox1.png
==============================================================================
Binary files. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/filechooserdialog1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/fontselectiondialog1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/frame1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/messagedialog1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/notebook1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/recentchooserdialog1.png
==============================================================================
Binary file. No diff available.

Added: branches/gtkmm-2-12/docs/reference/images/widgets/table1.png
==============================================================================
Binary file. No diff available.

Modified: branches/gtkmm-2-12/docs/reference/images/widgets/textview1.png
==============================================================================
Binary files. No diff available.

Modified: branches/gtkmm-2-12/gtk/src/aboutdialog.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/aboutdialog.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/aboutdialog.hg	Tue Feb 19 04:39:11 2008
@@ -39,6 +39,9 @@
  * for <user host>, URLs are recognized by looking for http://url, with the URL extending to the next space, 
  * tab or line break.
  *
+ * An AboutDialog looks like this:
+ * @image html aboutdialog1.png
+ *
  * @ingroup Dialogs
  */
 class AboutDialog : public Dialog

Modified: branches/gtkmm-2-12/gtk/src/colorselection.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/colorselection.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/colorselection.hg	Tue Feb 19 04:39:11 2008
@@ -80,6 +80,10 @@
 };
 
 /** This dialog allows the user to select a color.
+ *
+ * A ColorSelectionDialog looks like this:
+ * @image html colorselectiondialog1.png
+ *
  * @ingroup Dialogs
  */
 class ColorSelectionDialog : public Dialog

Modified: branches/gtkmm-2-12/gtk/src/filechooserdialog.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/filechooserdialog.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/filechooserdialog.hg	Tue Feb 19 04:39:11 2008
@@ -30,6 +30,9 @@
 
 /** Convenient file chooser window.
  *
+ * A FileChooserDialog looks like this:
+ * @image html filechooserdialog1.png
+ *
  * @ingroup Dialogs
  */
 class FileChooserDialog

Modified: branches/gtkmm-2-12/gtk/src/fontselection.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/fontselection.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/fontselection.hg	Tue Feb 19 04:39:11 2008
@@ -73,6 +73,9 @@
  *
  * The Gtk::FontSelectionDialog widget is a dialog box for selecting a font. 
  *
+ * A FontSelectionDialog looks like this:
+ * @image html fontselectiondialog1.png
+ *
  * @ingroup Dialogs
  */
 class FontSelectionDialog : public Dialog

Modified: branches/gtkmm-2-12/gtk/src/frame.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/frame.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/frame.hg	Tue Feb 19 04:39:11 2008
@@ -34,6 +34,9 @@
  * side of the frame. The position of the label can be controlled with
  * set_label_align().
  *
+ * A Frame widget looks like this:
+ * @image html frame1.png
+ *
  * @ingroup Widgets
  * @ingroup Containers
  */

Modified: branches/gtkmm-2-12/gtk/src/messagedialog.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/messagedialog.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/messagedialog.hg	Tue Feb 19 04:39:11 2008
@@ -40,6 +40,9 @@
  * Gtk::MessageDialog from Gtk::Dialog without too much effort, but
  * Gtk::MessageDialog saves typing. 
  *
+ * A MessageDialog looks like this:
+ * @image html messagedialog1.png
+ *
  * @ingroup Dialogs
  */
 class MessageDialog : public Dialog

Modified: branches/gtkmm-2-12/gtk/src/notebook.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/notebook.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/notebook.hg	Tue Feb 19 04:39:11 2008
@@ -279,6 +279,9 @@
  * You can use the PageList returned by pages() as any normal STL container
  * to manipulate the pages.
  *
+ * A Notebook widget looks like this:
+ * @image html notebook1.png
+ *
  * @ingroup Widgets
  * @ingroup Containers
  */

Modified: branches/gtkmm-2-12/gtk/src/recentchooserdialog.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/recentchooserdialog.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/recentchooserdialog.hg	Tue Feb 19 04:39:11 2008
@@ -35,6 +35,9 @@
  * Note that RecentChooserDialog does not have any methods of its own.
  * Instead, you should use the functions that work on a RecentChooser.
  *
+ * A RecentChooserDialog looks like this:
+ * @image html recentchooserdialog1.png
+ *
  * @newin2p10
  *
  * @ingroup RecentFiles

Modified: branches/gtkmm-2-12/gtk/src/scale.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/scale.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/scale.hg	Tue Feb 19 04:39:11 2008
@@ -126,6 +126,9 @@
  * vertical slider. See the Gtk::Scale documentation for more information
  * on how to use a Gtk::VScale.
  *
+ * A VScale widget looks like this:
+ * @image html vscale1.png
+ *
  * @ingroup Widgets
  */
 class VScale : public Scale

Modified: branches/gtkmm-2-12/gtk/src/scrollbar.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/scrollbar.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/scrollbar.hg	Tue Feb 19 04:39:11 2008
@@ -61,6 +61,9 @@
  * adjustment of the scrollbar. If not specified, one will be created for
  * you. See Gtk::Adjustment for details.
  *
+ * A VScrollbar widget looks like this:
+ * @image html vscrollbar1.png
+ *
  * @ingroup Widgets
  */
 class VScrollbar : public Scrollbar

Modified: branches/gtkmm-2-12/gtk/src/separator.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/separator.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/separator.hg	Tue Feb 19 04:39:11 2008
@@ -45,6 +45,10 @@
  * Filler widget used to separate widgets with a visible line.
  * This widget has no window and receives no configuration events.
  * It should be considered a leaf widget.
+ *
+ * A VSeparator widget looks like this:
+ * @image html vseparator1.png
+ *
  * @ingroup Widgets
  */
 class VSeparator : public Separator

Modified: branches/gtkmm-2-12/gtk/src/table.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/table.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/table.hg	Tue Feb 19 04:39:11 2008
@@ -119,6 +119,9 @@
  * spacing can be used in the table.  Padding is added on either side of a
  * widget, while spacing is placed between widgets.
  *
+ * A Table widget looks like this:
+ * @image html table1.png
+ *
  * @see Gtk::HBox, Gtk::VBox
  */
 class Table : public Container

Modified: branches/gtkmm-2-12/gtk/src/toggletoolbutton.hg
==============================================================================
--- branches/gtkmm-2-12/gtk/src/toggletoolbutton.hg	(original)
+++ branches/gtkmm-2-12/gtk/src/toggletoolbutton.hg	Tue Feb 19 04:39:11 2008
@@ -30,6 +30,10 @@
 /** A Gtk::ToolItem containing a toggle button.
  *
  * A ToggleToolButton is a Gtk::ToolItem that contains a toggle button.
+ *
+ * A ToggleToolButton widget looks like this:
+ * @image html toggletoolbutton1.png
+ *
  * @ingroup Widgets
  */
 class ToggleToolButton : public ToolButton



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