View Single Post
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#6
Originally Posted by qwerty12 View Post
Just grab the source to hildon-status-menu.

1. The menu's width is an #ifdef and columns are just a property with it being explicitly set to "2". Of course, it may require a bit more work than that...
2. Just make it use GtkScrolledWindow instead of HildonPannableArea. Since they share similar ways of working, making it do so isn't hard as such.
Huh - I just downloaded that package's source, looked through the various .c files in the src directory, and while I found widths and heights, I didn't see that column property.


Originally Posted by giecsar View Post
This was on my mind too, I was hoping there was some configuration file which could be easily edited, such as a .xml...
Being open source, someone could -add- that functionality easily enough.
I'd do it, but not knowing C, or any variant thereof, I'm gonna have enough trouble simply editing the code and compiling.