#include "ap_Features.h"#include "ut_types.h"#include "ut_string.h"#include "ut_std_string.h"#include "ut_units.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_locale.h"#include "xap_UnixDialogHelper.h"#include "fl_BlockLayout.h"#include "xap_App.h"#include "xap_UnixApp.h"#include "xap_Frame.h"#include "xap_Prefs.h"#include "ap_Dialog_Id.h"#include "ap_Prefs_SchemeIds.h"#include "ap_Strings.h"#include "ap_UnixDialog_Tab.h"Enumerations | |
| enum | { COLUMN_TAB = 0, NUM_COLUMNS } |
Column indices for list-store. More... | |
Functions | |
| static void | AP_UnixDialog_Tab__onDefaultTabChanged (GtkSpinButton *widget, gpointer data) |
| Event dispatcher for default tab width. | |
| static gboolean | AP_UnixDialog_Tab__onDefaultTabFocusOut (GtkWidget *, GdkEventFocus *event, gpointer data) |
| Event dispatcher for default tab width. | |
| static void | AP_UnixDialog_Tab__onTabSelected (GtkTreeSelection *, gpointer data) |
| Event dispatcher for tab list. | |
| static void | AP_UnixDialog_Tab__onPositionChanged (GtkSpinButton *widget, gpointer data) |
| Event dispatcher for position spinner. | |
| static gboolean | AP_UnixDialog_Tab__onPositionFocusOut (GtkWidget *, GdkEventFocus *event, gpointer data) |
| Event dispatcher for position spinner. | |
| static void | AP_UnixDialog_Tab__onAlignmentChanged (GtkComboBox *, gpointer data) |
| Event dispatcher for alignment popup-menu. | |
| static void | AP_UnixDialog_Tab__onLeaderChanged (GtkComboBox *, gpointer data) |
| Event dispatcher for leader popup-menu. | |
| static void | AP_UnixDialog_Tab__onAddTab (GtkButton *, gpointer data) |
| Event dispatcher for button "Add". | |
| static void | AP_UnixDialog_Tab__onDeleteTab (GtkButton *, gpointer data) |
| Event dispatcher for button "Delete". | |
| static gboolean | AP_UnixDialog_Tab__onCloseWindow (GtkWidget *, GdkEvent *, gpointer data) |
| Callback for closing window via window manager. | |
| static void AP_UnixDialog_Tab__onAddTab | ( | GtkButton * | , | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for button "Add".
References AP_UnixDialog_Tab::onAddTab().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static void AP_UnixDialog_Tab__onAlignmentChanged | ( | GtkComboBox * | , | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for alignment popup-menu.
References AP_UnixDialog_Tab::onAlignmentChanged().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static gboolean AP_UnixDialog_Tab__onCloseWindow | ( | GtkWidget * | , | |
| GdkEvent * | , | |||
| gpointer | data | |||
| ) | [static] |
Callback for closing window via window manager.
References AP_UnixDialog_Tab::getWindow().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static void AP_UnixDialog_Tab__onDefaultTabChanged | ( | GtkSpinButton * | widget, | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for default tab width.
References AP_UnixDialog_Tab::onDefaultTabChanged().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static gboolean AP_UnixDialog_Tab__onDefaultTabFocusOut | ( | GtkWidget * | , | |
| GdkEventFocus * | event, | |||
| gpointer | data | |||
| ) | [static] |
Event dispatcher for default tab width.
References AP_UnixDialog_Tab::onDefaultTabFocusOut().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static void AP_UnixDialog_Tab__onDeleteTab | ( | GtkButton * | , | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for button "Delete".
References AP_UnixDialog_Tab::onDeleteTab().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static void AP_UnixDialog_Tab__onLeaderChanged | ( | GtkComboBox * | , | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for leader popup-menu.
References AP_UnixDialog_Tab::onLeaderChanged().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static void AP_UnixDialog_Tab__onPositionChanged | ( | GtkSpinButton * | widget, | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for position spinner.
References AP_UnixDialog_Tab::onPositionChanged().
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static gboolean AP_UnixDialog_Tab__onPositionFocusOut | ( | GtkWidget * | , | |
| GdkEventFocus * | event, | |||
| gpointer | data | |||
| ) | [static] |
Event dispatcher for position spinner.
References AP_UnixDialog_Tab::onPositionFocusOut(), and xxx_UT_DEBUGMSG.
Referenced by AP_UnixDialog_Tab::_connectSignals().
| static void AP_UnixDialog_Tab__onTabSelected | ( | GtkTreeSelection * | , | |
| gpointer | data | |||
| ) | [static] |
Event dispatcher for tab list.
References AP_UnixDialog_Tab::onTabSelected().
Referenced by AP_UnixDialog_Tab::_connectSignals().
1.7.1