Exemplo n.º 1
0
static VALUE
rg_actions(VALUE self)
{
    return GLIST2ARYF(gtk_action_group_list_actions(_SELF(self)));
}
Exemplo n.º 2
0
static VALUE
gdkwin_s_get_toplevels(VALUE self)
{
    return GLIST2ARYF(gdk_window_get_toplevels());
}
Exemplo n.º 3
0
static VALUE
rg_mnemonic_labels(VALUE self)
{
    return GLIST2ARYF(gtk_widget_list_mnemonic_labels(_SELF(self)));
}
Exemplo n.º 4
0
static VALUE
cview_get_cell_renderers(VALUE self)
{
    return GLIST2ARYF(gtk_cell_view_get_cell_renderers(_SELF(self)));
}
Exemplo n.º 5
0
static VALUE
tvc_get_cell_renderers(VALUE self)
{
    return GLIST2ARYF(gtk_tree_view_column_get_cell_renderers(_SELF(self)));
}
Exemplo n.º 6
0
static VALUE
textchild_get_widgets(VALUE self)
{
    return GLIST2ARYF(gtk_text_child_anchor_get_widgets(_SELF(self)));
}
Exemplo n.º 7
0
static VALUE
rg_attachments(VALUE self)
{
    return GLIST2ARYF(poppler_document_get_attachments(RVAL2DOC(self)));
}
Exemplo n.º 8
0
static VALUE
rg_s_toplevels(G_GNUC_UNUSED VALUE self)
{
    return GLIST2ARYF(gdk_window_get_toplevels());
}
Exemplo n.º 9
0
static VALUE
rg_columns(VALUE self)
{
    return GLIST2ARYF(gtk_tree_view_get_columns(_SELF(self)));
}