manpagez: man pages & more
html files: libgimp
Home | html | info | man

GimpProcBrowserDialog

GimpProcBrowserDialog

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── GimpDialog
                                    ╰── GimpProcBrowserDialog

Implemented Interfaces

GimpProcBrowserDialog implements AtkImplementorIface and GtkBuildable.

Description

Functions

gimp_proc_browser_dialog_new ()

GtkWidget *
gimp_proc_browser_dialog_new (const gchar *title,
                              const gchar *role,
                              GimpHelpFunc help_func,
                              const gchar *help_id,
                              ...);

Since: GIMP 2.4


gimp_proc_browser_dialog_get_selected ()

gchar *
gimp_proc_browser_dialog_get_selected (GimpProcBrowserDialog *dialog);

Since: GIMP 2.4

Types and Values

GimpProcBrowserDialog

typedef struct _GimpProcBrowserDialog GimpProcBrowserDialog;

Signal Details

The “row-activated” signal

void
user_function (GimpProcBrowserDialog *dialog,
               gpointer               user_data)

Flags: Run Last


The “selection-changed” signal

void
user_function (GimpProcBrowserDialog *dialog,
               gpointer               user_data)

Flags: Run Last

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.