[Bug 175] New: MOKO_FINGER_WINDOW has to show_all and then hide to initialize

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Mon Feb 12 10:27:59 CET 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=175

           Summary: MOKO_FINGER_WINDOW has to show_all and then hide to
                    initialize
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-libs
        AssignedTo: mickey at vanille-media.de
        ReportedBy: tonyguan at fic-sh.com.cn


There are cases that I don't wanna show MOKO_FINGER_WINDOW when it's 
initialized, but I have to call _show_all and then _hide to achieve such aim.
And this will cause splash-like effects. I don't think it's good.
Is there some way to avoid this?please refer the following src codes and give 
me some advise. thanks!

    window = MOKO_FINGER_WINDOW (moko_finger_window_new ());
    moko_finger_window_set_contents (window, GTK_WIDGET (vbox));
    gtk_widget_show_all (GTK_WIDGET (window));
    gtk_widget_hide (GTK_WIDGET (window));



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the buglog mailing list