summaryrefslogtreecommitdiff
path: root/gladeui/glade-placeholder.c
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <jpu@src.gnome.org>2007-07-30 19:56:51 +0000
committerJuan Pablo Ugarte <jpu@src.gnome.org>2007-07-30 19:56:51 +0000
commit2d57d53ffcff70bb136f3595583f9df3b1a533ff (patch)
tree2f70ab244a9cd4097664f8f8e20e7f1d1316920d /gladeui/glade-placeholder.c
parente6e03f1bc45f45d4a025009e02003ef595e26577 (diff)
downloadglade-2d57d53ffcff70bb136f3595583f9df3b1a533ff.tar.gz
removed every extra documentation, we keep them empty just because
* doc/tmpl/*.sgml: removed every extra documentation, we keep them empty just because otherwise the build fails. * doc/gladeui-docs.sgml, doc/gladeui-sections.txt, doc/gladeui.types: updated (GladeWidgetClass replaced by GladeWidgetAdaptor) * gladeui/glade-editor.c, gladeui/glade-editor-property.c, gladeui/glade-parameter.c, gladeui/glade-widget.c, gladeui/glade-fixed.c, gladeui/glade-clipboard.c, gladeui/glade-inspector.[ch], gladeui/glade-widget-adaptor.[ch], gladeui/glade-command.c, gladeui/glade-command.h, gladeui/glade-base-editor.[ch], gladeui/glade-palette.[ch], gladeui/glade-utils.c, gladeui/glade-signal-editor.c, gladeui/glade-app.c, gladeui/glade-placeholder.c, gladeui/glade-property.c, gladeui/glade-property-class.c, gladeui/glade-project.c, gladeui/glade-clipboard-view.c: Added section's short and long description. (moved from tmpl) svn path=/trunk/; revision=1523
Diffstat (limited to 'gladeui/glade-placeholder.c')
-rw-r--r--gladeui/glade-placeholder.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gladeui/glade-placeholder.c b/gladeui/glade-placeholder.c
index 1aefc16b..f7605b60 100644
--- a/gladeui/glade-placeholder.c
+++ b/gladeui/glade-placeholder.c
@@ -23,6 +23,17 @@
#include "config.h"
+/**
+ * SECTION:glade-placeholder
+ * @Short_Description: A #GtkWidget to fill empty places.
+ *
+ * Generally in Glade, container widgets are implemented with #GladePlaceholder
+ * children to allow users to 'click' and add thier widgets to a container.
+ * It is the responsability of the plugin writer to create placeholders for
+ * container widgets where appropriate; usually in #GladePostCreateFunc
+ * when the #GladeCreateReason is %GLADE_CREATE_USER.
+ */
+
#include <gtk/gtk.h>
#include "glade.h"
#include "glade-placeholder.h"