Re: [gtk-list] menufactory + rightjustify?
- From: Tim Janik <timj gtk org>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] menufactory + rightjustify?
- Date: Thu, 4 Mar 1999 01:56:20 +0100 (CET)
On Wed, 3 Mar 1999, Jens Askengren wrote:
> 
> Can I rightjustify a menuitem using the menufactory (GtkMenuEntry /
> gtk_menu_factory_new()) or must this be done the hard way using
> gtk_menu_new() ?
> 
use the <LastBranch> tag as the item identifier:
  { "/File",          NULL,           NULL,     0,        "<Branch>" },
  { "/File/New",      "<ctrl>N",      callback, 0,        "<Item>" },
  { "/File/Open...",  "<ctrl>O",      callback, 1,        "<Item>" },
  { "/Help",          "",             NULL,     0,        "<LastBranch>" },
  { "/Help/About...", "",             callback, 3,        "<Item>" },
> Jens
> 
> 
---
ciaoTJ
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]