]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/treectrl.h
calling insert("") would provoke an assert - now it's just ignored
[wxWidgets.git] / include / wx / gtk / treectrl.h
index d6949a648214cb19453fbaf67cfea3aef4ef70c1..ff47d7c8030904770479b468a74a33e6427ecaf0 100644 (file)
@@ -1,13 +1,12 @@
-/*
- * Author: Robert Roebling
- *
- * Copyright: (C) 1997,1998 Robert Roebling
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the wxWindows Licence, which
- * you have received with this library (see Licence.htm).
- *
- */
+/////////////////////////////////////////////////////////////////////////////
+// Name:        treectrl.h
+// Purpose:
+// Author:      Denis Pershin
+// Created:     08/08/98
+// Id:          $Id$
+// Copyright:   (c) 1998 Denis Pershin and Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKTREECTRL_H__
 #define __GTKTREECTRL_H__
@@ -186,6 +185,10 @@ private:
   guint expand_handler;
   guint collapse_handler;
 
+// It is a quick hack to make TreeCtrl working... I do not know why
+// but signals is GTK does not disconnected...
+  bool ignore;
+
   DECLARE_DYNAMIC_CLASS(wxTreeItem)
 };
 
@@ -212,7 +215,7 @@ public:
 
   int GetCount() const;
 
-  long InsertItem( long parent, const wxString& label, long data = 0, 
+  long InsertItem( long parent, const wxString& label,
                    int image = -1, int selImage = -1, 
                    long insertAfter = wxTREE_INSERT_LAST );