Skip to content
Snippets Groups Projects
Commit c60e62c0 authored by Per Hedbor's avatar Per Hedbor
Browse files

Overload a few more functions

Rev: lib/modules/GTKSupport.pmod/SClist.pike:1.4
parent 928d1a0a
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ W(signal_block); W(signal_unblock);
W(text_width); W(set_background); W(add_accelerator); W(remove_accelerator);
W(set_state); W(set_sensitive);
W(get_style); W(ensure_style);
/* inherited: container */
W(children); W(drag_dest_unset); W(drag_highlight); W(drag_unhighlight);
W(drag_dest_set); W(drag_source_set); W(drag_source_unset);
......@@ -47,4 +49,3 @@ W(set_sort_type); W(set_sort_column); W(set_auto_sort); W(get_shadow_type);
W(get_selection_mode); W(get_drag_button); W(get_focus_row); W(get_sort_type);
W(get_sort_column); W(get_flags); W(get_rows); W(get_row_height);
W(get_row_center_offset); W(get_columns);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment