Re: Multiple vindows in GUI
- From: Alexander Volosatov <rope-walker yandex ru>
- To: "Carlos Garces" <carlos garces gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: Multiple vindows in GUI
- Date: Sat, 25 Feb 2006 16:39:20 +0200
Hello, Carlos.
> Hi.
> I'm migrating the GUI that you can see there:
> http://img129.imageshack.us/my.php?image=screenshot19mt.jpg
> http://img129.imageshack.us/my.php?image=screenshot25uv.jpg
> In a glade environment...
> ¿What is the correct way to change the window when I click in the image?
> I VB6 will used one frame for each option and hide/unhidden it,
> changing X,Y position on the fly. The MainForm will be oversized to
> contain all frame and resized when application start.
> ¿it's OK for GLADE?
> ¿Any suggestion?
It's very easy. right part of program is container where you add()
Gtk::Box. After clicking on image - just remove unused Gtk::Box and
add() New Gtk::Box. All widgets in right part add to Gtk::Box.
Or use Gtk::NoteBook.
--
Alexander mailto:rope-walker yandex ru
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]