com gtk/php-gtk: Updating TODO2: TODO2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 52b33d52793ecf693a7f5fc7622ea193b10c515b Author: Christian Weiske <[email protected]> Tue, 13 Jun 2006 19:42:16 +0000 Parents: 7f756337219f09eff43e30afe3057bcef92b7cfb Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=52b33d52793ecf693a7f5fc7622ea193b10c515b Log: Updating TODO2 Changed paths: M TODO2 Diff: 52b33d52793ecf693a7f5fc7622ea193b10c515b diff --git a/TODO2 b/TODO2 index a79a926..2409698 100644 --- a/TODO2 +++ b/TODO2 @@ -23,9 +23,9 @@ Base Functionality Classes and Functions ~~~~~~~~~~~~~~~~~~~~~ +* GdkWindow + lookup() is implemented but comes out as php_lookup() - same as in GtkTextTagTable * GtkAboutDialog - method GtkAboutDialog::set_email_hook: unknown type 'GtkAboutDialogActivateLinkFunc' - method GtkAboutDialog::set_url_hook: unknown type 'GtkAboutDialogActivateLinkFunc' GtkAboutDialog->set_logo_icon_name seems to find no icons at all (method is generated, need to test this) * GtkCalendar @@ -45,7 +45,6 @@ Classes and Functions method GtkClipboard::wait_is_target_available: unknown type 'GdkAtom' * GtkComboBox Default constructor should get optional parameter, and new_with_model() be removed - method GtkComboBox::set_row_separator_func: unknown type 'GtkTreeViewRowSeparatorFunc' method GtkComboBox::get_row_separator_func: unknown type 'GtkTreeViewRowSeparatorFunc' * GtkEntry GtkEntry objects can't be var_dumped, probably something missing @@ -56,11 +55,7 @@ Classes and Functions * GtkIconTheme method GtkIconTheme::get_icon_sizes: unknown type 'gint*' method GtkIconTheme::get_search_path: unknown type 'gchar**[]' - method GtkIconTheme::list_icons: unknown type 'GList*' method GtkIconTheme::set_search_path: unknown type 'const-gchar*[]' -* GtkIconView - method GtkIconView::get_selected_items: unknown type 'GList*' - method GtkIconView::selected_foreach: unknown type 'GtkIconViewForeachFunc' * GtkLabel Would it be good to call GtkLabel::set_ellipsize(PANGO::ELLIPSIZE_END) as part of an override for (left-justifying) GtkLabel::set_width_chars() (optional param)? @@ -109,7 +104,6 @@ Classes and Functions method GtkTreeView::map_expanded_rows: unknown type 'GtkTreeViewMappingFunc' method GtkTreeView::set_column_drag_function: unknown type 'GtkTreeViewColumnDropFunc' method GtkTreeView::set_destroy_count_func: unknown type 'GtkTreeDestroyCountFunc' - method GtkTreeView::set_row_separator_func: unknown type 'GtkTreeViewRowSeparatorFunc' method GtkTreeView::set_search_equal_func: unknown type 'GtkTreeViewSearchEqualFunc' method GtkTreeView::tree_to_widget_coords: unknown type 'gint*' method GtkTreeView::widget_to_tree_coords: unknown type 'gint*'