How about
gtk_button_new_with_label("Test");
  or
gtk_container_add(GTK_CONTAINER(button), my_gtk_label)

Thanks
Deekshit

On Apr 5, 2005 12:13 PM, dimitri PIEL <[EMAIL PROTECTED]> wrote:
> Hi
> 
> Could you tell me how to insert a child like a GtkLabel inside a GtkButton ? 
> Should I use the image property of the GtkButton ?
> 
> Thanks
> 
> Dimitri
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to