You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
989 B
30 lines
989 B
#include <gtk/gtk.h>
|
|
#include <gtk/gtkx.h>
|
|
#include "model/ubl-utils.h"
|
|
#include <locale.h>
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <libintl.h>
|
|
#include <getopt.h>
|
|
#include <libintl.h>
|
|
#include "ubl-cmake.h"
|
|
#include "model/model.h"
|
|
#include "model/load.h"
|
|
#include "ubl-strings.h"
|
|
|
|
|
|
|
|
temp_set_window *temp_setup_window_base(char* _glade_path);
|
|
void temp_on_destroy_subwindow(GtkWidget *self);
|
|
void temp_destroy(GtkWidget *self);
|
|
void temp_show(GtkWidget *self, char* _glade_path);
|
|
void temp_init_windows();
|
|
void temp_event(temp_set_window* temp_widgets);
|
|
void temp_localization(temp_set_window* temp_widgets);
|
|
void btn_ok_file_manager(GtkWidget *self);
|
|
void set_temp_menu(char* _flag_u_g_p, char* _set_add_edit);
|
|
void destroy_file_manager(GtkWidget *self);
|
|
void show_file_manger(temp_set_window* temp_widgets, GtkBuilder *builder);
|
|
temp_set_window *temp_setup_window_custom(temp_set_window* temp_widgets, GtkBuilder *builder);
|
|
void wrapper_show_file_manager(); |