3 Oct 19:25
Work done on GTKMM Browser
David Hough <david <at> thepriorities.com>
2003-10-03 17:25:08 GMT
2003-10-03 17:25:08 GMT
Hi, I've finally managed to make the new browser easily switch between using a seperate window for each playlist and using tabs for each playlist. I've added the option "Show Tabs" to the View menu that can be turned on and off. I've also moved a number of other options into the preference file. So you can now change the layout of the browser. There are 4 options, "MusicBrowserTreePos" etc, in the format "[-1-3],[-1-3]" which represent where the widgets should be displayed in relation to each other. The browser is split into a box with 4 compartments, e.g |0|1| |2|3| and each compartment has a second level box split into four. The first number in the pref indicates where to place the widget in the first level, and the second number indicates where to place it in the second level. -1 means the widget should not be displayed at that level, so "-1,-1" would mean off. For instance to get the layout that was used in the old musicbrowser you would use the prefs MusicBrowserTreePos = 0,-1 MusicBrowserAlbumsPos = -1,-1 MusicBrowserTracksPos = -1,-1 MusicBrowserPlaylistPos = 1,-1 For more information on how this works look at the source file musiclayout.cpp, the function PanedLayout::create() fills in a box.(Continue reading)
RSS Feed