![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <codeslayer/codeslayer-profiles-manager.h> struct CodeSlayerProfilesManager; GtkWidget * codeslayer_profiles_manager_new (GtkWidget *window
,GtkApplication *application
,CodeSlayerProfiles *profiles
,CodeSlayerProfile *profile
); void codeslayer_profiles_manager_run_dialog (CodeSlayerProfilesManager *profiles_manager
);
GtkWidget * codeslayer_profiles_manager_new (GtkWidget *window
,GtkApplication *application
,CodeSlayerProfiles *profiles
,CodeSlayerProfile *profile
);
Creates a new CodeSlayerProfilesManager.
|
a CodeSlayerWindow. |
|
a CodeSlayerApplication. |
|
a CodeSlayerProfiles. |
|
a CodeSlayerProfile. |
Returns : |
a new CodeSlayerProfilesManager. |
void codeslayer_profiles_manager_run_dialog
(CodeSlayerProfilesManager *profiles_manager
);
Show the profiles dialog.
|
a CodeSlayerProfilesManager. |