diff --git a/ChangeLog b/ChangeLog index 3595d8a3e..d3b06fa8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-01-09 John Luke + + * gtk/Gtk.metadata: Hide most RadioButton constructors, for + api reasons + * gtk/RadioButton.custom: add ctor to create a new RadioButton + with its own group to avoid having to pass null + * gtk/gtk-api.xml: regen + 2004-01-07 Mike Kestner * gtk/Gtk.metadata : rename TreeView.RowExpand to GetRowExpanded. diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index ab1465864..843ba9374 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -135,10 +135,10 @@ 1 1 GtkWidget - 1 - 1 - 1 - 1 + 1 + 1 + 1 + 1 1 1 1 diff --git a/gtk/RadioButton.custom b/gtk/RadioButton.custom new file mode 100644 index 000000000..20acca817 --- /dev/null +++ b/gtk/RadioButton.custom @@ -0,0 +1,14 @@ +// +// RadioButton.custom +// +// Author: John Luke +// + + [DllImport("libgtk-win32-2.0-0.dll")] + static extern IntPtr gtk_radio_button_new_with_mnemonic (IntPtr group, string label); + + // creates a new group for this RadioButton + public RadioButton (string label) + { + Raw = gtk_radio_button_new_with_mnemonic (IntPtr.Zero, label); + } diff --git a/gtk/gtk-api.xml b/gtk/gtk-api.xml index 7d50beb82..a3199ba15 100644 --- a/gtk/gtk-api.xml +++ b/gtk/gtk-api.xml @@ -5411,9 +5411,9 @@ - + @@ -5421,21 +5421,21 @@ - + - + - + @@ -7292,7 +7292,7 @@ -