|
static void | reset_global_worklist (GtkWidget *editor, struct global_worklist *pgwl) |
|
static void | popup_worklist (struct global_worklist *pgwl) |
|
static void | popdown_worklist (struct global_worklist *pgwl) |
|
static void | dst_row_callback_depr (GtkTreeView *view, GtkTreePath *path, GtkTreeViewColumn *col, gpointer data) |
|
static void | fc_worklist_row_class_init (FcWorklistRowClass *klass) |
|
static void | fc_worklist_row_init (FcWorklistRow *self) |
|
static void | fc_wlmeta_row_class_init (FcWlmetaRowClass *klass) |
|
static void | fc_wlmeta_row_init (FcWlmetaRow *self) |
|
static FcWlmetaRow * | fc_wlmeta_row_new (void) |
|
void | blank_max_unit_size (void) |
|
static void | update_max_unit_size (void) |
|
static void | worklists_destroy_callback (GtkWidget *w, gpointer data) |
|
void | update_worklist_report_dialog (void) |
|
static void | worklists_response (GtkWidget *w, gint response) |
|
static void | cell_edited (GtkEditable *self, gpointer data) |
|
static void | wlmeta_factory_bind (GtkSignalListItemFactory *self, GtkListItem *list_item, gpointer user_data) |
|
static void | wlmeta_factory_setup (GtkSignalListItemFactory *self, GtkListItem *list_item, gpointer user_data) |
|
static GtkWidget * | create_worklists_report (void) |
|
void | popup_worklists_report (void) |
|
static void | commit_worklist (struct worklist_data *ptr) |
|
void | add_worklist_dnd_target (GtkWidget *w, gboolean(drag_drop_cb)(GtkDropTarget *target, const GValue *value, double x, double y, gpointer data), gpointer data) |
|
static GtkWidget * | get_worklist (int global_worklist_id) |
|
static void | insert_worklist (int global_worklist_id, GtkWidget *editor) |
|
static void | delete_worklist (int global_worklist_id) |
|
static void | worklist_destroy (GtkWidget *editor, gpointer data) |
|
static void | menu_item_callback (GSimpleAction *action, GVariant *parameter, gpointer data) |
|
static GMenu * | create_wl_menu (struct worklist_data *ptr) |
|
static void | wl_help_from_iter (GtkTreeModel *model, GtkTreeIter *it) |
|
static void | help_callback (GtkWidget *w, gpointer data) |
|
static void | change_callback (GtkWidget *w, gpointer data) |
|
static void | future_callback (GtkToggleButton *toggle, gpointer data) |
|
static void | queue_bubble_up (struct worklist_data *ptr) |
|
static void | queue_remove (struct worklist_data *ptr) |
|
static void | queue_bubble_down (struct worklist_data *ptr) |
|
static void | queue_insert (struct worklist_data *ptr, bool prepend) |
|
static void | queue_prepend (struct worklist_data *ptr) |
|
static void | queue_append (struct worklist_data *ptr) |
|
static void | src_row_callback_depr (GtkTreeView *view, GtkTreePath *path, GtkTreeViewColumn *col, gpointer data) |
|
static gboolean | src_key_press_callback (GtkEventControllerKey *controller, guint keyval, guint keycode, GdkModifierType state, gpointer data) |
|
static gboolean | dst_key_press_callback (GtkEventControllerKey *controller, guint keyval, guint keycode, GdkModifierType state, gpointer data) |
|
static void | src_selection_callback_depr (GtkTreeSelection *selection, gpointer data) |
|
static void | dst_selection_callback_depr (GtkTreeSelection *selection, gpointer data) |
|
static void | cell_render_func (GtkTreeViewColumn *col, GtkCellRenderer *rend, GtkTreeModel *model, GtkTreeIter *it, gpointer data) |
|
static void | populate_view (GtkTreeView *view, struct city **ppcity, GtkTreeViewColumn **pcol) |
|
static gboolean | wl_right_button_up (GtkGestureClick *gesture, int n_press, double x, double y) |
|
static gboolean | drag_drop (GtkDropTarget *target, const GValue *value, double x, double y, gpointer data) |
|
static void | worklist_factory_bind (GtkSignalListItemFactory *self, GtkListItem *list_item, gpointer user_data) |
|
static void | worklist_factory_setup (GtkSignalListItemFactory *self, GtkListItem *list_item, gpointer user_data) |
|
GtkWidget * | create_worklist (void) |
|
static GdkContentProvider * | drag_prepare (GtkDragSource *source, double x, double y, gpointer data) |
|
static void | drag_begin (GtkDragSource *source, GdkDrag *drag, gpointer *data) |
|
void | reset_city_worklist (GtkWidget *editor, struct city *pcity) |
|
void | refresh_worklist (GtkWidget *editor) |
|