Re: nevermind 2nd part of my last question



On Tue, 2002-07-16 at 00:31, Ronald Roth wrote:
Nevermind the 2nd part of the my last email, regarding gtk_table_resize.

but I would still like to know how one can remove children from a table.

gtk_container_remove (GTK_CONTAINER (table), widget);

AFAIK, you need to ref the widget if you want to keep it around
afterwords.

gtk_widget_hide (widget);

Will work as well (though perhaps differently), supposing you don't want
to place "widget" into another container at some point.

Peace,

    Jim Cape
    http://ignore-your.tv/

    "No cause, no God, no abstract idea can justify the mass
     slaughter of innocents."
        -- Edward Said

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]