Re: Phix and C varargs

new topic     » goto parent     » topic index » view thread      » older message » newer message
irv said...

GtkListStore *gtk_list_store_new (gint n_columns, ...); 
I managed an awkward way to do this with Euphoria. Rather not do that again if not necessary.

Why not just use gtk_list_store_newv(gint n_columns, GType *types); ?

For an example, pGUI uses IupHboxv rather than either of the others, and there's nothing tricky about the implementation of IupHbox() in pGUI.e.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu