On Wed, 2008-01-23 at 11:50 +0100, [EMAIL PROTECTED] wrote: > Hi, > I want to use a Button initialised with a builtin-stock-id, like back, > forward ....... but without the text, only the image of the stock-id. > is this possible ?
yes. Image* image = new Image (Stock::DIALOG_QUESTION, ICON_SIZE_DIALOG); then add the image to the button. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
