gtkmm r861 - in trunk: . examples/book/builder/basic examples/book/builder/derived gtk/src



Author: murrayc
Date: 2007-06-26 12:11:56 +0100 (Tue, 26 Jun 2007)
New Revision: 861
ViewCVS link: http://svn.gnome.org/viewcvs/gtkmm?rev=861&view=rev

Added:
   trunk/examples/book/builder/basic/basic.ui
   trunk/examples/book/builder/derived/basic.ui
Removed:
   trunk/examples/book/builder/basic/basic.glade
   trunk/examples/book/builder/derived/basic.glade
Modified:
   trunk/ChangeLog
   trunk/examples/book/builder/basic/main.cc
   trunk/examples/book/builder/derived/main.cc
   trunk/gtk/src/builder.ccg
   trunk/gtk/src/builder.hg
Log:
2007-06-26  Murray Cumming  <murrayc murrayc com>

        * examples/book/builder/basic/basic.ui:
        * examples/book/builder/basic/main.cc:
        * examples/book/builder/derived/basic.ui:
        * examples/book/builder/derived/main.cc:
        Convert the libglade .glade files to GtkBuilder .ui files, 
        with gtk-builder-convert script from GTK+.
        * gtk/src/builder.ccg:
        * gtk/src/builder.hg: Addded create_from_file() and create_from_string(), 
        as conveniences. Changed the add_from_file() parameter to a std::string, 
        as all filenames should be, because their encoding is unknown.
        Added a add_from_string() version that accepts a simple std::string.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]