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

« back to all changes in this revision

Viewing changes to library/forms/gtk/lf_view.h

  • 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:
1
1
/* 
2
 
 * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
 
2
 * Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU General Public License as
52
52
  static void destroy(::mforms::View *self);
53
53
  static void show(::mforms::View *self, bool show);
54
54
  static bool is_shown(::mforms::View *self);
 
55
  static bool is_fully_visible(::mforms::View *self);
55
56
  static void set_tooltip(::mforms::View *self, const std::string &text);
56
57
  static void set_font(::mforms::View *self, const std::string &fontDescription);
57
58
  static int get_width(::mforms::View *self);
85
86
  static void set_back_color(::mforms::View *self, const std::string &color);
86
87
  static std::string get_front_color(::mforms::View *self);
87
88
  static std::string get_back_color(::mforms::View *self);
88
 
  virtual void set_back_color(const std::string &color) {};
 
89
  virtual void set_back_color(const std::string &color);
89
90
  static void set_back_image(::mforms::View *self, const std::string &path, mforms::Alignment alig);
90
91
  static void flush_events(::mforms::View *self);
91
92
  static void set_padding(::mforms::View *self, int left, int top, int right, int bottom);