gcmd-devel
[Top][All Lists]
Advanced

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

Re: [gcmd-dev] Tabbed Browsing


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] Tabbed Browsing
Date: Sun, 18 Jan 2009 18:48:25 +0100

Thanks for the patch. A few notes after (rather quick) reading:

     1. notebook widget, as an element of file selector, should be moved
        from GnomeCmdMainWin to GnomeCmdFileSelector.
     2. src/gnome-cmd-notebook.h contains GnomeCmdNotebook widget: a
        thin  C++ wrapper around GtkNotebook. Usage is pretty
        straightforward, eg:

                GnomeCmdNotebook *notebook = new GnomeCmdNotebook;
                
                // create scrolled_window
                // insert file_list into scrolled_window
                
                notebook->append_page(scrolled_window);
                
        BTW - GnomeCmdNotebook automatically hides/shows tabs when
        necessary (depending on the umber of tabs)
        
        
Hope that'll help,
Piotr
                
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]