com gtk/php-gtk: Removing *_menu methods removes functi onality as supplying NULL as menu widget automati cally creates one. This is not done when usin g append_page() or such.: TODO2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1f4698db0c09fe1c1474eed6a568b4ed27afbd65 Author: Christian Weiske <[email protected]> Wed, 3 May 2006 16:02:13 +0000 Parents: 90898b2fa342005c4cbf19e4e60707860ad3074c Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=1f4698db0c09fe1c1474eed6a568b4ed27afbd65 Log: Removing *_menu methods removes functionality as supplying NULL as menu widget automatically creates one. This is not done when using append_page() or such. Changed paths: M TODO2 Diff: 1f4698db0c09fe1c1474eed6a568b4ed27afbd65 diff --git a/TODO2 b/TODO2 index 9b0213a..81576a2 100644 --- a/TODO2 +++ b/TODO2 @@ -65,10 +65,6 @@ Classes and Functions method GtkListStore::reorder: unknown type 'gint*' method GtkListStore::set_column_types: unknown type 'GType*' method GtkListStore::set_value: unknown type 'GValue*' -* GtkNotebook - methods append_page, insert_page and prepend_page have to be merged - with their _menu counterparts (so that append_page accepts a third - parameter from append_page_menu) * GtkSelectionData method GtkSelectionData::get_targets: unknown type 'GdkAtom**' method GtkSelectionData::get_uris: unknown type 'gchar**'