summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChema Celorio <chema@celorio.com>2001-08-07 06:04:40 +0000
committerJose Maria Celorio <chema@src.gnome.org>2001-08-07 06:04:40 +0000
commitb2a8539ccb594e4582e8b935223dd0219cec16b9 (patch)
tree5b87cadd3b9bc1ff20c49a60d058fc16a411208c /BUGS
parentca932a90f7243dffa4914013749a75defa0fa65b (diff)
downloadglade-b2a8539ccb594e4582e8b935223dd0219cec16b9.tar.gz
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
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS13
1 files changed, 12 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index d91fa6be..fbcb41cd 100644
--- a/BUGS
+++ b/BUGS
@@ -6,4 +6,15 @@ 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 \ No newline at end of file
+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
+