| GIMP Library Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> | 
| 
 | 
| 
 | 
This function simply packs the action_area arguments passed in "..." into a va_list variable and passes everything to gimp_dialog_newv().
For a description of the format of the va_list describing the action_area buttons see gimp_dialog_create_action_areav().
| title : | The dialog's title which will be set with | 
| wmclass_name : | The dialog's wmclass_name which will be set with | 
| help_func : | The function which will be called if the user presses "F1". | 
| help_data : | The data pointer which will be passed to help_func. | 
| position : | The dialog's initial position which will be set with | 
| allow_shrink : | The dialog's allow_shrink flag, ... | 
| allow_grow : | ... it't allow_grow flag and ... | 
| auto_shrink : | ... it's auto_shrink flag which will all be set with | 
| ... : | A | 
| Returns : | A | 
| 
 | 
This function performs all neccessary setps to set up a standard GIMP dialog.
The va_list describing the action_area buttons will be passed to gimp_dialog_create_action_areav().
| title : | The dialog's title which will be set with | 
| wmclass_name : | The dialog's wmclass_name which will be set with | 
| help_func : | The function which will be called if the user presses "F1". | 
| help_data : | The data pointer which will be passed to help_func. | 
| position : | The dialog's initial position which will be set with | 
| allow_shrink : | The dialog's allow_shrink flag, ... | 
| allow_grow : | ... it't allow_grow flag and ... | 
| auto_shrink : | ... it's auto_shrink flag which will all be set with | 
| args : | A va_list as obtained with | 
| Returns : | A | 
| void gimp_dialog_set_icon ( | 
This function sets the WM pixmap icon for the dialog which will appear e.g. in GNOME's or KDE's window list.
Note that this function is automatically called by
gimp_help_connect_help_accel() which in turn is called by
gimp_dialog_newv(), so you only have to call it for 
| void gimp_dialog_create_action_area ( | 
This function simply packs the action_area arguments passed in "..." into a va_list variable and passes everything to gimp_dialog_create_action_areav().
| void gimp_dialog_create_action_areav ( | 
The va_list describing the action_area 
| The button's label. | |
| The callback which will be connected to the button's "clicked" signal | |
| The callback data which will be used in | |
| If you pass a pointer other than | |
| A pointer to store the created button in. | |