mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) "Priority Selection in `Add' window" -- implemented for GTK+ client
This commit is contained in:
15
gtk/util.h
15
gtk/util.h
@@ -118,6 +118,21 @@ gpointer tr_object_ref_sink( gpointer object );
|
||||
GtkWidget * gtr_button_new_from_stock( const char * stock,
|
||||
const char * mnemonic );
|
||||
|
||||
|
||||
/***
|
||||
****
|
||||
***/
|
||||
|
||||
void gtr_priority_combo_set_value( GtkWidget * w, tr_priority_t );
|
||||
|
||||
tr_priority_t gtr_priority_combo_get_value( GtkWidget * w );
|
||||
|
||||
GtkWidget * gtr_priority_combo_new( void );
|
||||
|
||||
/***
|
||||
****
|
||||
***/
|
||||
|
||||
void addTorrentErrorDialog( GtkWidget * window_or_child,
|
||||
int err,
|
||||
const char * filename );
|
||||
|
||||
Reference in New Issue
Block a user