Re: wxEuphoria fancy function names

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

I'm trying to sort wxEuphoria routines by category.

I found two functions which have fancy, probably wrong, names:

  • procedure set_font_familty( atom font, atom family )
  • procedure auotosize_row( atom grid, atom row )

Jean-Marc

procedure set_font_family( atom font, atom family )  -- Remove the "t" in "familty" 
-- It is a working procedure. 
procedure autosize_row( atom grid, atom row ) -- Remove the extra "o" in "auotosize"  
-- It is a working procedure. The "grid" argument is a constant you assigned to the grid you created. 
-- The row argument is the row number, zero index. 

Perhaps you were only drawing the attention to mis-spelt function name. Anyway, I am using them and they work.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu