~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to library/forms/view.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
 
319
319
//--------------------------------------------------------------------------------------------------
320
320
 
 
321
bool View::is_fully_visible()
 
322
{
 
323
  return (*_view_impl->is_fully_visible)(this);
 
324
}
 
325
 
 
326
//--------------------------------------------------------------------------------------------------
 
327
 
321
328
void View::set_enabled(bool flag)
322
329
{
323
330
  (*_view_impl->set_enabled)(this, flag);