app: implement picking any image or layer in GimpPickableButton/Popup
This commit is contained in:
@ -49,11 +49,13 @@ struct _GimpPickablePopupClass
|
||||
};
|
||||
|
||||
|
||||
GType gimp_pickable_popup_get_type (void) G_GNUC_CONST;
|
||||
GType gimp_pickable_popup_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_pickable_popup_new (GimpContext *context,
|
||||
gint view_size,
|
||||
gint view_border_width);
|
||||
GtkWidget * gimp_pickable_popup_new (GimpContext *context,
|
||||
gint view_size,
|
||||
gint view_border_width);
|
||||
|
||||
GimpPickable * gimp_pickable_popup_get_pickable (GimpPickablePopup *popup);
|
||||
|
||||
|
||||
#endif /* __GIMP_PICKABLE_POPUP_H__ */
|
||||
|
Reference in New Issue
Block a user