BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Defines | Functions
gxkcellrendererpopup.hh File Reference
#include <gxk/gxkutils.hh>
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtkeventbox.h>

Go to the source code of this file.

Classes

struct  GxkCellRendererPopup
struct  GxkCellRendererPopupClass
struct  GxkProxyEditable
struct  GxkProxyEditableClass

Defines

#define GXK_TYPE_CELL_RENDERER_POPUP
#define GXK_CELL_RENDERER_POPUP(object)
#define GXK_CELL_RENDERER_POPUP_CLASS(klass)
#define GXK_IS_CELL_RENDERER_POPUP(object)
#define GXK_IS_CELL_RENDERER_POPUP_CLASS(klass)
#define GXK_CELL_RENDERER_POPUP_GET_CLASS(object)
#define GXK_TYPE_PROXY_EDITABLE
#define GXK_PROXY_EDITABLE(object)
#define GXK_PROXY_EDITABLE_CLASS(klass)
#define GXK_IS_PROXY_EDITABLE(object)
#define GXK_IS_PROXY_EDITABLE_CLASS(klass)
#define GXK_PROXY_EDITABLE_GET_CLASS(object)

Functions

GType gxk_cell_renderer_popup_get_type (void)
void gxk_cell_renderer_popup_dialog (GxkCellRendererPopup *popup, GtkWidget *dialog)
void gxk_cell_renderer_popup_change (GxkCellRendererPopup *popup, const gchar *text, gboolean preserve_popup, gboolean keep_editing)
GType gxk_proxy_editable_get_type (void)
void gxk_proxy_editable_set_cell_editable (GxkProxyEditable *self, GtkCellEditable *ecell)

Detailed Description


Function Documentation

Returns:
GXK_TYPE_CELL_RENDERER_POPUP

GxkCellRendererPopup is an editable text cell renderer which supports popping up an auxillary window.

GType gxk_proxy_editable_get_type ( void  )
Returns:
GXK_TYPE_PROXY_EDITABLE

GxkProxyEditable is a GtkEventBox which proxies the GtkCellEditable interface onto a backend widget which also implements the GtkCellEditable interface.

void gxk_proxy_editable_set_cell_editable ( GxkProxyEditable self,
GtkCellEditable *  ecell 
)
Parameters:
selfvalid GxkProxyEditable
ecellvalid GtkCellEditable

Set the backend ecell onto which GtkCellEditable methods issued on self are to be forwarded. This function may only be called once per GxkProxyEditable.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines