glade/BUGS
Chema Celorio b2a8539ccb add a temp hack to set the properties. (glade_property_get): ditto to get
2001-08-07  Chema Celorio  <chema@celorio.com>

	* src/glade-widget.c (glade_widget_property_changed_cb): add a temp hack to set
	the properties.
	(glade_property_get): ditto to get the properties from a widget.
	(glade_widget_toplevel_delete_event_cb): handle the delete event for toplevels
	(glade_widget_connect_other_signals): impl.

	* src/glade-property.c (glade_property_get_type): glade property is now an object
	and emits a changed signal.

	* src/glade-property-class.c (glade_property_class_new_from_node): load before
	deciding if this prop will be loading with paramspec

	* src/glade-project-view.c (glade_project_view_button_press_cb): implement.
	Double clicking on a widget on the list gtk_widget_show's it.

	* src/glade-gtk.c (glade_gtk_entry_set_text): preserve the cursor position.

	* src/glade-editor.c (glade_editor_property_connect_signals): impl.
	(glade_editor_property_changed_cb): impl.

	* src/glade-property.h: add -> loading

	* src/glade-editor.h (struct _GladeEditorTable): remove ->loading

	* src/glade-editor.c (glade_editor_property_load_text): when loading text
	preserve the cursor position.
	* src/glade-editor.c : use property->loading and not property->property->loading
2001-08-07 06:04:40 +00:00

21 lines
526 B
Plaintext

- Create a window, create a window (2), add a table to window 2 add anything else to the table
Missing Properties for gtk :
spinbutton:setvalue does not seem to work
gtkentry:text (or contents) not exposed
gtkadjustment not exposing any properties
gtkoptionmenu::items not exposed
gtkprogress::set_format not exposed
gtk+ stuff
----------
GtkTables have an "options" property, GtkBoxes have boolean values for
each property.
gtk+ wishes
-----------
Change pack_type enum to be inversed, see glade-packing pack_start_set