mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-15 00:02:24 -04:00
2001-08-11 Chema Celorio <chema@celorio.com> * src/glade.h: try to fix gettext support. Duno why translations are not working. Feel free to fix it ;-). * src/glade-widget.c (glade_property_refresh): implement (glade_widget_new): clean widget creation (glade_widget_new_full): ditto (glade_widget_get_from_gtk_widget): ditto (glade_widget_apply_property_from_node): impl. (glade_widget_new_from_node): impl. * src/glade-property.c : port to GValue * src/glade-property.h: ditto * src/glade-property-class.c : port to GValue * src/glade-property-class.h : ditto * src/glade-project.c (glade_project_new_from_node): implement. (glade_project_open_from_file): implement. (glade_project_open): implemnt. * src/glade-project-view.h (struct _GladeProjectViewClass): add a selection_update signal. * src/glade-project-view.c (glade_project_view_populate_model_real): add a add_childs parameter (glade_project_view_selection_update): implment (not yet working) * src/glade-parameter.c (glade_parameter_adjustment_new): port to GValue * src/glade-palette.c (glade_palette_clear): impl. * src/glade-gtk.c: port to GValue from string (glade_gtk_box_set_size): impl. * src/glade-editor.c (glade_editor_property_changed_*): use g_property_set_foo rather than g_property_changed_foo. port to GValues from string * src/glade-choice.c (glade_choice_list_new_from_node): use _TAG_ENUM and not _CHOICES * src/glade-catalog.c: remove <config.h> * src/Makefile.am (SUBDIRS): remove tests
29 lines
672 B
XML
29 lines
672 B
XML
<GladeWidgetClass>
|
|
<Name>GtkOptionMenu</Name>
|
|
<GenericName>optionmenu</GenericName>
|
|
<Toplevel>False</Toplevel>
|
|
|
|
<Properties>
|
|
|
|
<Property Id="border-width"/>
|
|
<Property ParamSpec="FALSE" Id="items" Name="Items">
|
|
<Type>String</Type>
|
|
<SetFunction>glade_gtk_option_menu_set_items</SetFunction>
|
|
<Parameters>
|
|
<Parameter Key="VisibleLines" Value="2"/>
|
|
</Parameters>
|
|
</Property>
|
|
<!--
|
|
<Property ParamSpec="FALSE" Id="initial-choice" Name="Inital Choice">
|
|
<Type>Integer</Type>
|
|
<SetFunction>glade_gtk_option_menu_set_initial_choice</SetFunction>
|
|
</Property>
|
|
-->
|
|
|
|
</Properties>
|
|
|
|
</GladeWidgetClass>
|
|
|
|
|
|
|