gtkmisc.h File Reference
#include <string>
#include <gtk/gtkmain.h>
#include "radiant_i18n.h"
Go to the source code of this file.
Defines |
#define | INCLUDED_GTKMISC_H |
Typedefs |
typedef struct _GtkMenu | GtkMenu |
typedef struct _GtkMenuItem | GtkMenuItem |
typedef struct _GtkCheckMenuItem | GtkCheckMenuItem |
typedef struct _GtkButton | GtkButton |
typedef struct _GtkToggleButton | GtkToggleButton |
typedef struct _GtkToolbar | GtkToolbar |
typedef BasicVector3< float > | Vector3 |
typedef struct _GtkEntry | GtkEntry |
Functions |
void | process_gui () |
void | command_connect_accelerator (const std::string &commandName) |
void | command_disconnect_accelerator (const std::string &commandName) |
void | toggle_add_accelerator (const std::string &commandName) |
void | toggle_remove_accelerator (const std::string &name) |
GtkMenuItem * | create_menu_item_with_mnemonic (GtkMenu *menu, const std::string &mnemonic, const std::string &commandName, const std::string &icon="") |
GtkCheckMenuItem * | create_check_menu_item_with_mnemonic (GtkMenu *menu, const std::string &mnemonic, const std::string &commandName, const std::string &icon="") |
GtkButton * | toolbar_append_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const std::string &commandName) |
GtkToggleButton * | toolbar_append_toggle_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const std::string &commandName) |
bool | color_dialog (GtkWidget *parent, Vector3 &color, const std::string &title=_("Choose Color")) |
void | button_clicked_entry_browse_file (GtkWidget *widget, GtkEntry *entry) |
void | button_clicked_entry_browse_directory (GtkWidget *widget, GtkEntry *entry) |
Define Documentation
#define INCLUDED_GTKMISC_H |
Typedef Documentation
Function Documentation
void command_connect_accelerator |
( |
const std::string & |
commandName |
) |
|
void command_disconnect_accelerator |
( |
const std::string & |
commandName |
) |
|
void process_gui |
( |
|
) |
[inline] |
void toggle_add_accelerator |
( |
const std::string & |
commandName |
) |
|
void toggle_remove_accelerator |
( |
const std::string & |
name |
) |
|