Re: evento load en GTK#

Martin Ibarra <[email protected]>
Newsgroups gmane.comp.gnome.mono.hispano
Message-ID <[email protected]>
me imagino que quieres cargar algunas cosas cuando se genera la ventana.
prueba con esto.

Se construye y luego manda a llamar a mi comboBoxLoad.

    public void ComboBoxLoad(){
        combobox1.AppendText(".jpg");
        combobox1.AppendText(".png");
        combobox1.AppendText(".tiff");
    }


   * public MainWindow (): base (Gtk.WindowType.Toplevel)
    {
        Build ();
        ComboBoxLoad();

    }
    *

2009/5/24 Mario Morillo Ortega <[email protected]>

> Hola de nuevo a todos.
>
> Escribo porque querria saber como puedo programar el equivalente  al evento
> Load de las WinForms pero para las GTK# .
>
> Muchas gracias y un saludo.
>
> _______________________________________________
> Mono-hispano mailing list
> [email protected]
> https://listas.hispalinux.es/mailman/listinfo/mono-hispano
>

_______________________________________________
Mono-hispano mailing list
[email protected]
https://listas.hispalinux.es/mailman/listinfo/mono-hispano
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.