Re: Developing a GTK2 GUI
D Richard Felker III <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.g2.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 02, 2003 at 04:47:49PM -0300, Gustavo Sverzut Barbieri wrote: > Wouldn't be easier if we use something like libglade to design the ui? > > I mean, it's good to have a window builder, but they can become ugly > and non functional at a certain point, if no layout info is provided to > it. > > However, putting too much layout info in mplayer's config would bloat > it. > > What about have a window builder that constructs glade's xml and then > one could go there and manually tweak the look. > Mplayer gtk ui could be as easy as calling libglade! How incredibly bloated. Something like glade is for people who don't know how to code... Rich