![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <codeslayer/codeslayer-window.h> #define CODESLAYER_MAIN_TITLE struct CodeSlayerWindow; GtkWidget * codeslayer_window_new (GtkApplication *application
,gchar *profile_name
); void codeslayer_window_open_document (CodeSlayerWindow *window
,gchar *file_path
); CodeSlayerProfile * codeslayer_window_get_profile (CodeSlayerWindow *window
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----CodeSlayerWindow
GtkWidget * codeslayer_window_new (GtkApplication *application
,gchar *profile_name
);
Creates a new CodeSlayerWindow.
|
a GtkApplication. |
|
the name of the Profile to load. |
Returns : |
a new CodeSlayerWindow. |
void codeslayer_window_open_document (CodeSlayerWindow *window
,gchar *file_path
);
CodeSlayerProfile * codeslayer_window_get_profile (CodeSlayerWindow *window
);