Re: Properties Grid with wxEuphoria

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

Matt,

What control would I use to create a properties control, which shows property names on the left column and their corresponding values on the right? I tried using a wxGrid control, but I don't want column/row headers, and that seems to show them even if I set them to size 0. Maybe that's not the right way to hide the headers?

Is there a list control that lets me have columns?

Regardless, how about working up a nice properties dialog example? smile

I've used wxGrids for properties dialogs. You should be able to make the column and row headers disappear with:

set_col_label_size( grid, 0 ) 
set_row_label_size( grid, 0 ) 

At least, it works for me under GTK. I think there is a "real" properties control in 2.9. I'll probably start working on that fairly soon, since that appears to be the only way to get wxEuphoria working on Win64.

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu