#include <iostream>
#include "pcs.h"
#include "xsmdebug.h"
#include "gtkspinbuttonsci.h"
Go to the source code of this file.
Defines | |
#define | EC_INF 1e133 |
#define | XRM_GET_WD(L, V) tdv = g_strdup_printf ("%g", V); xrm.Get (L, &V, tdv); g_free (tdv) |
#define | XRM_PUT_WD(L, V) xrm.Put (L, V); |
Functions | |
GtkWidget * | make_edit (const gchar *labeltxt, GtkBox *vbox) |
static gint | ec_gtk_spin_button_sci_output (GtkSpinbuttonsci *spin_button_sci) |
static gint | ec_gtk_spin_button_sci_input (GtkSpinbuttonsci *spin_button_sci, gdouble *new_val) |
static void | ec_pcs_adjustment_configure (GtkWidget *menuitem, Gtk_EntryControl *gpcs) |
static void | ec_pcs_populate_popup (GtkEntry *entry, GtkMenu *menu, Gtk_EntryControl *gpcs) |
Variables | |
GtkTooltips * | remote_pcs_tips = NULL |
int | total_message_count = 0 |
int | total_message_count_int = 0 |
|
Definition at line 33 of file pcs.C. Referenced by Gtk_EntryControl::pcs_adjustment_configure(). |
|
Definition at line 427 of file pcs.C. Referenced by Gtk_EntryControl::get_pcs_configuartion(). |
|
Definition at line 453 of file pcs.C. Referenced by Gtk_EntryControl::put_pcs_configuartion(). |
|
Definition at line 501 of file pcs.C. References FALSE, and GTK_INPUT_ERROR. Referenced by Gtk_EntryControl::InitRegisterCb(). |
|
Definition at line 491 of file pcs.C. Referenced by Gtk_EntryControl::InitRegisterCb(). |
|
Definition at line 515 of file pcs.C. References Gtk_EntryControl::pcs_adjustment_configure(). Referenced by ec_pcs_populate_popup(). |
|
Definition at line 521 of file pcs.C. References _, and ec_pcs_adjustment_configure(). Referenced by Gtk_EntryControl::InitRegisterCb(). |
|
Definition at line 329 of file pcs.C. References FALSE, GNOME_PAD, and TRUE. Referenced by Gtk_EntryControl::pcs_adjustment_configure(). |
|
Definition at line 35 of file pcs.C. Referenced by Gtk_EntryControl::AddEntry2RemoteList(), Gtk_EntryControl::disable_remote_pcs_tips(), and Gtk_EntryControl::enable_remote_pcs_tips(). |
|
Definition at line 37 of file pcs.C. Referenced by Gtk_EntryControl::ShowMessage(). |
|
Definition at line 38 of file pcs.C. Referenced by Gtk_EntryControl::ShowMessage(). |