[gtk+] GtkBuilder: Don't use deprecated types in examples



commit 2e83e7d335e925b6c834e88f0a0b7e077eeee43a
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 3 09:33:35 2014 -0400

    GtkBuilder: Don't use deprecated types in examples

 gtk/gtkbuilder.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index fbae031..ff86143 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -174,10 +174,10 @@
  * <interface>
  *   <object class="GtkDialog" id="dialog1">
  *     <child internal-child="vbox">
- *       <object class="GtkVBox" id="vbox1">
+ *       <object class="GtkBox" id="vbox1">
  *         <property name="border-width">10</property>
  *         <child internal-child="action_area">
- *           <object class="GtkHButtonBox" id="hbuttonbox1">
+ *           <object class="GtkButtonBox" id="hbuttonbox1">
  *             <property name="border-width">20</property>
  *             <child>
  *               <object class="GtkButton" id="ok_button">


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