#include "config.h"
#include "gschem.h"
Go to the source code of this file.
Defines |
#define | P_(x) (x) |
Enumerations |
enum | { PROP_0,
PROP_ACCEL_CLOSURE,
PROP_ACCEL_WIDGET,
PROP_ACCEL_STRING
} |
Functions |
gboolean | gschem_accel_label_refetch (GschemAccelLabel *accel_label) |
static const gchar * | gschem_accel_label_get_string (GschemAccelLabel *accel_label) |
static void | gschem_accel_label_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) |
static void | gschem_accel_label_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) |
static void | gschem_accel_label_init (GschemAccelLabel *accel_label) |
static void | gschem_accel_label_finalize (GObject *object) |
guint | gschem_accel_label_get_accel_width (GschemAccelLabel *accel_label) |
static void | gschem_accel_label_size_request (GtkWidget *widget, GtkRequisition *requisition) |
static gint | get_first_baseline (PangoLayout *layout) |
static gboolean | gschem_accel_label_expose_event (GtkWidget *widget, GdkEventExpose *event) |
static void | substitute_underscores (char *str) |
void | gschem_accel_label_set_accel_string (GschemAccelLabel *accel_label, const gchar *accel_string) |
static void | gschem_accel_label_class_init (GschemAccelLabelClass *class) |
Define Documentation
Enumeration Type Documentation
- Enumerator:
PROP_0 |
|
PROP_ACCEL_CLOSURE |
|
PROP_ACCEL_WIDGET |
|
PROP_ACCEL_STRING |
|
Definition at line 44 of file gschem_accel_label.c.
Function Documentation
static const gchar* gschem_accel_label_get_string |
( |
GschemAccelLabel * |
accel_label | ) |
[static] |
static void gschem_accel_label_set_property |
( |
GObject * |
object, |
|
|
guint |
prop_id, |
|
|
const GValue * |
value, |
|
|
GParamSpec * |
pspec |
|
) |
| [static] |
static void gschem_accel_label_get_property |
( |
GObject * |
object, |
|
|
guint |
prop_id, |
|
|
GValue * |
value, |
|
|
GParamSpec * |
pspec |
|
) |
| [static] |
static void gschem_accel_label_finalize |
( |
GObject * |
object | ) |
[static] |
static void gschem_accel_label_size_request |
( |
GtkWidget * |
widget, |
|
|
GtkRequisition * |
requisition |
|
) |
| [static] |
static gint get_first_baseline |
( |
PangoLayout * |
layout | ) |
[static] |
static gboolean gschem_accel_label_expose_event |
( |
GtkWidget * |
widget, |
|
|
GdkEventExpose * |
event |
|
) |
| [static] |
static void substitute_underscores |
( |
char * |
str | ) |
[static] |
void gschem_accel_label_set_accel_string |
( |
GschemAccelLabel * |
accel_label, |
|
|
const gchar * |
accel_string |
|
) |
| |
gschem_accel_label_set_accel_string:
- Parameters:
-
Sets the accelerator string for this accelerator label.
Definition at line 301 of file gschem_accel_label.c.