Method GTK2.Box()->reorder_child()
- Method reorder_child
GTK2.Box
reorder_child(GTK2.Widget
child
,int
new_position
)- Description
Move widget to pos, pos is an integer, between 0 and sizeof(box->children())-1
GTK2.Box
reorder_child(GTK2.Widget
child
, int
new_position
)
Move widget to pos, pos is an integer, between 0 and sizeof(box->children())-1