COIN-OR::LEMON - Graph Library

Changeset 186:013afe9ee040 in glemon-0.x for nbtab.cc


Ignore:
Timestamp:
01/10/07 15:56:16 (17 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3127
Message:

Removed this extra widget thing, because it is now developed in my private branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbtab.cc

    r184 r186  
    1818
    1919#include <nbtab.h>
    20 #include "file_chooser_extra_widget.h"
    2120
    2221NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false), mapstorage(*this)
     
    137136  fcdialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
    138137  fcdialog.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
    139   FileChooserExtraWidget w(&mapstorage);
    140   fcdialog.set_extra_widget(w);
    141138  if (fcdialog.run() == Gtk::RESPONSE_ACCEPT)
    142139  {
Note: See TracChangeset for help on using the changeset viewer.