|
Data Structures |
| union | _AlpCncEditParameters |
| struct | _AlpCncGtkControl |
| struct | _AlpCncGtkControl |
Generic User Interface |
| #define | ALP_CNC_MODE_APP_SWITCH ((uint32_t) 0x8000) |
| | launch panel doin an app switch
|
| #define | ALP_CNC_MODE_DELETE ((uint32_t) 8) |
| | launch panel to delete a profile
|
| #define | ALP_CNC_MODE_EDIT ((uint32_t) 16) |
| | launch panel to edit a profile
|
| #define | ALP_CNC_MODE_FULL (ALP_CNC_MODE_TECHNOLOGY | ALP_CNC_MODE_PROFILE | ALP_CNC_MODE_NEW | ALP_CNC_MODE_DELETE | ALP_CNC_MODE_EDIT) |
| | full application mode
|
| #define | ALP_CNC_MODE_NEW ((uint32_t) 4) |
| | launch panel in new profile mode
|
| #define | ALP_CNC_MODE_NO_DONE_BUTTON ((uint32_t) 0x4000) |
| | don't display the "Done" button
|
| #define | ALP_CNC_MODE_PANEL (ALP_CNC_MODE_PROFILE | ALP_CNC_MODE_NEW | ALP_CNC_MODE_DELETE | ALP_CNC_MODE_EDIT) |
| | panel mode
|
| #define | ALP_CNC_MODE_PROFILE ((uint32_t) 2) |
| | launch panel in profile list mode
|
| #define | ALP_CNC_MODE_TECHNOLOGY ((uint32_t) 1) |
| | deprecated
|
| #define | ALP_CNC_UI_CTL_OP_CANCEL 1 |
| | When the edition of a profile is cancelled.
|
| #define | ALP_CNC_UI_CTL_OP_CHECK 3 |
| | When the user changed the tab.
|
| #define | ALP_CNC_UI_CTL_OP_SAVE 2 |
| | When the modification of a profile is confirmed.
|
| typedef _AlpCncEditParameters | AlpCncEditParameters |
GTK User Interface |
| typedef _AlpCncGtkControl | AlpCncGtkControl |
| alp_status_t | alp_cnc_channel_settings (char *tags) |
| alp_status_t | alp_cnc_plugins_gtk_control (uint32_t profile_id, uint8_t op, guint16 group_index, AlpCncGtkControl *context, gchar **error_message) |
| void | alp_cnc_plugins_gtk_free (gchar *localized_names[], GtkWidget *ui_groups[]) |
| alp_status_t | alp_cnc_plugins_gtk_get (uint32_t profile_id, gchar ***localized_names, GtkWidget ***ui_groups, guint16 *ui_groups_size, GtkWidget *parent_window) |
| alp_status_t | alp_cnc_plugins_gtk_group_check (uint32_t profile_id, guint16 group_index, gchar **error_message) |
| alp_status_t | alp_cnc_plugins_gtk_validate (uint32_t profile_id, uint8_t op, guint16 *group_index, gchar **error_message) |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.