summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChema Celorio <chema@celorio.com>2001-07-11 04:34:59 +0000
committerJose Maria Celorio <chema@src.gnome.org>2001-07-11 04:34:59 +0000
commit9f2a507b76ba2d90e60696edc302ea4ed9a398f9 (patch)
treea107444010d41934930055c1deeb65a701f37e3e /BUGS
parentd020721f4224cc13069bd484bf1d41a1861f415f (diff)
downloadglade-9f2a507b76ba2d90e60696edc302ea4ed9a398f9.tar.gz
implement. (glade_gtk_option_menu_set_items): impl.
001-07-10 Chema Celorio <chema@celorio.com> * src/glade-gtk.c (glade_gtk_entry_set_text): implement. (glade_gtk_option_menu_set_items): impl. (glade_gtk_progress_bar_set_format): impl. * src/glade-editor.c (glade_editor_property_changed_text_view): implement. We can now use entries or GtkTextView for text properties 2001-07-09 Chema Celorio <chema@celorio.com> * widgets/*.xml: add props to several widgets * src/glade-placeholder.c (glade_placeholder_add): handle GtkHandleBox too * src/glade-widget-class.c (glade_widget_class_add_virtual_methods): handle GtkFrame too * src/glade-editor.c (glade_editor_property_changed_numeric): remove g_print's * src/glade-property-class.c (glade_property_get_parameters_text): imlement (glade_property_class_get_parameters_from_spec): and use here. We now load default text values. * widgets/gtkprogressbar.xml: add "text" which is the format * src/glade-project-window.c (glade_project_window_query_properties): set the default response
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 5bac8eb8..d91fa6be 100644
--- a/BUGS
+++ b/BUGS
@@ -3,5 +3,7 @@
Missing Properties for gtk :
spinbutton:setvalue does not seem to work
-gtkentry:text (or contents) not implemented
-gtkadjustment not exposing any properties \ No newline at end of file
+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