Top |
GtkWidget * | thunar_location_button_new () |
ThunarFile * | thunar_location_button_get_file () |
void | thunar_location_button_set_file () |
gint | thunar_location_button_get_max_width () |
void | thunar_location_button_set_max_width () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GtkToggleButton ╰── ThunarLocationButton
GtkWidget *
thunar_location_button_new (void
);
Allocates a new ThunarLocationButton instance.
ThunarFile *
thunar_location_button_get_file (ThunarLocationButton *location_button
);
Returns the ThunarFile for location_button
.
void thunar_location_button_set_file (ThunarLocationButton *location_button
,ThunarFile *file
);
Sets the file for location_button
to file
.
gint
thunar_location_button_get_max_width (ThunarLocationButton *location_button
);
Retrieves the maximum width of location_button
, in pixels.
void thunar_location_button_set_max_width (ThunarLocationButton *location_button
,gint max_width
);
Sets the maximum width in pixels of location_button
to max_width
.
“file”
property“file” ThunarFile *
The ThunarFile represented by this location button.
Owner: ThunarLocationButton
Flags: Read / Write
“gone”
signalvoid user_function (ThunarLocationButton *location_button, gpointer user_data)
Emitted by location_button
when the file associated with
the button is deleted.
Flags: Run Last
“location-button-clicked”
signalvoid user_function (ThunarLocationButton *location_button, gboolean arg1, gpointer user_data)
Emitted by location_button
when the user clicks on the
location_button
or gtk_button_clicked()
is called.
Flags: Run Last