| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpView;
GtkWidget* gimp_view_new (GimpContext *context,
GimpViewable *viewable,
gint size,
gint border_width,
gboolean is_popup);
GtkWidget* gimp_view_new_full (GimpContext *context,
GimpViewable *viewable,
gint width,
gint height,
gint border_width,
gboolean is_popup,
gboolean clickable,
gboolean show_popup);
GtkWidget* gimp_view_new_by_types (GimpContext *context,
GType view_type,
GType viewable_type,
gint size,
gint border_width,
gboolean is_popup);
GtkWidget* gimp_view_new_full_by_types (GimpContext *context,
GType view_type,
GType viewable_type,
gint width,
gint height,
gint border_width,
gboolean is_popup,
gboolean clickable,
gboolean show_popup);
GimpViewable* gimp_view_get_viewable (GimpView *view);
void gimp_view_set_viewable (GimpView *view,
GimpViewable *viewable);
void gimp_view_set_expand (GimpView *view,
gboolean expand);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GimpView +----GimpNavigationView +----GimpPaletteView
"clicked" : Run First "context" : Run First "double-clicked" : Run First "set-viewable" : Run First
GtkWidget* gimp_view_new (GimpContext *context, GimpViewable *viewable, gint size, gint border_width, gboolean is_popup);
|
|
|
|
|
|
|
|
|
|
Returns : |
GtkWidget* gimp_view_new_full (GimpContext *context, GimpViewable *viewable, gint width, gint height, gint border_width, gboolean is_popup, gboolean clickable, gboolean show_popup);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
GtkWidget* gimp_view_new_by_types (GimpContext *context, GType view_type, GType viewable_type, gint size, gint border_width, gboolean is_popup);
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
GtkWidget* gimp_view_new_full_by_types (GimpContext *context, GType view_type, GType viewable_type, gint width, gint height, gint border_width, gboolean is_popup, gboolean clickable, gboolean show_popup);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
void gimp_view_set_viewable (GimpView *view, GimpViewable *viewable);
|
|
|
"clicked" signalvoid user_function (GimpView *gimpview, GdkModifierType arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"context" signalvoid user_function (GimpView *gimpview, gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"double-clicked" signalvoid user_function (GimpView *gimpview, gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"set-viewable" signalvoid user_function (GimpView *gimpview, GimpViewable *arg1, GimpViewable *arg2, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |