Searched refs:GnomePrintConfig (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h24 typedef struct _GnomePrintConfig GnomePrintConfig; typedef in typeref:struct:_GnomePrintConfig
42 GnomePrintConfig* GetPrintConfig() { return m_config; }
48 GnomePrintConfig *m_config;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp137 (GnomePrintConfig *config), (config), NULL )
152 wxDL_METHOD_DEFINE( GnomePrintConfig*, gnome_print_config_default,
155 (GnomePrintConfig *config, const guchar *key, const guchar *value), (config, key, value), false )
157 (GnomePrintConfig *config, const guchar *key, gdouble value), (config, key, value), false )
159 (GnomePrintConfig *config, const guchar *key, gint value), (config, key, value), false )
161 (GnomePrintConfig *config, const guchar *key, gboolean value), (config, key, value), false )
163 (GnomePrintConfig *config, const guchar *key, gdouble value, const GnomePrintUnit *unit), (config, key, value, unit), false )
166 (GnomePrintConfig *config, const guchar *key), (config, key), NULL )
168 (GnomePrintConfig *config, const guchar *key, gdouble *val, const GnomePrintUnit **unit), (config, key, val, unit), false )
186 (GnomePrintConfig *confi
[all...]

Completed in 100 milliseconds