Adding an example that makes a HildonVolumebar insensitive before mapping it.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 25 Jun 2007 08:54:20 +0000 (08:54 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 25 Jun 2007 08:54:20 +0000 (08:54 +0000)
ChangeLog
examples/Makefile.am
examples/hildon-hvolumebar-insensitive-map-example.c [new file with mode: 0644]

index 0281f46..6f6c933 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
+       that makes a HildonVolumebar insensitive before mapping it. Seems to work
+       fine. Prolly NB#61128 is fixed now.
+
 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * src/hildon-volumebar.c:
@@ -21,7 +28,6 @@
        http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
        button on after clearing the trail.
 
->>>>>>> .r12381
 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * src/hildon-code-dialog.c: Removing the separator from the dialog.
index 1ad9f4f..2a022ad 100644 (file)
@@ -1,36 +1,37 @@
 MAINTAINERCLEANFILES                   = Makefile.in
 
 if BUILD_EXAMPLES
-noinst_PROGRAMS                                = hildon-window-example                 \
-                                         hildon-banner-example                 \
-                                         hildon-caption-example                \
-                                         hildon-weekday-picker-example         \
-                                         hildon-sort-dialog-example            \
-                                         hildon-controlbar-example             \
-                                         hildon-note-example                   \
-                                         hildon-time-picker-example            \
-                                         hildon-color-chooser-example          \
-                                         hildon-color-button-example           \
-                                         hildon-login-dialog-example           \
-                                         hildon-time-editor-example            \
-                                         hildon-icon-sizes-example             \
-                                         hildon-insensitive-example            \
-                                         hildon-get-password-dialog-example    \
-                                         hildon-set-password-dialog-example    \
-                                         hildon-window-menu-example            \
-                                         hildon-window-cmn-menu-example        \
-                                         hildon-vvolumebar-example             \
-                                         hildon-toolbar-example                \
-                                         hildon-code-dialog-example            \
-                                         hildon-hvolumebar-example             \
-                                         hildon-hvolumebar-insensitive-example \
-                                         hildon-lookup-example                 \
-                                         hildon-number-editor-example          \
-                                         hildon-scrolled-window-example        \
-                                         hildon-color-pop-example              \
-                                         hildon-thumb-scrollbar-example        \
-                                         hildon-date-editor-example            \
-                                         hildon-bread-crumb-trail-example      \
+noinst_PROGRAMS                                = hildon-window-example                         \
+                                         hildon-banner-example                         \
+                                         hildon-caption-example                        \
+                                         hildon-weekday-picker-example                 \
+                                         hildon-sort-dialog-example                    \
+                                         hildon-controlbar-example                     \
+                                         hildon-note-example                           \
+                                         hildon-time-picker-example                    \
+                                         hildon-color-chooser-example                  \
+                                         hildon-color-button-example                   \
+                                         hildon-login-dialog-example                   \
+                                         hildon-time-editor-example                    \
+                                         hildon-icon-sizes-example                     \
+                                         hildon-insensitive-example                    \
+                                         hildon-get-password-dialog-example            \
+                                         hildon-set-password-dialog-example            \
+                                         hildon-window-menu-example                    \
+                                         hildon-window-cmn-menu-example                \
+                                         hildon-vvolumebar-example                     \
+                                         hildon-toolbar-example                        \
+                                         hildon-code-dialog-example                    \
+                                         hildon-hvolumebar-example                     \
+                                         hildon-hvolumebar-insensitive-example         \
+                                         hildon-hvolumebar-insensitive-map-example     \
+                                         hildon-lookup-example                         \
+                                         hildon-number-editor-example                  \
+                                         hildon-scrolled-window-example                \
+                                         hildon-color-pop-example                      \
+                                         hildon-thumb-scrollbar-example                \
+                                         hildon-date-editor-example                    \
+                                         hildon-bread-crumb-trail-example              \
                                          hildon-finger-example
 
 # Hildon window
@@ -113,6 +114,11 @@ hildon_insensitive_example_LDADD   = $(HILDON_OBJ_LIBS)
 hildon_insensitive_example_CFLAGS      = $(HILDON_OBJ_CFLAGS)
 hildon_insensitive_example_SOURCES     = hildon-insensitive-example.c
 
+# HIldon insensitive map example
+hildon_hvolumebar_insensitive_map_example_LDADD                = $(HILDON_OBJ_LIBS)
+hildon_hvolumebar_insensitive_map_example_CFLAGS       = $(HILDON_OBJ_CFLAGS)
+hildon_hvolumebar_insensitive_map_example_SOURCES      = hildon-hvolumebar-insensitive-map-example.c
+
 # HIldon get password dialog example
 hildon_get_password_dialog_example_LDADD       = $(HILDON_OBJ_LIBS)
 hildon_get_password_dialog_example_CFLAGS      = $(HILDON_OBJ_CFLAGS)
diff --git a/examples/hildon-hvolumebar-insensitive-map-example.c b/examples/hildon-hvolumebar-insensitive-map-example.c
new file mode 100644 (file)
index 0000000..8c7ae07
--- /dev/null
@@ -0,0 +1,52 @@
+/*
+ * This file is a part of hildon examples
+ *
+ * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
+ *
+ * Author: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ *
+ */
+
+#include                                        <stdio.h>
+#include                                        <stdlib.h>
+#include                                        <glib.h>
+#include                                        <gtk/gtk.h>
+#include                                        "hildon.h"
+
+int
+main                                            (int argc, 
+                                                 char **args)
+{
+    gtk_init (&argc, &args);
+    
+    GtkDialog *dialog = GTK_DIALOG (gtk_dialog_new ());
+
+    HildonHVolumebar *bar = HILDON_HVOLUMEBAR (hildon_hvolumebar_new ());
+    gtk_widget_set_size_request (GTK_WIDGET (bar), 400, -1);
+
+    gtk_widget_set_sensitive (GTK_WIDGET (bar), FALSE);
+    gtk_box_pack_start (GTK_BOX (dialog->vbox), GTK_WIDGET (bar), FALSE, FALSE, 0);
+    gtk_dialog_add_button (dialog, "Close", GTK_RESPONSE_CLOSE);
+
+    gtk_widget_show_all (GTK_WIDGET (dialog));
+    gtk_dialog_run (dialog);
+
+    return 0;
+}
+
+