From 64bddb3e2a47c04e7b5a439418d26bffc6c0b5ca Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 7 Aug 2006 15:35:27 +0000 Subject: [PATCH] 2006-08-07 Mike Kestner * gtk/Gtk.metadata : mark an out param in Style.LookupColor. svn path=/trunk/gtk-sharp/; revision=63432 --- ChangeLog | 4 ++ doc/en/Gtk/Notebook+NotebookChild.xml | 36 ++++++++++++ doc/en/Gtk/Style.xml | 24 +++++++- doc/en/Gtk/Widget.xml | 79 ++++++++++++++++++++++++++- gtk/Gtk.metadata | 1 + 5 files changed, 140 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8b7b5708..5d19169c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-07 Mike Kestner + + * gtk/Gtk.metadata : mark an out param in Style.LookupColor. + 2006-08-07 Mike Kestner * gtk/Gtk.metadata : markup for new Clipboard Rich text funcs. diff --git a/doc/en/Gtk/Notebook+NotebookChild.xml b/doc/en/Gtk/Notebook+NotebookChild.xml index bb79f61aa..15dd6e6d5 100644 --- a/doc/en/Gtk/Notebook+NotebookChild.xml +++ b/doc/en/Gtk/Notebook+NotebookChild.xml @@ -118,6 +118,42 @@ + + + Property + + + Gtk.ChildProperty(Name="reorderable") + + + + System.Boolean + + + Indicates if tab is reorderable by user action. + defaults to . + + + + + + + Property + + + Gtk.ChildProperty(Name="detachable") + + + + System.Boolean + + + Indicates if tab is detachable by the user. + defaults to . + + + + A child of a , used to interact with its container child properties. diff --git a/doc/en/Gtk/Style.xml b/doc/en/Gtk/Style.xml index 4296710e2..4187d615b 100644 --- a/doc/en/Gtk/Style.xml +++ b/doc/en/Gtk/Style.xml @@ -15,8 +15,7 @@ GLib.Object - - + @@ -1708,5 +1707,24 @@ color or pixmap specified by this style for . + + + Method + + System.Boolean + + + + + + + name of color to lookup. + location to put color. + Looks up a color by name.. + if , is filled in. + + + + - \ No newline at end of file + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index 6f7938d4b..215e3c6de 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -4662,5 +4662,82 @@ Widgets are required to honor the size allocation they receive; a size request i Override this method in a subclass to provide a default handler for the event. - + + + + Event + + + GLib.Signal(CName="composited_changed") + + + + System.EventHandler + + + Raised with the composited status changes. + + + + + + + Method + + System.Void + + + + Default handler for event. + + + + + + + Method + + System.Void + + + + + + + + mask to combine. + x offset of . + y offset of . + Sets an input shape mask for the widget. + Allows widgets to react to non-rectangular regions for mouse events. + + + + + + Property + + System.Boolean + + + Indicates if a widget can rely on its alpha channel being drawn correctly. + if , alpha compositing is available. + Depends on window manager feature availability on X. + + + + + + Property + + Gtk.Action + + + The action the widget proxies. + a , or if no proxy relationship exists. + See for more details. + + + + diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index 9b15486b1..a05c09526 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -459,6 +459,7 @@ 1 1 1 + out n_columns n_rows Attach