updated code, so that all child widgets are Gtk::manage'd
This commit is contained in:
parent
9f224b6fb5
commit
59c4e916c0
15 changed files with 167 additions and 111 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
Author : $Author: maroy $
|
||||
Version : $Revision: 1.1 $
|
||||
Version : $Revision: 1.2 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/include/LiveSupport/Widgets/EntryBin.h,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
|
|||
* A container, holding a Gtk::Entry as its only child.
|
||||
*
|
||||
* @author $Author: maroy $
|
||||
* @version $Revision: 1.1 $
|
||||
* @version $Revision: 1.2 $
|
||||
*/
|
||||
class EntryBin : public BlueBin
|
||||
{
|
||||
|
@ -72,7 +72,7 @@ class EntryBin : public BlueBin
|
|||
/**
|
||||
* The text entry for this container.
|
||||
*/
|
||||
Ptr<Gtk::Entry>::Ref entry;
|
||||
Gtk::Entry * entry;
|
||||
|
||||
|
||||
public:
|
||||
|
@ -97,7 +97,7 @@ class EntryBin : public BlueBin
|
|||
*
|
||||
* @return the entry held in this container.
|
||||
*/
|
||||
Ptr<Gtk::Entry>::Ref
|
||||
Gtk::Entry *
|
||||
getEntry(void) throw ()
|
||||
{
|
||||
return entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue