]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmenuitemprivate.h
entry: Use GtkSelectionWindow for touch text selection
[~andy/gtk] / gtk / gtkmenuitemprivate.h
index bd916e90aceb3f88451c1808d27a279978cc0e9c..689e7d735d3d184659ba8f33030c06663584d41e 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_MENU_ITEM_PRIVATE_H__
@@ -22,7 +20,7 @@
 
 #include <gtk/gtkmenuitem.h>
 #include <gtk/gtkaction.h>
-
+#include <gtk/gtkactionhelper.h>
 
 G_BEGIN_DECLS
 
@@ -39,6 +37,7 @@ struct _GtkMenuItemPrivate
   gchar  *accel_path;
 
   GtkAction *action;
+  GtkActionHelper *action_helper;
 
   guint show_submenu_indicator : 1;
   guint submenu_placement      : 1;