#include <assert.h>
#include <string.h>
#include "gui_common.h"
#include "mytoolbar.h"
Include dependency graph for mytoolbar.c:
Go to the source code of this file.
Defines | |
#define | NORM_KEY "norm" |
Normal key. | |
#define | GREY_KEY "grey" |
Grey key. | |
#define | MASK_KEY "mask" |
Mask key. | |
Functions | |
void | set_my_toolbar_config (int config) |
Set the toolbar configuration to match the loaded config. | |
GtkWidget * | create_my_toolbar (GtkWidget *ref, ToolBar *toolbardef) |
Create the toolbar. |
Definition in file mytoolbar.c.