Forgot to add gtk_radio_button_new_with_mnemonic
svn path=/trunk/gtk-sharp/; revision=5878
This commit is contained in:
parent
6de1f261a2
commit
d789d80bc0
4 changed files with 27 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
2002-07-18 Duncan Mak <duncan@ximian.com>
|
2002-07-18 Duncan Mak <duncan@ximian.com>
|
||||||
|
|
||||||
* parser/Gtk.metadata: Mark gtk_radio_menu_item_new_with_label,
|
* parser/Gtk.metadata: Mark gtk_radio_menu_item_new_with_label,
|
||||||
gtk_radio_button_new_with_label and gtk_radio_button_new with
|
gtk_radio_button_new_with_label, gtk_radio_button_new and
|
||||||
null_ok flags.
|
gtk_radio_button_new_with_mnemonic with null_ok flags.
|
||||||
|
|
||||||
2002-07-17 Radek Doulik <rodo@ximian.com>
|
2002-07-17 Radek Doulik <rodo@ximian.com>
|
||||||
|
|
||||||
|
|
|
@ -12771,7 +12771,7 @@
|
||||||
</constructor>
|
</constructor>
|
||||||
<constructor cname="gtk_radio_button_new_with_mnemonic" preferred="1">
|
<constructor cname="gtk_radio_button_new_with_mnemonic" preferred="1">
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter type="GSList*" name="group"/>
|
<parameter type="GSList*" name="group" null_ok="1"/>
|
||||||
<parameter type="const-gchar*" name="label"/>
|
<parameter type="const-gchar*" name="label"/>
|
||||||
</parameters>
|
</parameters>
|
||||||
</constructor>
|
</constructor>
|
||||||
|
|
|
@ -1703,6 +1703,16 @@
|
||||||
</attribute>
|
</attribute>
|
||||||
</data>
|
</data>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule>
|
||||||
|
<class name="GtkRadioButton">
|
||||||
|
<constructor>gtk_radio_button_new_with_mnemonic</constructor>
|
||||||
|
</class>
|
||||||
|
<data>
|
||||||
|
<attribute target="param">
|
||||||
|
<filter level="type">GSList*</filter>
|
||||||
|
<name>null_ok</name>
|
||||||
|
<value>1</value>
|
||||||
|
</attribute>
|
||||||
|
</data>
|
||||||
|
</rule>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
@ -1703,6 +1703,16 @@
|
||||||
</attribute>
|
</attribute>
|
||||||
</data>
|
</data>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule>
|
||||||
|
<class name="GtkRadioButton">
|
||||||
|
<constructor>gtk_radio_button_new_with_mnemonic</constructor>
|
||||||
|
</class>
|
||||||
|
<data>
|
||||||
|
<attribute target="param">
|
||||||
|
<filter level="type">GSList*</filter>
|
||||||
|
<name>null_ok</name>
|
||||||
|
<value>1</value>
|
||||||
|
</attribute>
|
||||||
|
</data>
|
||||||
|
</rule>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
Loading…
Reference in a new issue