appkit  1.5.1
RoadNarrows Robotics Application Kit
WinGtk.cxx File Reference

RoadNarrows GTK derived window class implementation. More...

#include <sys/types.h>
#include <stdarg.h>
#include <libgen.h>
#include <unistd.h>
#include <string>
#include <map>
#include "rnr/rnrconfig.h"
#include "rnr/log.h"
#include "rnr/appkit/WinLookFeel.h"
#include "rnr/appkit/Win.h"
#include "rnr/appkit/WinGtk.h"
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkx.h>

Go to the source code of this file.

Typedefs

typedef struct _CvImageWidget CvImageWidget
 

Functions

GtkWidget * cvImageWidgetNew (int flags)
 
void cvImageWidgetSetImage (CvImageWidget *widget, const CvArr *arr)
 

Detailed Description

RoadNarrows GTK derived window class implementation.

LastChangedDate
2013-07-15 11:45:50 -0600 (Mon, 15 Jul 2013)
Rev
3131
Author
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)
Daniel Packard (danie.nosp@m.l@ro.nosp@m.adnar.nosp@m.rows.nosp@m..com)
Copyright
© 2011-2017. RoadNarrows LLC.
http://www.roadnarrows.com
All Rights Reserved

Definition in file WinGtk.cxx.